How can I change 100 000 to out of stock or to 0
Is there any easy way I can do this?
Is there anyone with some clever ideas.
Thanks
Hello nicolbekker@hotmail.com,
Thank you for your message.
Some code modifications are required to implement this feature. We would be happy to assist you in this matter within our technical support service. Please contact us via Customer Help Desk if you have support credits or an active support period.
—
Anastasiya Kozlova
CS-Cart Support Team
[list=1]
[] Visit PHPMyAdmin
[] Select your CS-Cart database
[] Click on the 'SQL' tab
[] Paste the following command
[] UPDATE `cscart_products` SET amount = 0;
[] Click 'Go'
[/list]
More human pls CS-cart team…
[quote name='JesseLeeStringer' timestamp='1317653658' post='122844']
[list=1]
[] Visit PHPMyAdmin
[] Select your CS-Cart database
[] Click on the 'SQL' tab
[] Paste the following command
[] UPDATE `cscart_products` SET amount = 0;
[] Click 'Go'
[/list]
[/quote]
Wow. You dont understand how long i have been busy with this.
You saved me days of hard work.
Do you have any tricks of updating my software?
My automatic update through admin does not work and admin wants to charge me a few hundred bucks to do it.