click here for the original website
click here for another step by step set of instructions
This is a collection of all those little and large genius moments you get. You know what I'm talking about, when you've spent hours searching the internet for a solution, but no one quite knows the while answer. Then you crack it and feel like you've accomplished lifting a mountain from your path.
Showing posts with label page link. Show all posts
Showing posts with label page link. Show all posts
Tuesday, 16 August 2011
Monday, 1 August 2011
Magento linking to a CMS created page in the CMS
If you're looking to link to a CMS page using Magento's page editor, in the CMS, use this bit of code in the a href swapping out the "about-us" for the page identifier:
example:
<a href="{{store direct_url="about-us"}}">About Us</a>
If you are linking to a Category, add .html to the end of the identifier.
{{store direct_url="about-us"}}
example:
<a href="{{store direct_url="about-us"}}">About Us</a>
If you are linking to a Category, add .html to the end of the identifier.
Subscribe to:
Comments (Atom)