Thanks.
Yes, we see the short description only once, when viewing the product page.
First attempt of putting the code in and pressing the “Preview” button, the following message returned:
string(372) “Customized Volvo TechTips – Summer 2018 Issue Volvo dealers enrolled in the Wholesale Marketing program are entitled to 50 customized issues free of charge. If you are interested in growing your wholesale parts business, and you are not enrolled in the Wholesale Marketing Program, you can still order customized issues; the net cost is $8 per copy. ” debug
This was weird, as it refers to a product that wasn’t causing a problem of repeating short descriptions in the export file.
At first, I thought the “(372)” was product number related. But, the product listed, has a different number. But, after reviewing the product, there were multiple, empty <div></div> tags in the short description.
After removing these tags, and previewing the test again, I get the following message:
string(351) “Customized Volvo TechTips – Summer 2018 Issue Volvo dealers enrolled in the Wholesale Marketing program are entitled to 50 customized issues free of charge. If you are interested in growing your wholesale parts business, and you are not enrolled in the Wholesale Marketing Program, you can still order customized issues; the net cost is $8 per copy.” debug
Hope that helps…
Thanks for your help!!