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.
but everytime i change it, it seems to change itself back!
Any ideas ?
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}\">" .
Any ideas ?
Comment