Extension
Magento: Cash On Delivery Payment only in Admin
Create a small module to full fill the goal 1. /app/etc/modules/Techievolve_Codadminonly.xml 2. /app/code/local/Techievolve/Codadminonly/etc/config.xml 3. /app/code/local/Techievolve/Codadminonly/Model/Observer.php
Magento
Magento: Redirect url using .htaccess
Open the .htaccess file of your Magento website. Search for the field “enable rewrites” in that file.
Linux
Ubantu: Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 16.04
Step 1: Install Apache and Allow in Firewall Set Global ServerName to Suppress Syntax Warnings Open up the main configuration file with your text edit: Inside, at the bottom of the file, add a ServerName directive, pointing to your primary domain name. If you do not have a domain name Read more…
Magento
Magento:: Blocks HTML output issue with jquery
Sometime jquery didnot work with because of caching of bocks here is the solution pass the parameter in your code like :
Magento
Magento:: Fancy Url using config.xml
Simply, open config.xml file of your Magento module and put this code inside tag.
Magento
Magento: Module upgrade script with unique field column
1.Add to new table in database: 2.Update or add existing table in database:
Php Mysql Ajax Jquery JavaScript Mysql
MySql: Delete Duplicate Rows From Database
My Custom Module Example
Magento
Magento: Configurable Product Option To Category List
Step 1: Create a template called configurable_category.phtml and put it on the template/catalog/product/view/type folder of your theme (create the folder if it doesn’t exist). Put the following code in that file: The differences with the original configurable.phtml file and this one are that now we create a different spConfig object Read more…