News:

Support the VirtueMart project and become a member

Main Menu

Quantity Increment

Started by cimran, February 12, 2015, 11:40:55 AM

Previous topic - Next topic

cimran

Hi
I have inserted minimum purchase quantity 6 so I need to increment quantity by 6 rather than 1 in Product Details page.
http://www.weinonline24.ch/rotweine/argentinien2014-12-10-12-51-53540881463/new-age-rot-mendoza-detail

Thanking you in anticipation
I'm using Joomla! 3.3.6 and VirtueMart 3.0.2


AH

In product admin

Go to the product status tab and just above minimum purchase quantity

Set Purchase Quantity Steps    to 6
Regards
A

Joomla 4.4.5
php 8.1

cimran

Thank you very much.

I have already setup Purchase Quantity Steps to 6 but it does not being shown on front end; Can you please guide as possible

Thanks and take care!

AH

Regards
A

Joomla 4.4.5
php 8.1

cimran

I need to modify product details page that each product have minimum purchase quantity set to 6 by default and purchase quantity steps should be with 6 increments.
I have over 2000 products and i need help to modify a code so that this rule should be applied to all products by default rather than entering to individual products.
http://www.weinonline24.ch/rotweine/italien2014-12-10-12-51-531583184934/montepulciano-d-abruzzo-doc-tresanti-detail
Using Joomla! 3.3.6 and VirtueMart 3.0.2

AH

upgrade to 3.0.4

Then do an sql update to that field in the product table
Regards
A

Joomla 4.4.5
php 8.1

cimran

#6
I'm not sure actually which table to edit?
Please guide me about database structure to edit

Many Thanks!

AH

If you do not know MYSQL - then I advise you to get external help

Edit the product table

_virtuemart_products

The filed you need to manage is the

product_params

Find one item you have edited to be what you require use that in an MYSQL update statement

This is an example product_params field value - WITHOUT any settings

min_order_level=null|max_order_level=null|step_order_level=null|product_box=null|



Regards
A

Joomla 4.4.5
php 8.1