<?php $small_getDescription = strip_tags($_product->getShortDescription()); if (strlen($small_getDescription) < 70) echo($small_getDescription); else { echo mb_substr($small_getDescription, 0, 70,'UTF-8').'...';} ?>
转载请注明:无趣的人生也产生有意思的事件 » MAGENTO限制描述过长问题