Hello,
If you want to delete all the product_parent_sku's the fastest way is to run a single SQL query in PhpMyAdmin for example:
UPDATE X_virtuemart_products SET product_parent_id = 0;
This will remove
ALL product parent SKUs.
If you want to use RO CSVI to delete them, the easiest is to use the Custom Table Import where you import either rhe virtuemart_product_id or the product_sku and the product_parent_id set to 0. So your file looks like this:
product_sku;product_parent_id
ABC;0
and in the template you set the
Update based on to
product_sku and the
Table to
virtuemart_products.
Let us know if that helps.
Kind regards,
RolandD
=========================
If you use our extensions, please post a rating and a review at the
Joomla! Extension Directory