Shopify / js-buy-sdk

The JS Buy SDK is a lightweight library that allows you to build ecommerce into any website. It is based on Shopify's API and provides the ability to retrieve products and collections from your shop, add products to a cart, and checkout.
https://shopify.github.io/js-buy-sdk
MIT License
984 stars 259 forks source link

Back link to shop during checkout procedure #179

Open bpyrate opened 8 years ago

bpyrate commented 8 years ago

Hi,

there was a similar thing, but not the same, at https://github.com/Shopify/js-buy-sdk/issues/128

These three issues seem to be connected:

  1. When you checkout via the JS Buy SDK the shop title and/or logo is not linked back to your website. The href attribute is just #. The normal checkout procedure links back to your shop: The URL is e.g. my.shopify.com or mycustomdomain.com. The JS Buy SDK should have a feature to set this back to shop URL for example via the checkout.Url()!
  2. At the normal checkout there is a "back to cart" link at the bottom, which is missing if you are using the JS Buy SDK. There should be a "back to shop" link or something similar.
  3. At the normal checkout "thank you" page there is a "back to shop" or "continue shopping" link. This is also missed if you checkout via the JS Buy SDK. (see https://github.com/Shopify/js-buy-sdk/issues/128 but the solution is not sophisticated). There should be a "back to shop" link or something similar at the "thank you" page.
patriq commented 2 years ago

Any new updates on this?