VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: pierregulpen on February 17, 2013, 01:00:07 AM

Title: No notify me when adding more then available
Post by: pierregulpen on February 17, 2013, 01:00:07 AM
I am running on the latest Joomla and VM 2.

the site is still in test fase, therefore i set all products to 5 for testing. When ordering less then 5 no problems, when ordering 5 exactly also no problem and image Notify me shows.

BUT, when ordering 6 while only 5 available the Cart there are NO fault messages and also NO notify me message ( as is in the old VM is ) BUT it adds the max amount possible to the cart. In this example 5 products.

As long there are enough products in stock no problem, but when products in stock are low it gets very annoying for costumers trying to order more then possible without indication what is wrong...... I checked the forum but did not find anything. ( maybe i did not search well... ). Anyone ?
Title: Re: No notify me when adding more then available
Post by: alexwalker on March 04, 2013, 14:14:33 PM
I have the opposite problem. I have Notify showing all the time even though I have switched it off in configuration. I need to globally set all my products to one so I can get Add to cart showing. Please could someone tell me what the sql command is to set all products to one ?
Title: Re: No notify me when adding more then available
Post by: jenkinhill on March 04, 2013, 20:46:31 PM
It is:

UPDATE ###_virtuemart_products
SET product_in_stock=1

where ### is your db prefix.
Title: Re: No notify me when adding more then available
Post by: pierregulpen on March 06, 2013, 00:11:46 AM
Hello jenkinhill , it is not clear to me what you are writing...  :'(

Quote from: jenkinhill on March 04, 2013, 20:46:31 PM
It is:

UPDATE ###_virtuemart_products
SET product_in_stock=1

where ### is your db prefix.

Title: Re: No notify me when adding more then available
Post by: jenkinhill on March 06, 2013, 10:06:32 AM
That was for alexwalker
Title: Re: No notify me when adding more then available
Post by: pierregulpen on March 06, 2013, 10:40:13 AM
 ;D that explains why i did not get it  :)
Title: Re: No notify me when adding more then available
Post by: EIF on April 10, 2013, 21:24:11 PM
I do have the Same problem as topic starter.
Is there a Solution out there?