View Single Post
  #2  
Old 09-17-2006, 04:10 PM
 
inebriate inebriate is offline
 

eXpert
  
Join Date: May 2006
Posts: 301
 

Default Re: Display Buy Now Button on Same Line as Quantity Box (buy_now.tpl)

find:
Code:
{include file="customer/main/product_prices.tpl" no_span=true} </td> </tr> {/if} <tr> <td colspan="3"> {if $config.General.unlimited_products eq "Y" or ($product.avail gt 0 and $product.avail ge $product.min_amount)}


change to:
Code:
{include file="customer/main/product_prices.tpl" no_span=true} </td> {/if} <td colspan="3"> {if $config.General.unlimited_products eq "Y" or ($product.avail gt 0 and $product.avail ge $product.min_amount)}

i think that should do it
__________________
x-cart pro 4.0.18
linux
www.fabric8d.com (currently undergoing construction)
Reply With Quote