Zen Cart Logo
Forums / Managing Customers and Orders / Minimum Order Value per Product

Minimum Order Value per Product

Locked

Views: 3,975

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
14 Dec 2006, 9:58 AM
#1
acater avatar

acater

New Zenner

Join Date:
Oct 2005
Posts:
6
Plugin Contributions:
0

Minimum Order Value per Product

I am hoping someone can point me in the right direction.

I need to be able to force certain products to have a minimum order value.

For example, I have a number of products which require a £40 minimum order, each product has a number of priced attributes. I don't mind if they order a small amount of stuff as long as the code ensures that they pay no less than £40 at the check out.

Does anybody know of any plugins/mods that do this, I have found some that do this across all products but nothing that works on a product by product basis.

I am happy to try and build a module but I will need some assistance, can anybody help?

15 Dec 2006, 7:12 AM
#2
tajul_ashyqin avatar

tajul_ashyqin

Zen Follower

Join Date:
Apr 2006
Location:
Labuan Island
Posts:
362
Plugin Contributions:
1

Re: Minimum Order Value per Product

Hi there,

perhaps you might take a peek at this mod; Minimum Order Amount by MasterBlaster.

15 Dec 2006, 8:42 AM
#3
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Minimum Order Value per Product

You can set a minimum number of items to be ordered in the product setup screen and this is on a product by product basis.

So if a product is $20 set the min to 2

15 Dec 2006, 9:03 AM
#4
acater avatar

acater

New Zenner

Join Date:
Oct 2005
Posts:
6
Plugin Contributions:
0

Re: Minimum Order Value per Product

Kobra, great minds think a like - this is what I first thought however the product itself won't allow this.

The products this needs to go on are sign letters, so the customer has a choice of size and then enters the letters/words they need, unfortunalty the min order qty doesn't work in this context as they could choose from 5 different font sizes at different prices per letter, hence the £40 minimum spend is different depending on the size.

15 Dec 2006, 9:22 AM
#5
acater avatar

acater

New Zenner

Join Date:
Oct 2005
Posts:
6
Plugin Contributions:
0

Re: Minimum Order Value per Product

tajul_ashyqin:

Hi there,

perhaps you might take a peek at this mod; Minimum Order Amount by MasterBlaster.

Tajul_ashyqin, thanks for this but I have already had a look at the module and it adds a min order value to the whole site, I just need to be able to add a min order value per product.

I am currently trying to work through the code to see if I can modify it but my PHP skills are a bit limited.