-
How to access pricelevels from pdp template?
I want to show the pricelevel1 price, and the pricelevel5 price on the pdp page. I have added pricelevel1, pricelevel1_formatted, pricelevel5, and pricelevel5_formatted fields to the PDP fieldset. But when I try to render them from "product_details_full.tpl" using {{model.item.pricelevel1_formatted}}, etc. it is not…
-
purchase event on confirmation page
Hello Everyone, I am looking to integrate the following script from google onto our order confirmation theme file. gtag("event", "purchase", { transaction_id: "T_12345_1", value: 25.42, tax: 4.90, shipping: 5.99, currency: "USD", coupon: "SUMMER_SALE", items: [ // If someone purchases more than one item, // you can add…
-
How do I reference custom field data for handlebars
Hello Everyone, I am currently in the process of making our site category more compatible. I am currently creating "other record fields" onto my Commerce Categories. I need to create statements to display the category is certain way {{#if PrimaryCat}} <!-- use primary cat code --> {{/if}} {{#if SeriesCat}} <!-- use series…