Announcement

Collapse
No announcement yet.

Invoice Address table

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

    Invoice Address table

    We've just upgraded a site from catalog to business to restrict access from unwanted shoppers, ie not logged in. Everything works fine, except...

    when an account holder is logged in and they purchase something, then go through the checkout, their address is automatically put in for them. This in itself is fine, what we need to do is edit and format this which is proving rather difficult.

    We've identified Act_order01.html drives it but it looks like the cgi and perl side of things takes over as when we edit this;

    <Actinic:VAR NAME=ADDRESS_TABLE VALUE="
    %s
    <TABLE WIDTH=CUSTOMVAR:ACTSTDWIDTH BORDER=0 CELLSPACING=0 CELLPADDING=0 BGCOLOR=%s><TR><TD>
    <TABLE WIDTH=100%% BORDER=0 CELLSPACING=0 CELLPADDING=4 BGCOLOR=%s>
    %s
    </TABLE>
    </TD></TR></TABLE>
    %s
    The whole thing falls over.

    Has anyone any ideas, we need to change the background colour and the font. We understand the colour can be altered in the 'design | colors' section but this throws the rest of the order process out.

    Regards Garry

    #2
    Hi Garry

    Just out of interest, when you edit the "BGCOLOR" from "Act_Order01.html", by taking out "%s" and replacing it with the hex colour value you want, what happens, do you get an error message at all?

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X