Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 ASP (Windows server) versions
 Minimum Quantity override by category
Author « Topic »  

larryoos
Advanced Member

USA
451 Posts

Posted - 04/27/2018 :  05:05:05  
I have a minimum purchase quantity set but would like to exempt certain categories and/or products. Is there a way to do this?

Larry

Andy
ECT Moderator

95440 Posts

Posted - 04/27/2018 :  05:34:05  
Hi Larry

You can set a minimum purchase quantity via the quick entry feature in the admin products page, that way it is set to the products you need applying to.

Andy

Please feel free to review / rate our software

larryoos
Advanced Member

USA
451 Posts

Posted - 04/27/2018 :  06:33:56  
That doesn't override the store wide setting minpurchasequantity.

I have minpurchasequantity set to 30 but need to override to 1 for certain products and/or categories.

Larry

Andy
ECT Moderator

95440 Posts

Posted - 04/27/2018 :  07:00:37  
You would need to remove the global setting and then set it per product via the quick entry feature.

Andy

Please feel free to review / rate our software

larryoos
Advanced Member

USA
451 Posts

Posted - 04/27/2018 :  07:34:54  
That won't work either. I have hundreds of similar products in several categories and I need to have a minimum order quantity of 30 which can be made up of any of those products so the store wide setting works for that.

There is one category where all items should not have a minimum order quanty. I guess what I really need is to be able to set a minimum order quantity per category.





Larry

dbdave
ECT Moderator

USA
10468 Posts

Posted - 04/27/2018 :  07:55:56  
https://www.ecommercetemplates.com/support/topic.asp?TOPIC_ID=100929

<% If Request.QueryString("cat") = "widgets" Then
minpurchasequantity=0
End If %>

larryoos
Advanced Member

USA
451 Posts

Posted - 04/27/2023 :  18:11:57  
This issue has come back to haunt me again.
quote:
<% If Request.QueryString("cat") = "widgets" Then
minpurchasequantity=0
End If %>

Dave,

With the global minpurchasequantity set to 30, the checkout button doesn't appear in the cart.
On cart.asp there is no query string to examine.

Larry

dbdave
ECT Moderator

USA
10468 Posts

Posted - 04/28/2023 :  08:01:08  
Hi Larry, I see where that might be a problem.

It may work if you set minpurchasequantity=0 globally then use this

<% If Request.QueryString("cat") = "widgets" Then
minpurchasequantity=30
End If %>

on the category that needs a min of 30, but then I expect the customer could lower the quantity of the min30 items after they are on the cart.

I'm afraid I see no easy way on this without some custom coding.

Thanks,
David
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000