Updates to Checkout

This commit is contained in:
Bel Curcio 2021-05-27 14:34:03 -03:00
parent 7c1344a19e
commit 285a98f46c
3 changed files with 2 additions and 15 deletions

View File

@ -1,6 +1,5 @@
{
"features": {
"wishlist": true,
"customCheckout": false
"customCheckout": true
}
}

View File

@ -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%"

View File

@ -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
```