Magento 1.x vs Magento 2.x
I'm working on Magento 1.9.3.7 and I want to understand if is a good idea to migrate to Magento 2 or not. I summarized this differences : Magento 2.0 is faster then Magento 1.x Some significant changes in the structure…
I'm working on Magento 1.9.3.7 and I want to understand if is a good idea to migrate to Magento 2 or not. I summarized this differences : Magento 2.0 is faster then Magento 1.x Some significant changes in the structure…
We are using Magento 1.9 for our application. Here is my sample code $customer_collection= Mage::getModel("customer/customer")->load($data['customer_id']); foreach ($data['data'] as $key => $customer) { $customer_collection->setData($customer['attribute_name'] , $customer['attribute_value']); } $customer_collection->save(); //finally saving the data Above code is working for all the fields except…
i changed the images directly in the coding of the home page in the panel and now its showing on the home page only before doing this it was showing on every product page any help will be appreciated. Home…
I am working on Magento 2.2.2. I have deployed the website on a subdomain in my VPS within a account. The strange thing is that, the "generated" folder gets automatically generated after deletion. To investigate, I deleted everything inside the…
I want to override sales order grid in Magento admin. I have created custom module for that, but seems my override doesn't work. There is no errors. Please find my codes above: app/etc/modules/ <config> <modules> <Bikebear_SalesGrid> <active>true</active> <codePool>local</codePool> </Bikebear_SalesGrid> </modules>…
Does anybody know how to import CSV of multiple products to Magento 2 without duplicating images? I have been searching for a while and have only found fixes for this issue on Magento 1.
i have problem with compile less file. In grunt config file themes.js i added <theme>: { area: 'frontend', name: '<Vendor>/<theme>', locale: 'de_DE', files: [ 'css/styles-m', 'css/styles-l' ], dsl: 'less' } and when i use commend grunt less:<theme> i get Destination…
Yesterday I have tried to install Magento 2. When trying to access the front end I got plenty of errors both on the front end of the site and the Magento 2 admin. Since this is my first time I…
I have a Magento 2 theme I'm using for the design, and have a child theme created that I'm working off of. I am trying to modify the breadcrumbs html so I can extend some additional classes to it. I…
I am running a magento store and getting issues with PayPal. Payments are being taken but no order is created. I am getting this error in the log: main.CRITICAL: Exception: Wrong order ID: "000002353". in /domains/domain.co.uk/http/vendor/magento/module-paypal/Model/Ipn.php:140 The order with that…