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