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": { "features": {
"wishlist": true, "customCheckout": true
"customCheckout": false
} }
} }

View File

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

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