Magento - How to add an attribute in the back end and make it appear in the front end
First you define the attribute in the back end as per normal. Login to the admin section, Catalog/Attributes/etc.
Then you have add a snippet of code in the template you want the attribute to appear in.
<'remove this quote'?=$_product->getHERE() ?>
Where 'HERE' is your attributes id.
click here for the original website
No comments:
Post a Comment