![]() |
Product displaying question
On product detail page, I want to display both "short description" and "full description", right now in DB if I have "short desc" it shows "short desc" on prouduct detail page, if I have both "short and full desc", it just shows "full desc", how can I display both of "short and full desc" on that page?
Thanks. |
in skin1/customer/main/product.tpl
just replace... Code:
{if $product.fulldescr ne ""}{$product.fulldescr}{else}{$product.descr}{/if} with... Code:
|
Thanks very much for your info.
|
All times are GMT -8. The time now is 06:49 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.