PDA

View Full Version : maximun order warning table


AndrewS
20-Nov-2003, 03:21 PM
if you specify a maximum order amount, then the warning box that appears if you order too many breaks my template.

what file does the code live in that creates a table width="550"

cheers,

cdicken
21-Nov-2003, 02:56 PM
It is in 'Design | Text'.

Click 'Go to' and go to prompt ID 2178.

AndrewS
22-Nov-2003, 11:57 AM
hmmm, i changed it to 90% but that didn't seem to fix it. anywhere else i can look?

garyhay
22-Nov-2003, 05:10 PM
Andrew

I sent you a fix for this

AndrewS
24-Nov-2003, 11:49 AM
FYI:

i found the code in a file called ActinicConstants.pm

changed the width of the ERROR_FORMAT table.

is this a bad thing to do?

cdicken
24-Nov-2003, 03:36 PM
Sounds fine to me.

realsmack
21-Jan-2004, 12:03 AM
Thanks Andrew -

I've been looking for this for two days now. Shoulda searched here first.

Wish List: Make this value ACTSTDWIDTH.

Probably just slipped by the programmers. Then again, I'm not sure if Actinic parses the .pm files, so...

anyhow, glad to have found it (with help).

s.

realsmack
21-Jan-2004, 01:11 AM
Hey Andrew -

You probably know this, but there are also width parameters in the following files that also need to be changed to fit into narrower layouts. They are all error messages - just search for "width" and change ones with values of 550 or 600 to whatever you like in the following files:

ab00000*.pm
al00000*.pm
ca00000*.pl

Hope this helps.

s.