#5531

Tu Tran
Moderator

Hi,

You can do that by adding the code

$category_ids = $this->getProductCategory() ? $this->getProductCategory() : '';

and

<span class="cate-id"><?php echo $category_ids  ?></span>

into the files
app\design\frontend\default\sns_korion\template\sns\slider\default.phtml
app\design\frontend\default\sns_korion\template\sns\slider\forcolumn.phtml

Please see this link for more detail http://take.ms/JWWhy .

Thanks,