X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Product displaying question (https://forum.x-cart.com/showthread.php?t=24181)

mike1234 08-17-2006 03:45 PM

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.

PhilJ 08-17-2006 04:09 PM

in skin1/customer/main/product.tpl

just replace...

Code:

{if $product.fulldescr ne ""}{$product.fulldescr}{else}{$product.descr}{/if}

with...

Code:


{$product.descr}</p>


{$product.fulldescr}</p>


mike1234 08-17-2006 04:40 PM

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.