View Single Post
  #1  
Old 02-04-2005, 04:11 PM
 
mpj mpj is offline
 

Senior Member
  
Join Date: Feb 2005
Posts: 106
 

Default Additional Product description fields

Currently on X-Cart 4.0.11 we have

Short description* :
Code:
{$product.descr}



Detailed description* :
Code:
{$product.fulldescr}


I would like to add more description i.e.

Specification description* :
Code:
{$product.specs}



Warranty description* :
Code:
{$product.warranty}


Is something like this possible?


Thanks for your kind input.
__________________
X-Cart 4.0.11


{My simple mods}
Adding Market list and % save on product detail
Quantity input box
Reply With Quote