mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
Updates to Checkout
This commit is contained in:
parent
7c1344a19e
commit
285a98f46c
@ -1,6 +1,5 @@
|
||||
{
|
||||
"features": {
|
||||
"wishlist": true,
|
||||
"customCheckout": false
|
||||
"customCheckout": true
|
||||
}
|
||||
}
|
||||
|
@ -131,7 +131,7 @@ const CartSidebarView: FC = () => {
|
||||
<span>{total}</span>
|
||||
</div>
|
||||
<div>
|
||||
{process.env.COMMERCE_CHECKOUT_ENABLED ? (
|
||||
{process.env.COMMERCE_CUSTOMCHECKOUT_ENABLED ? (
|
||||
<Button
|
||||
Component="a"
|
||||
width="100%"
|
||||
|
@ -1,12 +0,0 @@
|
||||
# Checkout
|
||||
|
||||
Checkout is only enabled in those providers that specify Custom Checkout to be enabled.
|
||||
|
||||
This feature enables:
|
||||
|
||||
- Shipping
|
||||
- Payment
|
||||
|
||||
```
|
||||
COMMERCE_CHECKOUT_ENABLED
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user