Globo Smart Product Filter & Search (aka SPF)
Last updated
Was this helpful?
Find the globo.filter.search.liquid file
Apply the collection data attributes
IMPORTANT: multiply prices times 100 using the liquid code | times: 100
The multiplication be applied on all price attributes:
data-la-dn-product-price
data-la-dn-product-compare-at-price (2 times)
data-la-dn-product-price-min
Example:
data-la-dn-product-price="{{ product.first_available_variant.price | times: 100 }}"
Apply this to all prices in the data tags.
Find the globo.filter.product.liquid
Apply the collection data attributes to the div with class spf-product-card
IMPORTANT: multiply prices times 100 (see above)
Add the collection badge to the div with class spf-product-card__image-wrapper
Add to the CSS of the app:
Last updated
Was this helpful?
Was this helpful?
.limoniapps-discountninja-hidethirdpartybadges .spf-product__label-sale { display: none; }