Topics: Customization
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...
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...
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...
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...
Our app will automatically resizes the image to 660px to optimize the image size.
If you want to upload a higher-resolution image you can follow the directions below.
Go to your Shopify Dashboard
Click on Content > FIles
Click on the Upload Files button in the upper right
Up...