Posts

How I put static block in CMS pages?

Magento static block in cms page: you can write some special tag in cms page for call the magento static block like: xxxxx How to call a static block from template files? to add a static block into footer.phtml: 1) add a new static block (in this example Identifier is my_footer_block ) 2) layout/page.xml in: < block type = "page/html_footer" name = "footer" as= "footer" template = "page/html/footer.phtml" > add a: < block type = "cms/block" name = "my_footer_block" >< action method = "setBlockId" >< block_id > my_footer_block block_id > action > block > so in this example it will looks like: < block type = "page/html_footer" name = "footer" as= "footer" template = "page/html/footer.phtml" > < block type = "page/switch" name = "store_switcher&qu

Magento Blocks

Magento static Blocks are used as a banner and other external links. We can show our new shop features through static blocks. If we design our site in magento and completely different from magento then we use static blocks. Login Block, Catalog Blocks, Special Products , and etc ..... we show the blocks , we will go at magento admin panel and create static blokc in cms /content section. if we define static block position, we will write like this: continue.....

Magento ecommerce model

Magento is a new ecommerce Model. Magento use zend frame work. It developed in mvc model. Magento have lot of options. It is suitable for ecom based shops. CMS: ------- Magento have content management system utility. there is also static block options. ---- continue ------------

Magento ecommerce Introduction

Magento is a ecommerce model under open source lisence. Magento is a newest fastly growing e-com model. It have lot of functionalites, more user friendly and easy to use. ---- ........................ comming soon....