News:

Support the VirtueMart project and become a member

Main Menu

No notify me when adding more then available

Started by pierregulpen, February 17, 2013, 01:00:07 AM

Previous topic - Next topic

pierregulpen

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 ?

alexwalker

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 ?

jenkinhill

It is:

UPDATE ###_virtuemart_products
SET product_in_stock=1

where ### is your db prefix.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

pierregulpen

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.


jenkinhill

Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

pierregulpen


EIF

I do have the Same problem as topic starter.
Is there a Solution out there?