I have the following issue with a Magento 1.8.1 installation. I have two store views, English, which is default, and Arabic.
In the English store view if I add a product to the shopping cart I am able to modify the quantity by inputing the new quantity in the qty box and clicking Update Shopping Cart, which changes the quantity and the totals.
However, when I switch over to the Arabic store view, I can't update the quantity of any products. I input the desired quantity and press update, but the page reloads with only 1 piece of the product, and the totals are unchanged. I've tested and I've noticed that the cart only updates only for quantities over 31.
I've tried / checked the following:
- This line is present in cart.phtml - getBlockHtml('formkey'); ?>
- This line is present in cart.phtml - getChildHtml('form_before') ?>
- There are no Javascript errors
- I am using the default cart functionality, no Ajax or anything else.
- I've tried replacing the cart.phtml file with the original one in the base folder, the behavior is the same.
- I've tried adding the Store ID to the URL, it didn't fix the issue.
- CLeared cache manually.
- There are no errors in the php logs.
- I've set up Manage stocks in Catalog/Inventory and reindexed, it didn't fix the issue.
Any ideas will be greatly appreciated.
Thanks, Alex