Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

how can I bulk modify the status on pages

Started by browneyedgirl, September 24, 2015, 03:33:08 PM

Previous topic - Next topic

browneyedgirl

I am new to AbanteCart.  The default installation has a bunch of products showing - I want to disable their status  (i.e. Status=off).  I see there is a way to select all items but how do I actually change all of them to have status= off?    I want to do the same with Countries and currencies as an example.   Does AbanteCart have this functionality? If so, how do I use it?

Thanks.

abantecart

Yes, in the data listing grind select all off and save.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

browneyedgirl

abantecart,  sorry I didn't understand your response. 
Quote from: abantecart on September 24, 2015, 09:28:58 PM
Yes, in the data listing grind select all off and save.

What do you mean "grind". I know i could select all buttons and select "off" on each one, then save - but I'm trying to figure out how i only have to select "off" once and it gets applied to all of the "selected items.

thanks.

webdevmerc

I did this by going straight to the database using phpMyAdmin.

This can break stuff however if you don't know what you are doing as it bypasses any syntax or data checks that maybe in Abantecart.  If you are starting out though and can afford reloads, start overs, etc..., it maybe easier to just do straight "update" database commands in phpAdmin like:

UPDATE `abc_countries` SET `status`= 0
UPDATE `abc_countries` SET `status`= 1 WHERE `country_id` IN (223)

browneyedgirl

okay thank you I will try that. do you know how we can put in requests/suggesions for new features as I imagine others might also benefit from such a feature.

Forum Rules Code of conduct
AbanteCart.com 2010 -