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.
|