Announcement

Collapse
No announcement yet.

Changing the checkout error table layout

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

    Changing the checkout error table layout

    Im trying to change the layout of the error table thats displayed in the checkout.

    I've dont a search and found the following:
    http://community.actinic.com/showthr...OTEVAR%3AERROR

    ... but thats for Version6 and doesn't replicate within v7.

    What im trying to do is change the width of the error table from 550 to 450 as it is to large for the rest of my layout. I've found a section of code within ac000001.pm which seems to contain the table code.

    Code:
    $::ERROR_FORMAT = "<TABLE CELLPADDING=\"10\" WIDTH=\"550\" BORDER=\"1\" BGCOLOR=\"$$::g_pSetupBlob{FORM_BACKGROUND_COLOR}\">" .
    but everytime i change it, it seems to change itself back!

    Any ideas ?

    #2
    This always happens ... spend hours trying to work it out, post for help, find the answer!

    For those interested its under text Phase: -1, ID: 2178

    Comment

    Working...
    X