remove line item limit

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Crazziee
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 40
Joined: Tue May 17, 2011 4:02 pm

remove line item limit

Post by Crazziee » Tue Jul 23, 2013 11:22 am

Hi,
Can anyone point me in the direction to find the line item limit? Currently I cannot order over 200 items per line, If I put in 205 it reverts back to 200.

This is not the same as the store max and min that can be set within the admin interface.

thanks,

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: remove line item limit

Post by Katie » Tue Jul 30, 2013 5:09 pm

Hi,

I'm fairly certain we don't impose a limit to the number of items that can be purchased. If you had inventory control enabled (without the backorder feature), then it would adjust the number of items that can be purchased. Otherwise, you should be able to enter any value.

Thanks
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: remove line item limit

Post by AbleMods » Thu Aug 08, 2013 6:39 pm

I've never seen a line item limitation in the code.

What I think you will see is two possibilities for your situation:

1. Able will combine line items if they are the exact same product but different quantities. You can tell this is happening when the total quantity of all items remains the same but the number of line items is less.

2. The Able basket (and checkout) pages will validate the basket contents during page load. So if the basket contains items that are no longer available or (as Katie mentioned) no longer in stock, the page will either prune those line items or reduce the quantity purchased. If you're on the basket page when this happens, you should see a notification at the top advising you.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

Post Reply