Hello everyone!
I am trying to add a new app to my store (aaronpackaging.myshopify.com).
The app installation instructions say “Add this code to your active theme product-template.liquid file somewhere below the product price for the location information to show up:”
Yah.. okay.. shouldnt be a problem right?
I first made a back-up copy of my theme (Warehouse) in case I screwed up. Then I went into the “actions” window and selected “edit code”.
Typed in “command-f” to get a search bar in the coding field.. and tried lotsof searches…
“{product.price}, {{product.price}}, product, product_price, variant.price, current_variant.price, variant”.. and so on. None of wich are highlighting what I need.
what am I doing wrong?
I need to add the code AFTER the “product.price” or whatever it’s equivalant would be in the “Warehouse” theme. I DO use product variants.