AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: denagpam on November 08, 2014, 06:11:49 AM

Title: How to remove the option of all products all at once ?
Post by: denagpam on November 08, 2014, 06:11:49 AM
Hi

I have tried to do so via csv import but everything changed to a mess

hope for your help
Title: Re: How to remove the option of all products all at once ?
Post by: abantecart on November 08, 2014, 12:48:23 PM
You can try to use that in the database with SQL command to delete all from tables ac_product_options, ac_product_option_descriptions, ac_product_option_values and ac_product_option_value_descriptions

Remember to clear cache after database edits.