Personalized checkout and custom promotions with Shopify Scripts
I have a product description sent through the app. I can't edit via csv, because the product quantity is lost and I have to reconnect.
I need to add spaces in the description after each character ":".
Manual editing of 500 products is very slow. I understand I need js replace function. But I don't know how to get to the text in {{ product.description }}.
Here's the product page for an example.
https://armonicospain.com/products/gu7628_01b
Solved! Go to the solution
This is an accepted solution.
{{ product.description | replace: ':', ': ' }}
This is an accepted solution.
{{ product.description | replace: ':', ': ' }}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025