Announcement

Collapse
No announcement yet.

Pasing Postcode over to WorldPay

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

    Pasing Postcode over to WorldPay

    Hi

    I have version 8.5.1.0 HFUA and currently the problem is that I can't pass the postcode from Actinic onto the world pay pages.

    Wanted to know if any one else has had this problem and have currently got Actinic support looking into it.

    If any one has had this problem or knows how to solve could you let me know what I need to do.

    Cheers

    Darren
    Darren Tickle
    http://www.funky-cards.co.uk

    Greetings cards, and gift wrap for every occasion.

    #2
    Hi Darren,

    Can you check in 'C:\Program Files\Actinic v8\Sites\Site1\CommonOCC' for 'OCCWorldPayScriptTemplate.pl' open it with notepad and look for 'limit the buyer's postcode' you should see
    Code:
    # limit the buyer's postcode to 12 charcters
    #
    $sHiddenValues .= "<INPUT TYPE=HIDDEN NAME=\"INVOICEPOSTCODE\" VALUE=\"" .
        substr($::InvoiceContact{POSTALCODE}, 0, 12) . "\">\n";
    If it is not I would suggest copying the original script file from 'C:\Program Files\Actinic v8\OCCUpgrade\CommonOCC' and pasting it to your site folder within the 'Common OCC' folder.

    Kind regards,
    Bruce King
    SellerDeck

    Comment

    Working...
    X