View Single Post
  #2  
Old 09-30-2008, 04:13 PM
 
balinor balinor is offline
 

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

Default Re: buy now button removal

That's not a correctly formatted comment To comment something out, use this:

{* Commented Out Code *}

So in your case, it would be:

<BR><BR>{/if} {if $product.forsale ne "B"} {*{include file="buttons/add_to_cart.tpl" style="button" href="javascript: if(FormValidation()) document.orderform.submit();"}*} {if $login ne "" and $active_modules.Wishlist ne ""} {include file="customer/add2wl.tpl"} {/if} {else}

That's the add to cart button though, not the buy now button.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote