Magento: Rma Add a new page

There was situation i need to add a extra page before submit rma : on step 2 page i change the form action url like: the url will redirect to the function difined in controller: path = app/code/local/Mirasvit/Rma/controllers/RmaController.php in rma controller you need to define a function named public function Read more…

Color animation jQuery-plugin

With jQuery’s animate function, you can animate all kinds of css-properties. What’s really missing from jQuery is animating colors. This plugin will add this feature. With this plugin, you can animate the following properties: color backgroundColor borderColor borderBottomColor borderLeftColor borderRightColor borderTopColor outlineColor This plugin is based on Color Animations by Read more…