https://vr5j61kc3u93pbhd-61846847737.shopifypreview.com
I have this red metafield text and I’m trying to move it between the variants.
How can I do that?
thanks
https://vr5j61kc3u93pbhd-61846847737.shopifypreview.com
I have this red metafield text and I’m trying to move it between the variants.
How can I do that?
thanks
Hi, Please put this before body closing tag
Please check if it is helpful to you
Thanks!
Hi @orhl1234 ,
You can try this code by following these steps:
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert the below code to file → Save
{% if template.name == 'product' %}
{% endif %}
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
Hi @orhl1234
This is Theodore from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
{% if template.name == 'product' %}
{% endif %}
Hope this can help you solve the issue
Best regards,
Theodore | PageFly
thank you so much i can almost mark it as a solution!
just how can I adjust the location to be here?
and also do you see there is a delay? it first shows it on the old location and a second later moves. what can I do with that?
thank you so much i can almost mark it as a solution!!
just how can I adjust the location to be here?
and also do you see there is a delay? it first shows it on the old location and a second later moves. what can I do with that?
Hi @orhl1234 , Pls replace my old code to this new code :
{% if template.name == 'product' %}
{% endif %}
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()