Hi, Does anybody know how to add content to the cart page in the impulse theme.
something this:
Here is at link to my site:
Hi, Does anybody know how to add content to the cart page in the impulse theme.
something this:
Here is at link to my site:
Hi @MariaJensen ,
Create a new section ‘cart-promotions’. Copy ‘footer-promotions.liquid’ code and paste it in this new file ‘cart-promotions’. Then in your cart.liquid template, add the following code just before the closing div tag:
{%- section 'cart-promotions' -%}
Next, go to Customize and select Cart page from the dropdown and customise it as you want.
Hi @g33kgirl
Thank You very much for helping! Here is how it lookes
do you know what can do to get to be smaller and be right here and make the cart still look like the:
Remove ‘cart-promotions’ before the closing div and add it here (not posting the whole code):
//cart code
{%- section 'cart-promotions' -%} <--- here
Thank you very much! it works now ![]()
Glad it worked! ![]()