If we are integrating the Custom theme / HTML in Opencart, We want to display the Information block into the Header in place of the Category link. Here is the vqmod script by which you can display the Information block into the header. Follow the steps below:
Some times if we are integrating the Custom theme / HTML in Opencart, we want to display the Top label Categories in the Right side bar. Here is the vqmod script by which you can display the top label categories in the Right Side bar. Follow the steps below:
In Magento Admin new secret key is generated every time you login. It is a unique key 32 Characters long for each session of your Magento admin login. This key is appended to the admin URL as http://test_admin/key/78c1c0a77f2336c0b2dec9ac934af968/ this is only for the security reason.
Magento provides very good User interface which is compatible to all the browser, If you do not want to use the default Magento template and want to integrate custom HTML page in it. For custom theming in Magento follow the steps given below:
Suppose you are developing a custom Magento Extension and you don't want to show or you want to Rename "Add New" button in the Grid. The Add New button is presented in top right corner of Grid Page.
If you are thinking about to start working on the Magento then think about the Sample data provided by the Magento,because if you will Install the Magento it will provide you only the blank template and there will be no any Category and products Remember that, Sample Data must
BTREE error is the most common error of the Magento while importing the MySQL database, once I was moving the database from my local server to the live server through the phpMyAdmin, I was getting errors along the lines of : You have an error in your SQL syntax;
If you want to get the current URL of the page in Magento, there are a lot of solutions. I have given below the easiest and tested method here