All things Shopify and commerce
Hello,
can anyone tell me how to change the Continue shopping button after placing the goods in the cart in the POP-UP menu? I would like the page to go back one step. I have the basic DAWN 2.0 theme
Thank you for your advice.
Solved! Go to the solution
This is an accepted solution.
Hi @Fidiak,
You can find the code under
Online Store -> Themes -> Actions -> Edit Code -> Snippets -> cart-notification.liquid
Do you mean going back to the previous page? If yes please use this code.
Please change this code
<button type="button" class="link button-label">{{ 'general.continue_shopping' | t }}</button>
to
<button onclick="history.back()" type="button" class="link button-label">{{ 'general.continue_shopping' | t }}</button>
Thank you.
This is an accepted solution.
Hi @Fidiak,
You can find the code under
Online Store -> Themes -> Actions -> Edit Code -> Snippets -> cart-notification.liquid
Do you mean going back to the previous page? If yes please use this code.
Please change this code
<button type="button" class="link button-label">{{ 'general.continue_shopping' | t }}</button>
to
<button onclick="history.back()" type="button" class="link button-label">{{ 'general.continue_shopping' | t }}</button>
Thank you.
Dear Suracethapa,
Thank you very much for your help.
You are amazing.
Regards, Martin
You are welcome.
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024