Impulse theme: adding content to cart page

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:

https://97mgiwet4kzrq7p3-9420537935.shopifypreview.com

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.

1 Like

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
        

        
1 Like

Thank you very much! it works now :slightly_smiling_face:

Glad it worked! :slightly_smiling_face:

1 Like

Hi again,

Do you maybe know how to move under the add to cart on mobile? on desktop it lookes very good, but on mobile it is kind of placed wrong :see_no_evil_monkey:

right now it is like this:

But would very much like to be here: