Other apps
1. SA Request a Quote, Hide Price
App URL: https://apps.shopify.com/request-for-quote
Steps to manage
From your Shopify admin panel, go to the Theme folder.
In the Action dropdown, click Edit code.
Go to the globo.filter.product.liquid file.
Add the following code to the first code line.
{% comment %}Do not edit this file{% endcomment %}
Add the below snippet to a suitable place on this file – screenshot for your reference.
<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>
Go to the theme.liquid file.
Add the following code below the {% include ‘rfq_script’ %} – screenshot for your reference.
<script> window.addEventListener('globoFilterRenderCompleted', function () { if(typeof GRFQApp != "undefined"){ GRFQApp.init(GRFQApp.$); } }); </script>
2. GLO Color Swatch & Bundles
App URL: https://apps.shopify.com/globo-color-swatches
Please reach out to us at [email protected] to integrate 2 apps to work together.
3. Globo Product Options, Variant
App URL: https://apps.shopify.com/product-options-pro
Steps
From the left app’s navigation bar, click on Settings.
Go to Integration tab.
Search for the Globo Product Options, Variant app.
Tick on the I've already installed app checkbox.
Click Save to finish.
Go back to the filter dashboard, click the Sync Product Data button.

💬 Need Help? Contact us at [email protected] – we’re happy to assist! 😊
Last updated