Hide PreFooter at cart page

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag

{%- if template.name == 'cart' -%}

{%- endif -%}

Thanks

1 Like