Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Adding short descriptions to products in multicolumn view

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions
 
Thread Tools Search this Thread
  #1  
Old 03-28-2006, 08:03 PM
 
fractalspin fractalspin is offline
 

Advanced Member
  
Join Date: Jul 2005
Posts: 72
 

Default Adding short descriptions to products in multicolumn view

OK, someone probably can figure out a more elegant way of doing this, but this is how I got the short description field to show up in multicolumn / thumbnail view.

For having the description ONLY on the multicolumn view and NOT the featured products, find this bit of code in xcar-dir/skin1/customer/main/products_t.tpl (~ line 30):


and ADD this after it:

Code:
{if $main eq "catalog" and $current_category.category eq ""} {else} <FONT size="1"> {$products[product].descr|truncate:300:"...":true} </FONT> {/if}

To do the inverse, with the short description showing up only on the featured products, add this after that same bit of code instead:

Code:
{if $main eq "catalog" and $current_category.category eq ""} <FONT size="1"> {$products[product].descr|truncate:300:"...":true} </FONT> {else} {/if}

Check it out here: http://www.fractalspin.com.
__________________
http://www.fractalspin.com
nerdy jewelry, geekcessories, bags, tshirts and other neat stuff

Xcart Version: 4.0.17, PHP: 4.3.11, MySQL server: 4.1.13-standard-log
Reply With Quote
  #2  
Old 05-04-2006, 06:28 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

Don't forget to use {* *}for comments instead of
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 08:11 AM.

   

 
X-Cart forums © 2001-2020