Re: Hide Price based on Mfgr
You need to surround the existing code that shows price with this
{if $product.manufacturerid eq 'XXX'} SHOW TEXT {else} EXISTING CODE {/if}
Also replace XXX with the actual manufacturer id and make sure this info is available in the product array - you can use the webmaster mode to inspect the product array.
__________________
Steve Stoyanov
CFLSystems.com
Web Development
|