Announcement

Collapse
No announcement yet.

In cart error message format

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

    In cart error message format

    Does any one know where the table html that holds the in cart error mesages can be found.

    I would like to change the bg color and attach a class to the text, without changing the rest of the text in CLASS="actrequiredcolor", basically add a new class for this table and adjust the layout.

    Thanks
    Justin Rowe
    Shiver

    #2
    Hi Justin

    The actual table is defined in "Design | Text".

    Click on the "Go To" button and put in the following value

    Phase - 1
    ID: 2178

    Here you will see the following code:
    Code:
    <TABLE CELLPADDING="10" WIDTH="550" BORDER="1" BGCOLOR="%s"><tr><td>%s
    You can simply apply a class here

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      Thanks Nadeem, that's exactly what I was looking for.
      Justin Rowe
      Shiver

      Comment

      Working...
      X