Magento
CategoryMagento 2.x – Add new top link and remove existing one using xml
If you want to do some changes on the top links of your store, such as adding new ones, or removing default ones, you will need to have yo..
Magento 2.x – Move Logo from header content to panel header
If you are using a brand new Magento installation, you have to bear in mind, that you will need to create a new custom theme following bel..
Magento 2.x – Add custom product attribute to checkout summary
If you want to add or change the checkout summary section, you can proceed creating a module with a plugin, like this:
- app/code/Offse..
Magento 2.x – How to call any block function inside a phtml
If you are inside a phtml file, and you need to call an specific function inside another block. You can do the following:
- The block m..
Magento 2.x – Update attribute type programmatically
If you need to update an attribute type programmatically, that you have done before (or not), you will need to proceed as follows, using a..
Magento 2.x – How to confirm a customer account via Database
Magento 2 provide us the ability to take more control of the customer account creation process, setting an special configuration located u..
Magento 1.x – Cannot login / Cannot create account on frontend
If you are getting redirected to the same page when you try to login on frontend, or if you are creating a new account, it might be regard..
Magento 1.x – Fix “Cannot initialize the indexer process” when reindexing on admin.
This message usually occurred when we Enable “Use Flat Catalog Category” and “Use Flat Catalog Product”, or after setting up an environmen..
Magento 2.x – Fix “You did not sign in correctly or your account is temporarily disabled” error on Rest API calls
If you are doing an API call such as /rest http://www.yoursite.com/all/V1/integration/admin/token and you are getting the “You did not sig..
Magento 1.x – Put Magento in maintenance mode and allow it for certain ips
This tutorial explains how to put your Magento online store in maintenance mode so your visitors know that you are working on your website..