View Single Post
  #4  
Old 02-21-2009, 06:42 AM
  JWait's Avatar 
JWait JWait is offline
 

X-Man
  
Join Date: Nov 2005
Location: California
Posts: 2,440
 

Default Re: Update Qty Button Broken

The big difference I can see is where the quantity is changed.

You have...
<font class="ProductPriceConverting">{include file="currency.tpl" value=$price}{if $products[product].ship_price}&nbsp;({include file="currency.tpl" value=$products[product].ship_price}){/if} x {if $active_modules.Egoods and $products[product].distribution}1<input type="hidden"{else}<input type="text" size="3"{/if} name="productindexes[{$products[product].cartid}]" value="{$products[product].amount}" /> = </font><font class="ProductPrice">{math equation="price*amount" price=$price amount=$products[product].amount format="%.2f" assign=unformatted}{include file="currency.tpl" value=$unformatted}{if $products[product].ship_total}&nbsp;({include file="currency.tpl" value=$products[product].ship_total}){/if}</font><font class="MarketPrice"> {include file="customer/main/alter_currency_value.tpl" alter_currency_value=$unformatted}{if $products[product].ship_total}&nbsp;{include file="customer/main/alter_currency_value.tpl" alter_currency_value=$products[product].ship_total}{/if}</font>

when the stock cart.tpl has

<font class="ProductPriceConverting">{include file="currency.tpl" value=$price} x {if $active_modules.Egoods and $products[product].distribution}1<input type="hidden"{else}<input type="text" size="3"{/if} name="productindexes[{$products[product].cartid}]" value="{$products[product].amount}" /> = </font><font class="ProductPrice">{math equation="price*amount" price=$price amount=$products[product].amount format="%.2f" assign=unformatted}{include file="currency.tpl" value=$unformatted}</font><font class="MarketPrice"> {include file="customer/main/alter_currency_value.tpl" alter_currency_value=$unformatted}</font>

I have no idea what all of the added code does, but I think that is where the problem lies.

PS - you also have a link to (http://www.tqualizer.biz) in your cart if it is empty. Do you really want this?
__________________
Two Separate X-Cart Stores
Version 4.4.4 Gold - X-AOM - Vivid Dreams Aquamarine (modified) - Linux
Mods - Newest Products - View All -, and a few others. Numerous upgrades from 4.0.x series.
Integrated with Stone Edge Order Manager + POS

Version 4.1.12 Gold (fresh install) - X-AOM - Linux
Mods - XCSEO free
Reply With Quote