Closed adnankussair closed 6 months ago
You can remove the link by entering a blank value here:
Instructions here - https://meetanshi.com/blog/remove-return-to-cart-from-shopify-checkout-page/
just search for "Return to store link label"
@ryanmitchell I'm assuming this means the Online store channel needs to be installed. I didn't have it installed since we technically don't need it. Any way you have found to redirect the homepage of the Shopify hosted online store (which you currently have password protected on your demo) to redirect the user back to the statamic site url?
I think you would be best directing these questions to shopify - it’s not really in the remit of this add on.
@ryanmitchell I appreciate the help this far. I did reach out to Shopify support prior to posting here and they had no clue how to address these other than stating "sign up" for a paid plan and all the issues will be resolved, which I know that is not accurate. I was just trying to see how you addressed these with your add-on in situations where the site is infact live with customers flowing through.
We have a couple of development projects using the add on at the moment. If/when we solve it I’ll update here.
Thanks @ryanmitchell I appreciate your help on this. 🙏🏽
@ryanmitchell The solution presented in the link doesn't make the continue shopping button disappear:
This matters in the context of this addon because it's a bit of a "hacky" user flow. Seems like Shopify is assuming every checkout session has a store. This won't be an issue if the Continue shopping button destination is either configurable or we can remove it altogether. If Shopify allowed using custom CSS in the checkout screens, we could just set the button to display: none
, but Shopify does not.
Ultimately, I think how to address this and have Shopify set up to pair perfectly with this addon should be included in the documentation.
Two issues need to be resolved in order of importance:
As stated, I'll update here if/when I find a resolution, but as far as I'm concerned this a Shopify issue not an add-on one.
Our solution to this is to add a JS location redirect in the shopify theme. It works fine.
Our solution to this is to add a JS location redirect in the shopify theme. It works fine.
Yup. I ended up doing exactly the same.
Upon checkout confirmation there seems to be a continue shopping button that Shopify's hosted checkout displays. This button poses a bit of a user experience issue because it takes you to the default Shopify store channel homepage which obviously doesn't exist since we are using statamic for the "brochure" side of things.
Are you aware of a way to address this? I think only the highest plan with Shopify allows modification of the checkout templates in Shopify.