Add to Order

Once I complete order, and depress button “continue shopping”, a new page displays new product and “add to order”. I cannot seem to change product and text displayed. Can anyone help?

Using Simple version 3.0.5

hi @otterfeed

Your “Continue Shopping” button is redirecting to a default product recommendation page, which might be controlled by your theme settings or a specific Shopify script.

Here’s how you can adjust it:

Check Theme Settings

Go to Online Store > Themes > Customize

Look for settings related to Cart or Post-Purchase Options

See if there’s an option to modify the “Continue Shopping” button behavior.

Modify the Cart Template (If Needed)

If your theme doesn’t provide an option, you may need to edit the cart.liquid file.

Navigate to Online Store > Themes > Edit Code

Find cart.liquid or cart-template.liquid and search for continue shopping.

Modify the redirect link to go where you want.

Edit Product Recommendations (If Relevant)

If the page is displaying specific products automatically, it may be controlled by Shopify’s Product Recommendations API or a custom section in cart.liquid.

You can disable or modify this in your Theme Customization settings or by editing the relevant section file in Edit Code.

Since you’re using Simple 3.0.5, the theme may have limitations on customization. If you don’t see these options, consider using a Shopify app for better control over post-checkout navigation.