Hi shopify community!
How to add “text columns with icon” on product page? I believe it needs some code implementation. We are using Launch theme.
Hi shopify community!
How to add “text columns with icon” on product page? I believe it needs some code implementation. We are using Launch theme.
Hi shopify community!
How to add “text columns with icon” on product page? I believe it needs some code implementation. We are using Launch theme.
Hello @highqpets ,
Welcome to the Shopify community!
and Thanks for your Good question.
Please share your site URL,
So I will check and provide a solution here.
On product.liquid file you need to add the code:
{% section ‘text-columns-with-icons’ %}
I’m not entirely sure if that is the actual name of the section in the code, I’d need to be in your store to double check the theme, but it’s something like this.
Kind regards,
Diego
Hello highqpets,
Kindly check this URL https://ui-elements-generator.myshopify.com/pages/line-item-property
Using this you can add the custom fields on the product page or else you will need to do the custom code in the product-template file depending on the theme structure because Launch theme is the paid theme and every theme is having some different structure.
So, kindly let me know if you want any assistance from me in implementing it further.
Thank you for your reply! Our store is www.highqpets.com
Hi! Our store is www.highqpets.com Thank you for your time!
Unfortunately I’m not able to confirm the correct name for the section just by looking at your store. I’d need to look at the theme’s code
Kind regards,
Diego
On product.liquid file you need to add the code:
{% section ‘dynamic-text-columns-with-icons’ %}
Try adding at the very bottom of the file.
OMG! That actually worked! Thank you for your help!!! We appreciate it so much!!!
You’re welcome, I’m glad to hear that!
Next time feel free to contact me personally, I’ll be happy to help.
Kind regards,
Diego
It doesn’t work on boundless theme. I’m planning to add this on homepage.
@kaycnavarro It won’t work on the boundless theme indeed, essentially because the boundless theme uses different names for their sections. It’d require a different coding
Hi Diego,
can you tell me what is the code for Minimal Theme.
“{% section ‘dynamic-text-columns-with-icons’ %}” doesn’t work ![]()
Thank you so much!
Hello! Are you able to do add this code to the sense theme as well but on the home page? I would like to add a text with icon section like how the yuva theme has. I attached a photo.
Thank you!
Hello! Are you able to do add this code to the sense theme as well but on the home page? I would like to add a text with icon section like how the yuva theme has. I attached a photo.
Thank you!
How do i add that to my store ?