This topic is locked

Never more then one item in stock

8/30/2008 9:37:32 AM
Shopping Cart Template general questions
S
shoppy author

Hi,
I am working on a page for selling used books. www.synoptico.nl/Boekenkast/
There is never more then one book 'in stock'. (because the owner of the page is a lady that sells the books she's read herself).

The main page is My Bookshelf
How can I warn costumers that they clicked more then once on the same book and how can I prevent that the 'quantity' of the order, per book, is more then one?
regards,

John

J
Jane 9/3/2008

Hi,
User can select item and change quantity of selected items. This is standart Internet Shop.

If you want to change this scheme you need to edit tables in the database, pages and events in the PHPRunner manually.

To remove popup you need to edit inventory list and view pages in HTML mode on the Visual Editor tab.

Also you will need to remove quantity field on the shopping_cart list page and sales_order_items list page, edit events for inventory, shopping_cart and sales_order_main tables.