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.

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:

Magento: Routers Flow & Types

›
Magento has four types of routers as follows. 1)Admin Router 2)Frontend Router 3)CMS Router 4)Default Router For more details click he...
Jul 11, 2012

Magento: Removed shipping address, initialize the indexer process, addAttributeToFilter, Date field with Datepicker, add SSL certificate, Override Admin Controller

›
Removed shipping address and shipping method from onepage checkout in magento Cannot initialize the indexer process Magento addA...

Override Magento Admin Controller

›
Click here...
‹
›
Home
View web version
Powered by Blogger.