Closed (fixed)
Project:
Ubercart AJAX Cart
Version:
6.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Jul 2011 at 05:01 UTC
Updated:
18 Jul 2011 at 07:12 UTC
When you add a product to the cart, next to the price (beneath 'Products') appears what seems to be a double border. In reality it's caused by empty TD tags, which seems to be a left over in the uc_ajax_cart_block_content.tpl.php:
print $item['link'] "> print $item['title'] print $item['descr']
print $item['total']
<---------THESE, AROUND LINE 30
print $item['remove_link']
Not the end of the wold but a bit enoying :-)
Comments
Comment #1
tunicFixed in dev, thanks for your report!