magento static block

m.klimek
13 Posts
m.klimek posted this 11 March 2016

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
Vote to pay developers attention to this features or issue.
6 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 14 March 2016

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

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
carlosfontesvieira
11 Posts
carlosfontesvieira posted this 07 June 2016

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? Tks
Support Team
Support Team posted this 09 June 2016

Hello 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

Hello 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
Support Team
Support Team posted this 10 June 2016

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

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
carlosfontesvieira
11 Posts
carlosfontesvieira posted this 30 June 2016

Tks! Problem solved :)

Tks! Problem solved :)
Support Team
Support Team posted this 30 June 2016

You are welcome. Feel free to contact us in any other occasion.

Sincerely,
Hella

You are welcome. Feel free to contact us in any other occasion. Sincerely, Hella
You must log in or register to leave comments