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 ?
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 ?
It is:
UPDATE ###_virtuemart_products
SET product_in_stock=1
where ### is your db prefix.
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.
That was for alexwalker
;D that explains why i did not get it :)
I do have the Same problem as topic starter.
Is there a Solution out there?