Shopify: create checkout on add to cart (#432)

* Create checkout on add to cart

* Checkout changes

* Revert files

* Fix checkout
This commit is contained in:
cond0r
2021-09-24 22:55:46 +03:00
committed by GitHub
parent 8e7b942240
commit f9644fecef
6 changed files with 97 additions and 73 deletions

View File

@@ -1,6 +1,7 @@
{
"provider": "shopify",
"features": {
"wishlist": false
"wishlist": false,
"customerAuth": true
}
}