Maganto Tricks

Calling Product in CMS Page

<div class="page-title">
<h2>Our Latest Products</h2>
</div>
<p>{{block type="catalog/product_list" category_id="10" template="catalog/product/list.phtml"}}</p>

Getting Start with Magento

  • fabicon.ico in home directry
  • fabicon.ico in theme folder
  • logo.gif, logo_email.gif, logo_print.gif in theme/images folder (for best review 167x47 images)
  • Do the same theme in default also
  • fabicon.ico in admin default folder
  • logo-large.gif(302x124), logo.gif (225x43), login_logo.gif (28x91 and 91x28) in admin default/images folder
  • image.jpg (262x262), small_image.jpg (135x135), thumbnail.jpg (50x50) in \images\catalog\product\placeholder folder

For Newsletter Create duplicate of subscribe.phtml and Call anywhere

<?php echo $this->getLayout()->createBlock('newsletter/subscribe')->setTemplate('newsletter/subscribe-bottom.phtml')->toHtml(); ?>

No comments:

Post a Comment

Thank you for you feedback