HI there, I need to move the link" continue shopping" under the voice “your cart”. Any help? thank you so much
1 Like
Could you share your store URL to check?
Please add this code to your theme.liquid file, after
{%- if template.name == 'cart' -%}
{%- endif -%}
1 Like
it worked! thanks a lot!!
