Our Description tool, in the Bulk Product Edit app, has a wide variety of features, including:
- Add text to the beginning of description
- Add text to the end of description
- Find and remove text from description
- Find and replace text in description
- Replace entire description
- Replace part of description with start and end text
How to Edit Descriptions:
Shopify uses HTML to format product descriptions, so this needs to be taken into account. Copying text from a product page (or the Shopify editor's visual editor) will generally not work, since this text will not include the HTML formatting.
When using find and replace, or remove:
Please note that our app looks for a provided "string" in the product description - even a single extra space or line break will be considered a different string and will not be found. For this reason, we recommend you copy and paste directly from the product description preview. To do this, open the Description tool of the app, enter the desired product filters and click the Preview button.
I added some text at the end of descriptions, but it is not starting from a new line. Why?
If you are adding some plain text after HTML formatted product descriptions. It will not automatically create a new line for added text. You will need to use some basic HTML tags, such as <br> or <p></p>.
Example Input:
Text of line1. <br> Text of line2. will become
Example Output:
Text of line1.
Text of line2.
Comments
0 comments
Article is closed for comments.