I'm having an issue where the checkout table is outputting an empty table cell (td class="image") which is causing the cart table to look misaligned. I have unchecked "image" under "Product settings > Product fields"; I'm not sure what else I should do to avoid the empty cell. I've attached a screenshot with red table borders to illustrate this issue.

Thanks!
Morgan

CommentFileSizeAuthor
Screen shot 2011-01-03 at 5.24.36 PM.png27.58 KBmrogers
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mrogers’s picture

Title: Layout allignment on cart page » Layout alignment on cart page

Fixed spelling error in title :-p

TR’s picture

Status: Active » Closed (won't fix)

Support requests are not accepted here for the Ubercart project. Instead, you should use the forums at http://www.ubercart.org/forum. Please report issues here only if you have isolated a specific bug in the code or deficiency in the documentation. Thank you for your help!

jainparidhi’s picture

Hello!

Were you able to fix this issue? I am facing the same problem.

Ubercart forums are not active anymore, especially for D7, U3.

Thanks,
PJ

vmtrinka’s picture

Issue summary: View changes
Status: Closed (won't fix) » Fixed

I was able to fix this issue by doing the following :

1. Opened the UC_Cart.Module
2. Locate this function : function uc_cart_view_table($table)
3. I commented-out the 2nd column in the array . This removed the empty column .
4. Additionally, I noticed that the Product Description column had an empty title. I added the title text as below:

'desc' => array (
'cell' => ' Product Description',
'weight' => 2,

TR’s picture

Status: Fixed » Closed (fixed)
Issue tags: -table, -Layout, -cart, -alignment