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

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/customizing-vintage-themes/add-gift-wrap-option

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

Hi @B-Fleurance ,

In Dawn theme search for ‘main-cart-footer.liquid’ file and add {% render ‘gift-wrapping’ %} below ‘

2 Likes

Hi Priyanka,
Thanks for the help - my main-cart-footer-liquid looks different than yours, however I managed to place the code below

which did made it show up correctly on frontend! :slightly_smiling_face:

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