Hi there,
Please could somebody help me redirect my ‘continue shopping page’ to the product page instead of the collections page. I have a single product store.
See the Dawn theme code below for an empty cart:
{{ 'sections.cart.title' | t }}
{{ 'general.continue_shopping' | t }}{{ 'sections.cart.empty' | t }}
{{ 'general.continue_shopping' | t }}Do I just need the correct url instead of routes.all_products_collection_url?
Thank you so much!