Magebay Support Portal » All Posts https://www.magebay.com/forum/extension/other-modules/quick-shopping-extension/feed/ Mon, 06 May 2024 07:01:45 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://www.magebay.com/forum/articles/cant-put-products-with-qty/#post-675 <![CDATA[Reply To: cant put products with qty]]> https://www.magebay.com/forum/articles/cant-put-products-with-qty/#post-675 Tue, 22 Aug 2017 01:16:00 +0000 sanikal we also need to modify the extension to allow backorders on the quickshopping cart-page.

]]>
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

]]>
https://www.magebay.com/forum/articles/urgent-add-cart-not-working/#post-674 <![CDATA[URGENT – ADD TO CART not working]]> https://www.magebay.com/forum/articles/urgent-add-cart-not-working/#post-674 Mon, 22 Aug 2016 04:05:39 +0000 robin76 In addiction to Products Are Always “Out Of Stock” In Availability, I must say that ADD TO CART button doesn’t work. After I push the button It goes to cart page saying that cart is empty.
HELP, I CAN’T WORK WITH THIS EXTENSION

]]>
https://www.magebay.com/forum/articles/2-issues-must-log-use-not-working-errors-system-log/#post-660 <![CDATA[2 issues.. Must Log In to Use not working & Errors in System Log]]> https://www.magebay.com/forum/articles/2-issues-must-log-use-not-working-errors-system-log/#post-660 Mon, 22 Aug 2016 04:05:32 +0000 batteryman Hello,

I really like your extension. I believe it will help my customers tremendously. That being said my site is for only approved customers who have to login in just to even view the products.

The problem is when no customers are logged in the site links on the top still appear which is fine. When you click on one it will just redirect you to the login and will not work until logged in. Except for your extension. It will not show products though if you use it to find one.

How can I stop this?

Also after using your extension I cleared my System Log and then used your extension and got the following.. May be related to the top problem..

2014-12-21T01:23:49+00:00 DEBUG (7): <config/>
2014-12-21T01:23:50+00:00 DEBUG (7): <?xml version="1.0"?><jstranslator></jstranslator>
2014-12-21T01:23:50+00:00 DEBUG (7): <?xml version="1.0"?><widgets></widgets>
2014-12-21T01:23:50+00:00 DEBUG (7): <?xml version="1.0"?><widgets></widgets>
2014-12-21T01:23:50+00:00 DEBUG (7): <config/>
2014-12-21T01:23:51+00:00 DEBUG (7): <?xml version="1.0"?><jstranslator></jstranslator>
2014-12-21T01:24:13+00:00 DEBUG (7): <config/>
2014-12-21T01:24:14+00:00 DEBUG (7): <config/>
2014-12-21T01:24:15+00:00 DEBUG (7): <?xml version="1.0"?><jstranslator></jstranslator>
2014-12-21T01:24:15+00:00 DEBUG (7): <?xml version="1.0"?><widgets></widgets>
2014-12-21T01:24:15+00:00 DEBUG (7): <?xml version="1.0"?><widgets></widgets>
2014-12-21T01:24:27+00:00 DEBUG (7): <config/>
2014-12-21T01:24:28+00:00 DEBUG (7): <?xml version="1.0"?><jstranslator></jstranslator>
2014-12-21T01:24:46+00:00 DEBUG (7): <config/>
2014-12-21T01:24:47+00:00 ERR (3): Notice: Undefined variable: return in /app/code/local/MST/Quickshopping/controllers/IndexController.php on line 139
2014-12-21T01:24:47+00:00 DEBUG (7): HEADERS ALREADY SENT:

2014-12-21T01:24:52+00:00 DEBUG (7): <config/>
2014-12-21T01:24:53+00:00 ERR (3): Notice: Undefined variable: sku in /app/code/local/MST/Quickshopping/controllers/IndexController.php on line 172
2014-12-21T01:24:53+00:00 ERR (3): Notice: Undefined variable: skuname in /app/code/local/MST/Quickshopping/controllers/IndexController.php on line 215
2014-12-21T01:24:53+00:00 ERR (3): Notice: Undefined variable: skuname in /app/code/local/MST/Quickshopping/controllers/IndexController.php on line 217
2014-12-21T01:24:53+00:00 ERR (3): Notice: Undefined index: 1174 in /app/code/local/MST/Quickshopping/controllers/IndexController.php on line 221
2014-12-21T01:24:53+00:00 ERR (3): Notice: Undefined offset: 1174 in /app/code/local/MST/Quickshopping/controllers/IndexController.php on line 229
2014-12-21T01:24:53+00:00 ERR (3): Notice: Undefined offset: 1174 in /app/code/local/MST/Quickshopping/controllers/IndexController.php on line 238
2014-12-21T01:24:53+00:00 DEBUG (7): <config/>
2014-12-21T01:24:54+00:00 DEBUG (7): <?xml version=”1.0″?><jstranslator></jstranslator>

Your help is appreciated.

]]>
https://www.magebay.com/forum/articles/cant-put-products-with-qty/#post-677 <![CDATA[Reply To: cant put products with qty]]> https://www.magebay.com/forum/articles/cant-put-products-with-qty/#post-677 Mon, 19 Jan 2015 02:23:51 +0000 Kien Wiliam Solved

]]>