Array returns a null value – Magento
I make a request in ajax at the click of the button passing the id of a product to a controller and it passes to the helper. In the helper, through this id of the product I add it to…
I make a request in ajax at the click of the button passing the id of a product to a controller and it passes to the helper. In the helper, through this id of the product I add it to…
So after updating shop version from 1.9.0.1 to 1.9.3.2 one of the products(not all) started missing page content, like I cannot see the description, add to basket etc. It went from looking like this: To looking like that: My only…
i m using magento 1.9.0.1 and there is a section in admin area >> system >> Configuration >> General > Design > Miscellaneous Scripts is there any way i can disable this area so no one can add any script…
I've created a database with a user "jack". I'm doing this through xampp locally. https://puu.sh/xi7wh/e3046fd320.png I'm trying to install magento with this connection: https://puu.sh/xi7AX/98460dd7c0.png But I get "database connection error". I'm not sure where I've gone wrong. Thanks for any…
I am trying to get the order list using the below url, GET METHOD - http://magento.local/index.php/rest/V1/orders?searchCriteria Header: Authorization: Bearer TOKEN(Customer Token) But its giving the following response, { "message": "Consumer is not authorized to access %resources", "parameters": { "resources": "Magento_Sales::sales"…
i'm taking over a project and saw that the previous developer added a custom related products association. So he implemented a function to get the associated collection looking like this /** * Retrieve collection CustomRelated product * * @return Mage_Catalog_Model_Resource_Product_Link_Product_Collection…
I', trying to install a Magento extension in My magento version 1.9.2.4 , the company provide this extension send to me the package and command line to execute and create the module , i tried run these command by ssh…
Intro: I have 2 folder on my ftp, one for my main website and one for the dev website. Question: If I run a ssh command into my magentorootdevshell folder, should I worry about consequences on my main website? thx
I have designed a menu that split in two columns and has hover on each of its list item. Some of list items have sub menus as well. Sub menu float above parent disk on parent item mouse hover. But…
I am trying to figure out a JS error I am receiving in a Magento e-commerce extension that I paid good money for, but support has been lacking on their end to fix this. Error causes a spinning wheel of…