Tagged Questions
0
votes
0answers
110 views
Magento Setup Resources, if i delete the particular table, sql installer script creating that table again
As i am referring the Example of Magento Setup Resources
Here is my following structure of the extension.
This is my config.xml
<?xml version="1.0"?>
<config>
<global>
...
2
votes
1answer
302 views
Magento: How can i assign a block to a parent block added to a CMS page
I hope you can understand my question!!
The question below is to do with assigning and referencing blocks within a Magento CMS Page.
The Problem
I have a cms page called Home page. The content of ...