Comments

Silicon.Valet’s picture

gads... that didn't paste well.
in uc_ajax_cart_block_header.tpl.php :
replace

<h2 id="ajax-cart-headline"><a href="#" onclick="ajaxCartToggleView();return false;">Shopping cart</a></h2>

with

<span id="ajax-cart-headline"><a href="#" onclick="ajaxCartToggleView();return false;">Shopping cart</a></span>

and in uc_ajax_cart_block_content.tpl.php
replace

<td class="cart-block-item-title"><a title="<?php print check_plain($item['descr']); ?>" href="<?php print $item['link'] ?>"><?php echo $item['title'] ?><?php print $item['descr'] ?></a> 

with

<td class="cart-block-item-title"><a title="<?php print check_plain($item['descr']); ?>" href="<?php print $item['link'] ?>"><?php echo $item['item']->title ?><?php print $item['descr'] ?></a> 
erik seifert’s picture

Status: Needs review » Closed (won't fix)

This is problem go to ubercart. Wrong html is generate in theming function of uc_cart.