Announcement

Collapse
No announcement yet.

Setting WorldPay as the default payment method in the list

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

    Setting WorldPay as the default payment method in the list

    Currently I use WorldPay as my only payment method. If I try to add other payment methods, either:

    * the added option - eg card details captured - becomes the default method selected (not what I want, I want WorldPay to be the default)
    * the default selection does not appear at all (customer then goes to receipt page, no card details taken at all)

    I have tried altering the order and text of Payment Methods in Business Settings to no avail. Also have tried radio buttons.

    I have tried to follow these instructions but ...

    Originally posted by Nadeem
    Search for...
    Code:
    $key eq "COUPONCODE"  || # and coupon code
    Find and Edit Session.pm (This can be found in "C:\Program Files\Actinic v7\Sites\Site1")
    There is no such line in the v6 file.

    Originally posted by Nadeem
    Edit ActinicOrder.pm
    Search for '1954' you will see...
    Code:
    my $nMethodID;
    my $nDefault = "10005";
    The 10005 equates to 'Credit Card'.
    10005 doesn't work - is there another code for WorldPay?

    Thanks.
    Kenny Fraser
    http://kennyfraser.com

    #2
    Hi there

    I have responded to your other thread, please see http://community.actinic.com/showthr...6524#post76524

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X