Magebay Support PortalAllow backorders /quickshopping cart-page – Magebay Support Portal https://www.magebay.com/forum/articles/allow-backorders-quickshopping-cart-page/feed Fri, 22 Nov 2024 20:56:48 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://www.magebay.com/forum/articles/allow-backorders-quickshopping-cart-page/#post-676 <![CDATA[Allow backorders /quickshopping cart-page]]> https://www.magebay.com/forum/articles/allow-backorders-quickshopping-cart-page/#post-676 Mon, 22 Aug 2016 04:05:41 +0000 sanikal We need to allow backorders on the quickshopping cart-page.

What we’ve found so far (IndexController.php):
– public function skucartAction()
– public function importAction()

$qty_product_added_to_cart[$item->getProductId()] = $item->getQty();
which should contain the single product-quantity.

What would be the best way to remove this verification of the actual product-quantity and simply add the product-quantity indicated on the quickshopping cart-page to the magento cart and therefore allow backorders.

There are several quantity-verifications in IndexController.php and we would need your help in addressing the right one.

many thanks

]]>