View Single Post
  #3  
Old 10-12-2005, 06:39 PM
  proboscidian's Avatar 
proboscidian proboscidian is offline
 

Senior Member
  
Join Date: May 2005
Location: Clearwater, FL
Posts: 146
 

Default

I have seen this same topic, also unanswered, in another thread. I found a workaround for one site I'm doing, but this probably wouldn't work for most. Because these particular products don't really need short descriptions, I am using the root sku as the short description and displaying that code, not the sku code. That is, instead of
{$products[product].productcode}

I am using
{$products[product].product}

This isn't the greatest solution, because a lot of people need those short descriptions for what they're meant for. I'd like to find something more correct.
__________________
Industrial Webworks
Various xcart versions from 4.1.19 gold - 4.7 gold
http://www.industrialwebworks.net
Reply With Quote