Hello,
how can i add a magento static block to the template?
nice regards
Markus
Hello,
how can i add a magento static block to the template?
nice regards
Markus
Hi,
Please refer to the following article:
http://answers.themler.com/articles/67124/how-to-show-the-content-of-magento-static-block
Thank you,
Olivia
How to call newsletter/subscribe form in anyplace using CMS code in themler?
Tks
How to call newsletter/subscribe form in anyplace using CMS code in themler? TksHello Carlos,
if you're adding a form using custom code just add CMS Code control where you want the form to be located and add your code.
regards,
Aileen
Hi,
Please try the following:
1. Add CMS Code control (Ribbon Insert TAB > More > CMS Code)
2. Select control and go to 'CMS code' Ribbon Tab.
3. Press 'Edit CMS Code' button on Ribbon.
4. Enter code:
<?php
if ($nl = Mage::app()->getLayout()->getBlock("left.newsletter")) {
echo $nl->toHtml();
}
?>
Thank you,
Themler Team
You are welcome. Feel free to contact us in any other occasion.
Sincerely,
Hella