View Single Post
  #4  
Old 11-08-2006, 11:50 AM
 
balinor balinor is offline
 

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

Default Re: change Buy Now button in product list

Try this...I don't guarantee it will work, but it is worth a shot:

in buttons/buy_now.tpl, replace this:

button_title=$lng.lbl_buy_now

with this:

{if $product.is_product_options ne 'Y' || $config.Appearance.buynow_with_options_enabled ne 'Y'}button_title=$lng.lbl_buy_now{else}button_titl e="View Options"{/if}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote