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 :
Sometime jquery didnot work with because of caching of bocks here is the solution pass the parameter in your code like :
Simply, open config.xml file of your Magento module and put this code inside tag.
1.Add to new table in database: 2.Update or add existing table in database:
My Custom Module Example
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…
In Your config.xml In your observer file app\code\local\Namespace\Module\Model\Observer.php