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)
-   -   show the short description in detail page (https://forum.x-cart.com/showthread.php?t=41905)

mm99 08-21-2008 05:51 PM

show the short description in detail page
 
Hi
On the item detail page how do I make it show the short description and full toghether?
thanks

balinor 08-21-2008 06:39 PM

Re: show the short description in detail page
 
There is an {if} statement in there you need to remove. So replace this:

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

with something like this:

{$product.descr}
<br/><br/>
{$product.fulldescr}

Moving to Template Editing.

mm99 08-21-2008 06:58 PM

Re: show the short description in detail page
 
Worked well, was fast thank you .


All times are GMT -8. The time now is 03:09 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.