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)
-   -   Commented Short Description Out (https://forum.x-cart.com/showthread.php?t=38313)

hyratech 03-14-2008 06:49 AM

Commented Short Description Out
 
Hello,

A few years ago I commneted out the Short Description in the Detail product Page, I want to use that section again, and i can't find which file i did it in, can someone help?

Thanks

balinor 03-14-2008 07:06 AM

Re: Commented Short Description Out
 
customer/main/product.tpl

hyratech 03-14-2008 07:26 AM

Re: Commented Short Description Out
 
Not sure which i commented out. can you please take a look?

only thing that looks like it is this:

{*{if $product.weight ne "0.00"}<TR><TD width="30%">{$lng.lbl_weight}</TD><TD nowrap><SPAN id="product_weight">{$product.weight}</SPAN> {$config.General.weight_symbol}</TD></TR>{/if}*}


But that look like it's somethign to do with the weight?

Thanks alot

hyratech 03-14-2008 07:28 AM

Re: Commented Short Description Out
 
1 Attachment(s)
Possibily i deleted instead previously?
I'm attaching file

balinor 03-14-2008 08:48 AM

Re: Commented Short Description Out
 
The variable is {$product.descr}

kube 03-15-2008 02:05 AM

Re: Commented Short Description Out
 
At a quick glance it doesn't appear to be commented out. It appears to be operating as normal where detailed description takes precedence over short description...

look for the line...
{if $product.fulldescr ne ""}{$product.fulldescr}{else}{$product.descr}{ /if}


All times are GMT -8. The time now is 01:33 AM.

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