View Single Post
  #6  
Old 04-27-2005, 01:16 PM
 
Wizard Wizard is offline
 

Advanced Member
  
Join Date: Jun 2004
Posts: 40
 

Default

By placing the following code in product.tpl and creating 2 extra fields I was able to make this happen without a flaw. You have been extremly helpful with this topic... it is much appreciated.

For anyone else who may be interested this is what I added to product.tpl

Code:
{if $user_membership eq "Wholesale"} <TR><TD colspan="2"> <FONT class="ProductDetailsTitle">Wholesale Details</FONT></TD></TR> <TR><TD class="Line" height="1" colspan="2">[img]{$ImagesDir}/spacer.gif[/img]</TD></TR> <TR><TD colspan="2"> {$extra_fields[0].field_value}{$extra_fields[1].field_value} </TD></TR> {/if}
__________________
Mike

X-Cart 4.0.9 Gold (In Development)
No Live Site

Server version: Apache/1.3.28 (Unix) FrontPage/5.0.2.2510 mod_ssl/2.8.15 OpenSSL/0.9.7a PHP-CGI/0.1b
Reply With Quote