Search found 3 matches
- Mon Sep 29, 2008 1:04 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Override default recalculate behaviour
- Replies: 1
- Views: 1804
Override default recalculate behaviour
We've been asked to change the calculation for volume discounts. Although the default calculation makes more sense, the client wants to apply the volume discount to all items in the cart, even if only one cart item is eligible. It would seem that the calculation is made, at least in part, by recalcu...
- Fri Sep 26, 2008 5:04 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Shipment Items Problems
- Replies: 2
- Views: 2076
Re: Shipment Items Problems
Interesting. If I change the basket default constructor to the following, it works!
Basket basket = Token.Instance.User.Basket;
Still, I would expect none to work or all to work. I'm obviously not seeing something here.
Basket basket = Token.Instance.User.Basket;
Still, I would expect none to work or all to work. I'm obviously not seeing something here.
- Thu Sep 25, 2008 10:16 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Shipment Items Problems
- Replies: 2
- Views: 2076
Shipment Items Problems
I ran into this today and it caused me considerable grief. I'm sure I'm doing something wrong--sequence thing or something--but I can't seem to add more than one item to a shipment. I put together a little test eliminate external influences and still I get the same result. I can add basket items wit...