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)
-   -   Short description above full (https://forum.x-cart.com/showthread.php?t=12133)

Ian 02-11-2005 11:59 PM

Short description above full
 
I am trying to get the short description to display right above the full description when a visitor looks at a product. I am sure I found it in the forum a long time ago but can't find it now. The forum only seems to let you look at the first page of results anyway :(

Has anyone managed to do this?

Thanks :D

balinor 02-12-2005 05:10 AM

I assume you are talking about product.tpl (the detailed products template). You will need to remove the if statement. Try replacing this:

Code:

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

with this

Code:

{$product.descr}
{$product.fulldescr}


Ian 02-12-2005 09:38 PM

Thank you very much, :D that did the trick in a second.

Dorette 06-20-2005 03:35 PM

What if I needed both short and long description on the list of products in a category page, what do i edit?

balinor 06-20-2005 03:37 PM

products.tpl for single column display, products_t.tpl for multi-column.

Dorette 06-20-2005 03:53 PM

i tried to edit it like this but did not work


{$products[product].descr|truncate:300:"...":true}


{$products[product].fulldescr|truncate:300:"...":true}

balinor 06-20-2005 03:55 PM

Did not work meaning it didn't display or it caused an error?

Dorette 06-20-2005 07:58 PM

did not display anything


All times are GMT -8. The time now is 07:15 PM.

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