Ready to talk shop?
Drop us a line. We can't wait to learn more about your business.
Ready to talk shop?
Drop us a line. We can't wait to learn more about your business.
Ever wonder how to Leverage Variables on Magento CMS Pages? This lesson will help you leverage variables on Magento CMS pages via Magento short codes. Use these template short codes to avoid broken links in your pages.
Ever wonder how to Leverage Variables on Magento CMS Pages? This lesson will help you leverage variables on Magento CMS pages via Magento short codes. Use these template short codes to avoid broken links in your pages.
Ever wonder how to Leverage Variables on Magento CMS Pages? This lesson will help you leverage variables on Magento CMS pages via Magento short codes. Use these template short codes to avoid broken links in your pages.
{{block type="core/template" name="top.search" as="topSearch" template="catalogsearch/form.mini.phtml"}}
If you have skipped the stock Magento CSS, you’ll need to find or create styles for id search_autocomplete or class search-autocomplete
{{block type="newsletter/subscribe" template="newsletter/subscribe.phtml"}}
This short code can be used two ways. The first way is to add the current store URL before the page name.
<a href="{{store url=''}}the-graduate-package.html" />
The second way includes the page name in the URL with a slash at the end.
<a href="{{store url='the-graduate-package'}}" />
{{block type="cms/block" block_id="jquery-carousel"}}
{{block type="catalog/product_list" column_count="4" category_id="8" template="catalog/product/list.phtml"}}
{{skin url='images/sampleimage.jpg'}}
{{media url='/sampleimage.jpg'}}
{{store url='mypage.html'}}
{{base url='yourstore/mypage.html'}}
{{block type="newsletter/subscribe" template="newsletter/ptd-subscribe.phtml"}}
Show Company Name, Company Phone or Company Address1
{{config path="general/store_information/name"}}
{{config path="general/store_information/phone"}}
{{config path="general/store_information/address"}}