Thanks, I will take a look at that.
Announcement
Collapse
No announcement yet.
Flat File Delete Products and Variants
Collapse
X
-
It deletes them best practice of course is to create different ones...Originally posted by Leanne View PostHow are you all handling the removal of images associated with deleted products? I have a site that currently has 430 products to be deleted, and also has an extremely bloated graphics/00000001 folder that needs to be cleaned up. I'm leery of the Delete Unreferenced Images feature of Image Machine Management. How does it handle images that may be used in category headers or elsewhere on the site?Mark Hood
Vermont Gear
Comment
-
I'd love to know how that's handled as well. It would be great if the image uploader in Miva gave an option of two (or more) different destination folder locations - one for product images and one for other site images. That way users could more safely "Delete Unreferenced Images" without fear of accidentally losing header images, content page images, etc.Originally posted by Leanne View PostHow are you all handling the removal of images associated with deleted products? I have a site that currently has 430 products to be deleted, and also has an extremely bloated graphics/00000001 folder that needs to be cleaned up. I'm leery of the Delete Unreferenced Images feature of Image Machine Management. How does it handle images that may be used in category headers or elsewhere on the site?Psydde Delicious
Delicious Boutique & Corseterie
Philadelphia, PA
www.DeliciousBoutique.com
www.DeliciousCorsets.com
Comment
-
Thanks for confirming. It's a bit of a conundrum as to which is worse: a bloated graphics/00000001 file, or giving store employees ftp access to upload non-product images into a different directory...Originally posted by Mark Hood View Post
It deletes them best practice of course is to create different ones...
Comment
-
Mark Hood has confirmed that it wipes the lot.Originally posted by delcorsets View Post
I'd love to know how that's handled as well. It would be great if the image uploader in Miva gave an option of two (or more) different destination folder locations - one for product images and one for other site images. That way users could more safely "Delete Unreferenced Images" without fear of accidentally losing header images, content page images, etc.
As I understand it the ability to customize upload directories is coming, but it will be a while.
Comment
-
Years later I'd like to circle back to this - is there a way to use a product flat file to mass/bulk delete products? I have 15592 product codes that need to be removed.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
Comment
-
lesliekirk You can do this via XML Provisioning.
The above code will delete a product when it is uploaded via Data Management "Import Data and Settings in XML Provisioning Format" option.HTML Code:<Product_Delete code="existing_product_code"></Product_Delete>
Nicholas Adkins
Technical Training Specialist / Miva, Inc.
[email protected]
https://www.miva.com/mivalearn
Comment
-
Thanks Nick, I knew it could be done using the XML Provisioning Format - I was just wondering if a flat-file method was available. LOL, during the time I was waiting for an answer I was able to create a custom field, assign it, then use it to identify the products that needed to be deleted from the batch screen. Maybe not the "right" way, but it works for meOriginally posted by Nick View Postlesliekirk You can do this via XML Provisioning.
The above code will delete a product when it is uploaded via Data Management "Import Data and Settings in XML Provisioning Format" option.HTML Code:<Product_Delete code="existing_product_code"></Product_Delete>
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
Comment
-
Another delete question - how do I delete the attributes for the products that were used in the creation of the Inventory Variant products? In other words, I also need to delete the attribute option that were created in the Master Product during the original import.
I need to delete the product attribute at the same time the Inventory Variant product is deleted.
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
Comment
-
Question - will this delete the Product Attribute? Not the Inventory Variant.Originally posted by Nick View Postlesliekirk You can do this via XML Provisioning.
The above code will delete a product when it is uploaded via Data Management "Import Data and Settings in XML Provisioning Format" option.HTML Code:<Product_Delete code="existing_product_code"></Product_Delete>
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
Comment
Comment