Solved

Impulse theme: adding content to cart page

MariaJensen
Excursionist
40 2 12

Hi, Does anybody know how to add content to the cart page in the impulse theme.

something this: 

tempsnip1.png

Here is at link to my site:

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

Accepted Solution (1)
g33kgirl
Shopify Partner
390 109 143

This is an accepted solution.

Remove 'cart-promotions' before the closing div and add it here (not posting the whole code):

 

<div class="cart__page">
        <div class="cart__page-col">
          //cart code
          {%- section 'cart-promotions' -%}  <--- here
        </div>
        <div class="cart__page-col">

 

 

If you found my answer helpful, please LIKE and ACCEPT.
buymeacoffee.com/g33kgirl
If you're not comfortable with code, please modify code files at your own risk.

View solution in original post

Replies 6 (6)

g33kgirl
Shopify Partner
390 109 143

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.

If you found my answer helpful, please LIKE and ACCEPT.
buymeacoffee.com/g33kgirl
If you're not comfortable with code, please modify code files at your own risk.
MariaJensen
Excursionist
40 2 12

Hi @g33kgirl 

Thank You very much for helping! Here is how it lookes

MariaJensen_0-1619437187937.png

do you know what can do to get to be smaller and be right here and make the cart still look like the:

tempsnip2.png

 

g33kgirl
Shopify Partner
390 109 143

This is an accepted solution.

Remove 'cart-promotions' before the closing div and add it here (not posting the whole code):

 

<div class="cart__page">
        <div class="cart__page-col">
          //cart code
          {%- section 'cart-promotions' -%}  <--- here
        </div>
        <div class="cart__page-col">

 

 

If you found my answer helpful, please LIKE and ACCEPT.
buymeacoffee.com/g33kgirl
If you're not comfortable with code, please modify code files at your own risk.
MariaJensen
Excursionist
40 2 12

Thank you very much! it works now 🙂

g33kgirl
Shopify Partner
390 109 143

Glad it worked! 🙂

If you found my answer helpful, please LIKE and ACCEPT.
buymeacoffee.com/g33kgirl
If you're not comfortable with code, please modify code files at your own risk.
MariaJensen
Excursionist
40 2 12

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 🙈

right now it is like this:

MariaJensen_0-1619444280324.png

 

But would very much like to be here:

tempsnip3.png