Announcement

Collapse
No announcement yet.

Aesthetic issue with cart display

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Aesthetic issue with cart display

    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 &nbsp; (i.e. <td>&nbsp;</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?
    Attached Files
    Regards
    David

    #2
    Hi David

    The actual code for the table in the shopping cart are kept in "Design | Text". If you go here, and type in the following numbers for the following items

    Phase -1:

    ID: 2178 shows the following:
    Code:
     <TABLE CELLPADDING="10" WIDTH="550" BORDER="1" BGCOLOR="%s"><tr><td>%s
    ID: 2179 shows the following:
    Code:
    <LI><a  href="javascript: location.hash = 'a%s'; void 0">%s</a></LI>
    ID: 2180 shows the following:
    Code:
    </td></tr></TABLE>
    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X