View Single Post
  #1  
Old 02-08-2006, 03:41 PM
 
jherzog jherzog is offline
 

Advanced Member
  
Join Date: Jan 2006
Posts: 93
 

Default Buy Now Button not displaying any text

My buy now buttons are not displaying any text

buttons/buy_now.tpl is the original and is set to:

{include file="buttons/button.tpl" button_title=$lng.lbl_buy_now href=$href title=$title style=$style}

the lbl_buy_new variable in the lanuages is still set to "Buy Now".

Any ideas why the text is not showing up?

If I edit buttons/buy_now.tpl and hard code the title like this:

{include file="buttons/button.tpl" button_title="Buy Now Test" href=$href title=$title style=$style}

It works, the button says "Buy Now Test"

Thanks for any help.
__________________
Jed Herzog
Gold X-Cart 4.0.17
http://www.outliersolutions.com
Portland Advertising Agency,
Portland Web Design
Reply With Quote