I am currently formatting Act_order01.html to fit in with the style of my site. Yet when i log on as a customer and go to the checkout it pulls in the address details from the account but displays it in a box that does not suit the page well.
I believe the code below is the part of the html code i need to change but does anyone have any ideas what Phase, ID's or perl scripts are linked to the %s so that i can apply styles to the generated text?
<!-- XML tags for formatting of the address list in B2B mode -->
<Actinic:VAR NAME=ADDRESS_COLUMNS VALUE=3/> <Actinic:VAR NAME=ADDRESS_FORM0 VALUE="
<INPUT TYPE=HIDDEN NAME=ADDRESSSELECT VALUE=%s>
<B>%s</B><BR>%s,<BR>%s,<BR>%s,<BR>%s, <B>%s</B>,<BR><B>%s</B>
"/> <Actinic:VAR NAME=ADDRESS_FORM1 VALUE="
<U><B>%s:</B></U>
<INPUT TYPE=RADIO NAME=ADDRESSSELECT VALUE=%s%s></BR>
<B>%s</B><BR>%s,<BR>%s,<BR>%s,<BR>%s, <B>%s</B>,<BR><B>%s</B>
"/> <Actinic:VAR NAME=ADDRESS_FORM2 VALUE="
<U><B>%s:</B></U>
<INPUT TYPE=RADIO NAME=ADDRESSSELECT VALUE=%s%s></BR>
<B>%s</B><BR>%s,<BR>%s,<BR>%s,<BR>%s, <B>%s</B>,<BR><B>%s</B>
"/> <Actinic:VAR NAME=ADDRESS_TITLE0 VALUE=""/> <Actinic:VAR NAME=ADDRESS_TITLE1 VALUE="%s:"/>
<Actinic:VAR NAME=ADDRESS_TITLE2 VALUE="%s:"/> <Actinic:VAR NAME=ADDRESS_TITLE10 VALUE=""/>
<Actinic:VAR NAME=ADDRESS_TITLE11 VALUE=""/> <Actinic:VAR NAME=ADDRESS_TITLE12 VALUE="
<INPUT TYPE=RADIO NAME=ADDRESSSELECT VALUE=0 CHECKED>
%s:
"/> <Actinic:VAR NAME=ADDRESS_TABLE VALUE="
%s
<TABLE WIDTH=CUSTOMVAR:ACTSTDWIDTH BORDER=0 CELLSPACING=0 CELLPADDING=1 BGCOLOR=%s><TR><TD>
<TABLE WIDTH=100%% BORDER=0 CELLSPACING=0 CELLPADDING=4 BGCOLOR=%s>
%s
</TABLE>
</TD></TR></TABLE>
%s
"/>
<!-- End of B2B address formatting tags -->
I believe the code below is the part of the html code i need to change but does anyone have any ideas what Phase, ID's or perl scripts are linked to the %s so that i can apply styles to the generated text?
<!-- XML tags for formatting of the address list in B2B mode -->
<Actinic:VAR NAME=ADDRESS_COLUMNS VALUE=3/> <Actinic:VAR NAME=ADDRESS_FORM0 VALUE="
<INPUT TYPE=HIDDEN NAME=ADDRESSSELECT VALUE=%s>
<B>%s</B><BR>%s,<BR>%s,<BR>%s,<BR>%s, <B>%s</B>,<BR><B>%s</B>
"/> <Actinic:VAR NAME=ADDRESS_FORM1 VALUE="
<U><B>%s:</B></U>
<INPUT TYPE=RADIO NAME=ADDRESSSELECT VALUE=%s%s></BR>
<B>%s</B><BR>%s,<BR>%s,<BR>%s,<BR>%s, <B>%s</B>,<BR><B>%s</B>
"/> <Actinic:VAR NAME=ADDRESS_FORM2 VALUE="
<U><B>%s:</B></U>
<INPUT TYPE=RADIO NAME=ADDRESSSELECT VALUE=%s%s></BR>
<B>%s</B><BR>%s,<BR>%s,<BR>%s,<BR>%s, <B>%s</B>,<BR><B>%s</B>
"/> <Actinic:VAR NAME=ADDRESS_TITLE0 VALUE=""/> <Actinic:VAR NAME=ADDRESS_TITLE1 VALUE="%s:"/>
<Actinic:VAR NAME=ADDRESS_TITLE2 VALUE="%s:"/> <Actinic:VAR NAME=ADDRESS_TITLE10 VALUE=""/>
<Actinic:VAR NAME=ADDRESS_TITLE11 VALUE=""/> <Actinic:VAR NAME=ADDRESS_TITLE12 VALUE="
<INPUT TYPE=RADIO NAME=ADDRESSSELECT VALUE=0 CHECKED>
%s:
"/> <Actinic:VAR NAME=ADDRESS_TABLE VALUE="
%s
<TABLE WIDTH=CUSTOMVAR:ACTSTDWIDTH BORDER=0 CELLSPACING=0 CELLPADDING=1 BGCOLOR=%s><TR><TD>
<TABLE WIDTH=100%% BORDER=0 CELLSPACING=0 CELLPADDING=4 BGCOLOR=%s>
%s
</TABLE>
</TD></TR></TABLE>
%s
"/>
<!-- End of B2B address formatting tags -->
Comment