April 24, 2015 at 5:37 pm
#2430
Tu Tran
Moderator
Hi,
Please go to the Catalog >> Attribute >> Manage attribute, select your custom attribute, and get the code at ‘Attribute Code’. For example ‘is_featured’ like the screenshot bellow.
Then, please go to the file app\design\frontend\default\sns_korion\template\catalog\product\view.phtml, add the code bellow into there:
<?php echo $_product->getAttributeText('your_code'); ?>
for example
<?php echo $_product->getAttributeText('is_featured'); ?>
And you should add to right before this code
<?php echo $this->getReviewsSummaryHtml($_product, false, true)?>
Regards,
Attachments:
Useful
Recent Topics
Support Policy
- The time respons: 1-2 days
- Official hour: Mon-Fri / 9am-5pm
- Location time: GMT + 7
- Official hour: Mon-Fri / 9am-5pm
- Location time: GMT + 7