How do I remove products from the xml file without deleting them from my database? Some products do not have UPC numbers and cause errors.
How do I remove products from the xml file without deleting them from my database? Some products do not have UPC numbers and cause errors.
You will need to find them manually. Each product starts with the opening tag <item> and ends with the closing tag </item>.
So... those you don't want need to be deleted <item> to </item>
Did my post help you fix something? You can show your gratitude by buying the the dev team coffee.
Bookmarks