
So I have just recently started using Themler for creating Magento themes for my customers.
And I wish to use the store information already available in Magento through CMS codes. Normally I would add something like the following:
{{config path="general/store_information/phone"}}
But it is only showing up in the footer as plain text. How can I use such CMS codes without adding directly to the theme files after publishing?
I have also tried adding something like this without any results:
<?php echo="" mage::getstoreconfig('general/store_information/phone');=""?>
So I have just recently started using Themler for creating Magento themes for my customers.
And I wish to use the store information already available in Magento through CMS codes. Normally I would add something like the following:
{{config path="general/store_information/phone"}}
But it is only showing up in the footer as plain text. How can I use such CMS codes without adding directly to the theme files after publishing?
I have also tried adding something like this without any results:
<?php echo="" mage::getstoreconfig('general/store_information/phone');=""?>