Web Technology Funda

Love to share my practical experience with you! I started this blog for self reference but I am happy to see that this blog helping other as well to groom! Please feel free to provide suggestions.

Sep 25, 2012

Magento: Magento 1.7 on WAMP2.2 The connection was reset issue

›
Magento 1.7 on WAMP2.2 The connection was reset issue Solved.. Click Here Note : You will know more about Magento & Download latest...
Sep 24, 2012

Magento: join with magento collection

›
Join with magento collection ... Best Example Note : You will know more about Magento & Download latest version of Magento from htt...
Sep 21, 2012

Magento: How to create extension package?

›
How to create extension package... Develop,Package and Install Magento Module/Extension   Note : You will know more about Magento ...
Jul 30, 2012

Magento: How to override prototype form validations.

›
Step 1: if(Validation) {   Validation.addAllThese([ [ 'custom-form-validation-zip-class', 'Please enter th...

Magento: Zip code validation allows only numeric & hyphen

›
function zip_val (zip) { if (!(/^[0-9-]+$/.test(zip))) { return false; } return true; } Note : You will know mo...
Jul 12, 2012

Magento: How to change Admin route frontname & admin route name

›
There is no simple solution to this. You cannot just change the frontname of the admin route. You must also change the route name. This is ...
1 comment:
‹
›
Home
View web version
Powered by Blogger.