#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:
  1. custom-attribute.png