Minimum Quantity Ordering

This is an archive of old posting to the User Forum

Minimum Quantity Ordering

Postby Cheryl » Sun May 09, 2004 6:53 pm

Hi,

I have a product that has a minimum order of 12 pieces. Meaning, a customer
has to buy AT LEAST 12 pieces. Does ShopSite accommodate this feature?

Thanks,
Cheryl
Cheryl
 

Re: Minimum Quantity Ordering

Postby Jim » Mon May 10, 2004 8:22 am

There is no option to set a minimum order quantity. You could use the
quantity pricing feature (Pro store only) and set the price for up to 12
items at such a high rate that the shopper would never choose that
option. If they must be sold in lots of 12, (ie 12, 24, 36 etc and not
12, 13, 14) then you should make the product a case and set the price to
the 12 item cost. You could also use the quantity as an order option
and start the options at 12 and go on up from there. You would set the
per option pricing to calculate the total for the quantity selected so
the option list would look something like this

Select quantity;n
12;*12
13;*13
14;*14
..
..
..
50;*50

When they select a quantity it will multiply the quantity selected times
the base price. They will need to select a quantity before they
checkout or they will be prompted to make a selection. You can find
more information on order option pricing in the help at:

http://www.shopsite.com/help/7.0/en-US/ ... icing.html

Jim

Cheryl wrote:

Hi,

I have a product that has a minimum order of 12 pieces. Meaning, a customer
has to buy AT LEAST 12 pieces. Does ShopSite accommodate this feature?

Thanks,
Cheryl

Jim
 

Re: Minimum Quantity Ordering

Postby loren_d_c » Mon May 10, 2004 9:39 am

There is also a minimum total order amount setting in Manager and Pro
which may or may not work for you depending on your scenario. It does
not control how many of a specific item that must be ordered, but it can
force the shopper to purchase X dollar amount worth of items before they
can checkout. This setting is in Commerce Setup -> Order System ->
Shopping Cart.

-Loren



Jim wrote:

There is no option to set a minimum order quantity. You could use the
quantity pricing feature (Pro store only) and set the price for up to 12
items at such a high rate that the shopper would never choose that
option. If they must be sold in lots of 12, (ie 12, 24, 36 etc and not
12, 13, 14) then you should make the product a case and set the price to
the 12 item cost. You could also use the quantity as an order option
and start the options at 12 and go on up from there. You would set the
per option pricing to calculate the total for the quantity selected so
the option list would look something like this

Select quantity;n
12;*12
13;*13
14;*14
.
.
.
50;*50

When they select a quantity it will multiply the quantity selected times
the base price. They will need to select a quantity before they
checkout or they will be prompted to make a selection. You can find
more information on order option pricing in the help at:

http://www.shopsite.com/help/7.0/en-US/ ... icing.html

Jim

Cheryl wrote:

Hi,

I have a product that has a minimum order of 12 pieces. Meaning, a
customer
has to buy AT LEAST 12 pieces. Does ShopSite accommodate this feature?

Thanks,
Cheryl

loren_d_c
 
Posts: 2569
Joined: Fri Aug 04, 2006 12:02 pm
Location: Anywhere

Re: Minimum Quantity Ordering

Postby Joseph » Mon May 10, 2004 10:39 am

Could you use the Shipping API to ensure that 12 items were ordered, and
return status=fail if not?

I've never used the Shippng API, but as far as I know, it's the only one
that can return data to ShopSite.

Joseph

"Loren" <loren_d_c@yahoo.com> wrote in message
news:c7ob8g$1vd$1@support.shopsite.com...
There is also a minimum total order amount setting in Manager and Pro
which may or may not work for you depending on your scenario. It does
not control how many of a specific item that must be ordered, but it can
force the shopper to purchase X dollar amount worth of items before they
can checkout. This setting is in Commerce Setup -> Order System -
Shopping Cart.

-Loren



Jim wrote:

There is no option to set a minimum order quantity. You could use the
quantity pricing feature (Pro store only) and set the price for up to 12
items at such a high rate that the shopper would never choose that
option. If they must be sold in lots of 12, (ie 12, 24, 36 etc and not
12, 13, 14) then you should make the product a case and set the price to
the 12 item cost. You could also use the quantity as an order option
and start the options at 12 and go on up from there. You would set the
per option pricing to calculate the total for the quantity selected so
the option list would look something like this

Select quantity;n
12;*12
13;*13
14;*14
.
.
.
50;*50

When they select a quantity it will multiply the quantity selected times
the base price. They will need to select a quantity before they
checkout or they will be prompted to make a selection. You can find
more information on order option pricing in the help at:

http://www.shopsite.com/help/7.0/en-US/ ... icing.html

Jim

Cheryl wrote:

Hi,

I have a product that has a minimum order of 12 pieces. Meaning, a
customer
has to buy AT LEAST 12 pieces. Does ShopSite accommodate this feature?

Thanks,
Cheryl

Joseph
 

Re: Minimum Quantity Ordering

Postby loren_d_c » Mon May 10, 2004 11:49 am

I guess so, but only if you used the Shipping API (a.k.a. Custom
Shipping Add-on) exclusively. Even if the Shipping API returns a 'fail'
status, other non-api shipping options, if any, should still be
displayed, allowing the shopper to checkout if they choose one of those
other options.

-Loren



Joseph wrote:

Could you use the Shipping API to ensure that 12 items were ordered, and
return status=fail if not?

I've never used the Shippng API, but as far as I know, it's the only one
that can return data to ShopSite.

Joseph

"Loren" <loren_d_c@yahoo.com> wrote in message
news:c7ob8g$1vd$1@support.shopsite.com...

There is also a minimum total order amount setting in Manager and Pro
which may or may not work for you depending on your scenario. It does
not control how many of a specific item that must be ordered, but it can
force the shopper to purchase X dollar amount worth of items before they
can checkout. This setting is in Commerce Setup -> Order System -
Shopping Cart.

-Loren



Jim wrote:


There is no option to set a minimum order quantity. You could use the
quantity pricing feature (Pro store only) and set the price for up to 12
items at such a high rate that the shopper would never choose that
option. If they must be sold in lots of 12, (ie 12, 24, 36 etc and not
12, 13, 14) then you should make the product a case and set the price to
the 12 item cost. You could also use the quantity as an order option
and start the options at 12 and go on up from there. You would set the
per option pricing to calculate the total for the quantity selected so
the option list would look something like this

Select quantity;n
12;*12
13;*13
14;*14
.
.
.
50;*50

When they select a quantity it will multiply the quantity selected times
the base price. They will need to select a quantity before they
checkout or they will be prompted to make a selection. You can find
more information on order option pricing in the help at:

http://www.shopsite.com/help/7.0/en-US/ ... icing.html

Jim

Cheryl wrote:


Hi,

I have a product that has a minimum order of 12 pieces. Meaning, a
customer
has to buy AT LEAST 12 pieces. Does ShopSite accommodate this feature?

Thanks,
Cheryl




loren_d_c
 
Posts: 2569
Joined: Fri Aug 04, 2006 12:02 pm
Location: Anywhere


Return to User Forum Archive

Who is online

Users browsing this forum: No registered users and 19 guests