swordfox / silverstripe-shopify

Import Shopify products & collections, implements the buy button to create a simple cart and checkout. Webhooks to keep your store synced.
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Can you please share the url for cart page? #9

Open Thiyagarajantender opened 2 years ago

Thiyagarajantender commented 2 years ago

Can you please share the url for cart page?

swordfox commented 2 years ago

Hey,

It uses the Shopify Buy Now button: https://help.shopify.com/en/manual/online-sales-channels/buy-button

So the cart page is shown when you add something to the cart, have a look at ShopifyPage_product.ss and it references buy-button-storefront.min.js.

By default it will show the cart tab on the right: https://imgur.com/Fua1msF

Or you can make it more custom: https://imgur.com/a/wAyrK8W

Hope that helps.