Has anyone been able to work around this limitation?
We need to accept orders for quantities grater than 32768 ...................
Search found 7 matches
- Fri Sep 03, 2010 9:48 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Item Quantity Limit - SHORT Int is too short.
- Replies: 5
- Views: 4117
- Thu Sep 02, 2010 10:48 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Basket items with zero quantities
- Replies: 4
- Views: 3094
Re: Basket items with zero quantities
Thank you mazhar. I was afraid this would be the answer. The user can edit old baskets and set items to zero but we want to keep the item in the basket for historical purposes. We are migrating from an existing system and that's how they have been handling it with their clients forever. So it is imp...
- Wed Sep 01, 2010 1:41 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Basket items with zero quantities
- Replies: 4
- Views: 3094
Basket items with zero quantities
We are customizing a site and I need to support basket items with quantity of zero.
When I set the quantity to zero and save the basket Item it deletes the item from the basket. Is there a way to save a basket item with quantity of zero?
What options do I have?
Thanks.
When I set the quantity to zero and save the basket Item it deletes the item from the basket. Is there a way to save a basket item with quantity of zero?
What options do I have?
Thanks.
- Wed Sep 01, 2010 1:38 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Address ToString with pattern
- Replies: 2
- Views: 2394
Re: Address ToString with pattern
Thanks Logan.
- Fri Aug 06, 2010 1:13 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Address ToString with pattern
- Replies: 2
- Views: 2394
Address ToString with pattern
I want to format the address into a specific html format different than the format provided by ToString(). I know I can concatenate a string and geerate the html but I see the Address Object exposes a method ToString(string pattern, bool isHTML). Could I use that? What's the format for the pattern s...
- Mon Sep 21, 2009 8:41 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: zero dollars order email, special case
- Replies: 3
- Views: 4052
Re: zero dollars order email, special case
just for the records....
I found what was happening, Looks like the order needs a payment method to send the email. We were not adding credit card info because the amount was zero, so I am adding a cash payment of zero dollars and then the email gets send.
I found what was happening, Looks like the order needs a payment method to send the email. We were not adding credit card info because the amount was zero, so I am adding a cash payment of zero dollars and then the email gets send.
- Fri Sep 18, 2009 10:01 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: zero dollars order email, special case
- Replies: 3
- Views: 4052
zero dollars order email, special case
Hello, We have an able commerce store and the Order notification email is send on order placed trigger. We have an special case in which the shopping cart has only one item and we provide a free shipping therefore the total amount of the order is zero. In this case the order notfiication email is no...