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": {
|
"features": {
|
||||||
"wishlist": true,
|
"customCheckout": true
|
||||||
"customCheckout": false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -131,7 +131,7 @@ const CartSidebarView: FC = () => {
|
|||||||
<span>{total}</span>
|
<span>{total}</span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
{process.env.COMMERCE_CHECKOUT_ENABLED ? (
|
{process.env.COMMERCE_CUSTOMCHECKOUT_ENABLED ? (
|
||||||
<Button
|
<Button
|
||||||
Component="a"
|
Component="a"
|
||||||
width="100%"
|
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