View Single Post
  #1  
Old 02-19-2004, 08:35 AM
 
lee.harris lee.harris is offline
 

Newbie
  
Join Date: Aug 2003
Posts: 2
 

Default Enable "Buy It Now" button in 3.4.4.

As per topic. I've uncommented

{if $usertype eq "C" and $config.Appearance.buynow_button_enabled eq "Y"}
{include file="customer/main/buy_now.tpl" product=$products[product]}
{/if}

In /customer/main/products_t.tpl (why was it commented out in the first place?!) and he database certainly has $config.Appearance.buynow_button_enabled set to "Y" yet it still doesn't show.

Help!

Ta

Lee.
Reply With Quote