Correct me if I'm wrong, but the product import file can't be used to do a mass delete of products, can it? So, the best way is to do a mass delete via the Product batch list?
Announcement
Collapse
No announcement yet.
Import file to mass delete products
Collapse
X
-
Import file to mass delete products
Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Tags: None
-
lesliekirk You can use XML to delete products as well.
Code:<Product_Delete Code="ADD_PRODUCT_CODE" />
Nicholas Adkins
Technical Training Specialist / Miva, Inc.
[email protected]
https://www.miva.com/mivalearn
-
There are some additional methods here:
https://www.miva.com/forums/forum/on...s-and-variants
(also some duplicates)
You could also create a 'work templete' and use either conditionals like "if product code has 'xyz' in it" or by category or even from a delimated list of product codes, and then run the Product_Delete_ID fuction to remove them.
Bruce Golub
Phosphor Media - "Your Success is our Business"
Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
phosphormedia.com
Comment
Comment