Hello --
I've got my shopping cart in my sidebar with the most basic [wp_eStore_cart] shortcode. However, because my sidebar is so thin, the table looks pretty lousy. The item name on the left is too scrunched, etc.
So I was wondering how hard it would be to change the table layout from
Item Quantity Price
X ------ X ------X
----------Total=X
To something like:
Item Name
X
Quantity
X
Price
X
Total=X
Or something that would allow the name not to get so crunched up.
Would this be very difficult to do?
-JA