Topics: Customization

How to get size chart data translated

We save the size chart data in a shop metafield. You'll have to copy the metafield block of code to the translation field and carefully translate all the words.​ Here's the location of the metafield: namespace: sizechartsrelentless key: size_charts https://www.relentlessapps.com/kb/how...

Add a size chart to the homepage (featured products)

2.0 Themes For 2.0 Themes that allow app blocks on the featured product of the homepage, you can follow the directions below. Go to Sales Channels Online Store Click the Customize button for the Theme you want to edit This should load the Home Page template. Search for your Featu...

How can I change the look of my size chart (CSS)?

Here are some code snippets to help you change the look of your size chart. How to add code to your theme.liquid file https://www.relentlessapps.com/kb/how-to-add-code-to-your-theme-liquid-file/ You can place this code after the <head> tag in your theme.liquid file. General sty...

How to load the App faster

We believe there are more important elements of the web page that should load first. Usually, a customer needs at least a couple of seconds to look over the page and decide to view the size chart. If you still want to load the app faster you can add this to your theme.liquid file after {% rend...