#2994

Tu Tran
Moderator

Hi,

To fix this at the end of the buying process, you can do the same with the file app\design\frontend\default\sns_kalins\template\checkout\onepage\review\item.phtml, add the code
<?php if($_option['label'] == 'Short Description') {continue; }?>
to right after
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>

Thanks,