Other apps
🔹1. SA Request a Quote, Hide Price
<scripttag data-id="{{product.id}}" id="rfq-collection-script-{{product.id}}" class="rfq-collection-script"> var GRFQCollection = GRFQCollection || {}; GRFQCollection[{{product.id}}] = {{ product | json }}; GRFQCollection[{{product.id}}]['collection'] = []; {% for collection in product.collections %} GRFQCollection[{{product.id}}]["collection"].push('{{ collection.id }}'); {% endfor %} </scripttag><script> window.addEventListener('globoFilterRenderCompleted', function () { if(typeof GRFQApp != "undefined"){ GRFQApp.init(GRFQApp.$); } }); </script>
🔹2. GLO Color Swatch & Bundles
🔹3. Globo Product Options, Variant

Last updated
Was this helpful?