Hi - a bit of an aeshetic issue this one.
I have added my first discount feature one product on my site.
When I add this product to the cart in the checkout and enter the coupon code there is an aesthetic problem with the resultant display of the cart
The cart table has a border="1" and a bordercolor="#999999". On the discount line the border colour does not show up on the 2 table cells either side of the discount value. (see attached image).
Looking at the html code this is because these cells are both empty (i.e. <td></td>). If I take a copy of the compiled code and insert (i.e. <td> </td>) then the cell borders display correctly.
I can not see in any of the templates where this can be changed so I assume that it requires a change to something like shoppingcart.pl.
Any ideas anyone?
I have added my first discount feature one product on my site.
When I add this product to the cart in the checkout and enter the coupon code there is an aesthetic problem with the resultant display of the cart
The cart table has a border="1" and a bordercolor="#999999". On the discount line the border colour does not show up on the 2 table cells either side of the discount value. (see attached image).
Looking at the html code this is because these cells are both empty (i.e. <td></td>). If I take a copy of the compiled code and insert (i.e. <td> </td>) then the cell borders display correctly.
I can not see in any of the templates where this can be changed so I assume that it requires a change to something like shoppingcart.pl.
Any ideas anyone?
Comment