Gift-wrapping using {% render 'gift-wrapping' %}

Solved

Gift-wrapping using {% render 'gift-wrapping' %}

B-Fleurance
Tourist
15 0 0

Hi Pros, 
I require some help again.
I'm trying to get giftwrapping to work using this guide:
https://help.shopify.com/da/en/manual/online-store/themes/themes-by-shopify/vintage-themes/customizi...

However, using DAWN Theme 12.0.0 it seems cart-template.liquid or cart.liquid is changed into something different. 
Now adding {% render 'gift-wrapping' %} is a little complicated - can someone lend a hand?

Kind regards,
Magnus | fleurance.dk

Accepted Solution (1)

Priyanka_
Shopify Partner
83 15 22

This is an accepted solution.

Hi @B-Fleurance ,

In Dawn theme  search for 'main-cart-footer.liquid' file and add {% render 'gift-wrapping' %}  below '<div class="cart__footer">'
gift-wrap.png

Was I helpful? 

Buy me a coffee 



If I managed to help you then, don't forget to Like it and Mark it as Solution!

View solution in original post

Replies 3 (3)

Priyanka_
Shopify Partner
83 15 22

This is an accepted solution.

Hi @B-Fleurance ,

In Dawn theme  search for 'main-cart-footer.liquid' file and add {% render 'gift-wrapping' %}  below '<div class="cart__footer">'
gift-wrap.png

Was I helpful? 

Buy me a coffee 



If I managed to help you then, don't forget to Like it and Mark it as Solution!

B-Fleurance
Tourist
15 0 0

Hi Priyanka, 
Thanks for the help - my main-cart-footer-liquid looks different than yours, however I managed to place the code below <div class="cart__blocks"> which did made it show up correctly on frontend! 🙂

Priyanka_
Shopify Partner
83 15 22

Hi @B-Fleurance 
You're welcome! I'm glad I can help you out.

Was I helpful? 

Buy me a coffee 



If I managed to help you then, don't forget to Like it and Mark it as Solution!