Forum Login
Ordering Limit of 255 Units
- Kevin Barry
- Topic Author
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
4 years 1 month ago #287
by Kevin Barry
Ordering Limit of 255 Units was created by Kevin Barry
Hello,
I had a customer who ordered 500 units and on saving the order this was reduced to 255 units.
On a test system I repeated this scenario on different products and even set the item limit to 1000 but the quantity reverted to 255.
Where can I increase the quantity to allow the customer to order greater than 255 units?
Thanks
I had a customer who ordered 500 units and on saving the order this was reduced to 255 units.
On a test system I repeated this scenario on different products and even set the item limit to 1000 but the quantity reverted to 255.
Where can I increase the quantity to allow the customer to order greater than 255 units?
Thanks
Please Log in or Create an account to join the conversation.
- Rainy
- Offline
- Administrator
4 years 1 month ago #288
by Rainy
Replied by Rainy on topic Ordering Limit of 255 Units
Hi,
You need to change the quantity size like this:
ALTER TABLE `#__easyshop_order_products` CHANGE `quantity` `quantity` INT(10) UNSIGNED NOT NULL DEFAULT 0;
Best regards,
You need to change the quantity size like this:
ALTER TABLE `#__easyshop_order_products` CHANGE `quantity` `quantity` INT(10) UNSIGNED NOT NULL DEFAULT 0;
Best regards,
Please Log in or Create an account to join the conversation.
Moderators: Rainy