I can't find the cart-template.liquid or cart.liquid file in CRAFT theme

I want to add “gift wrapping” to my shopping Cart but I can’t find the files in which I need to change something. I’m using the Craft theme. I used the description on this page https://help.shopify.com/nl/manual/online-store/themes/themes-by-shopify/vintage-themes/customizing-vintage-themes/add-gift-wrap-option

What is going wrong?

Hi, please use the search files field and enter search term “cart”, then share what files do you see.

It looks like to update your /cart page’s content, you’ll have to edit sections/main-cart-items.liquid and to update your cart drawer, edit sections/cart-drawer.liquid.

Let me know if that helps.

I don’t exactly understand what I have to do now?

I believe you have already created the snippet mentioned in the Shopify help docs i.e. gift-wrapping.liquid. So the next steps are:

  1. Open the file sections/main-cart-items.liquid
  2. Search/look for
  3. Paste this code in a new line above
{% render 'gift-wrapping' %}

Still it is not working

Have you created the snippet as mentioned in the Shopify tutorial? i.e. snippets/gift-wrapping.liquid

Yes

What about the nav menu item? https://help.shopify.com/nl/manual/online-store/themes/themes-by-shopify/vintage-themes/customizing-vintage-themes/add-gift-wrap-option#create-a-menu

If you have done all the steps, please share the store URL.

https://graey.nl/

Yes I did everything

The script is currently in action but you have not setup the menu item correctly. You could even see the error/warning message on the cart page.

You attempted to add a gift-wrapping script to your shopping cart, but it won't work because you don't have a link list with handle gift-wrapping which, in turn, contains a link to your gift-wrapping product. Please review the steps outlined here.

Thanks… I forgot to add the menu :confounded_face:

Hi, i wanted to add 2-3 snippets, I manage to get one done.

but once I added the 2nd one, it did not allow me to check Both the boxes

I want to offer things like blank greeting cards, bottle opener, candles, plates etc for customers to choose which is additional cost for them

For the above question, i mange to check both of them for a short time like 2 minutes, then

if I uncheck the box, it automatically checks it back, so i can’t have both options blank…

The envelope one works fine now when i check/uncheck it.

but the bottle opener one just couldn’t uncheck it.

Worse part is if I try uncheck it, it not only Unchecks the bottom one that has been checked, then Checks itself back…

I’m using the craft them as well

now whenever I go to the shopping cart page, it keeps loading, i can see the page, but looks like its refreshing itself all the time/ crashing… :disappointed_face: