Limit max order quantity by product or product type?
Does anyone know if it's possible to limit product quantities to one per order? I have a number Video-on-Demand products and ordering more than one of a given title doesn't make much sense.
Thanks -- Steve
Hi Jochem,
It's me who should apologize ;). I don't think disabling the quantity text box will work since it would possible for for the user to add duplicates by adding the same title more than once.
The "To restrict quantity on Shopping cart overview" approach might work but it's odd from a user perspective to flag a quantity validation problem this late in the order process. Ideally, there should be a product "Limit Quantity" property. This is pretty standard fare so it's odd to me that the feature doesn't alread exist.
As far as repeat orders go; I'm not too concerned about these since there might be a reason for a user re-order at a later date.
Thanks--Steve
From a retail perspective limiting your sales is the most stupid thing you can do, so I'm guessing the team just hasn't gotten round to that yet :)
I have a similar question for you...or an opposite question actually.I would like to force a minimum order quantity for a product. Is this somethign feasible?
Thanks!
Olivier
(sorry for the double post - the system gave an error and I don't know how to delete the second one)
I have a similar question for you...or an opposite question actually.I would like to force a minimum order quantity for a product. Is this somethign feasible?
Thanks!
Olivier
Hey Olivier,
Are you talking about forcing a minimum when adding to the shopping cart or forcing a minimum before being allowed to proceed to the checkout?
Hi Jochem.
No, what I am looking for is a way to enforce minimum quantity of a particular item.
For example, you can order product A in any quantity, but minimum of 5.
Thanks for your help,
Olivier
Hey Olivier,
I just meant it as should the check happen when I'm on product detail page and click 'add to cart' or should the check happen when 'proceed to checkout'. Depends on what you define as 'order'.
The big difference here is that 'add to cart' sees a product as 1 item, but if an item is already in the cart and you add the same item but in different language or through a 'buy now' widget or with a discount, Sitefinity considers it as a different product.
---
A custom field 'MimumOrderAmount' and custom validation on the product detail widget could do the trick. These two posts should get you more than started
-
http://www.sitefinity.com/devnet/forums/sitefinity-4-x/e-commerce/reset-order-number-and-add-in-an-accept-terms-and-conditions-button.aspx
-
http://www.sitefinity.com/devnet/forums/sitefinity-4-x/e-commerce/possible-to-force-acceptance-of-terms-and-conditions-before-adding-a-product-type-to-cart.aspx
Jochem
Good point you make there Jochem! I did not even think about this.
I guess the ideal situation would be to check when the person adds the item that the quantity meets the minimum, but also at the checkout to ensure the quantity is still there.
I will look at the posts you provided to see how I can implement this type of mechanism in the Add to Cart. For the Check out, I think I know what I can try.
Thanks a lot fory our help.
Olivier
Hello All,
I am looking for some suggestion to restrict the product count in cart. What would happen when the cart is merged for an user who has added products as guest but later logged in as registered user with few products already in his / her cart and merging both the carts will exceed the restricted count?.