• Hello,

    i`m using dukapress 2.3.1 and i m using worldpay as my payment option.

    right now its in test mode and the problem is when i going to make payment i get this error below

    Secure Payment Page
    Sorry, there was an error in processing this transaction:
    PCSAT.liveOnTest
    Server information 15/Nov/2011 13:16:38 Server ID mm2imscs4p (WPReq-259951)

    SO please help me on it

    Thank you
    M

    http://wordpress.org/extend/plugins/dukapress/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author moshthepitt

    (@moshthepitt)

    Please upgrade to DukaPress 2.3.4 where this bug was fixed.

    Thread Starter dabangla

    (@dabangla)

    Hello Moshthepitt,

    Thank you for your reply.

    do you have any idea which file i have to edit.
    if i update the plugin all modification will lost

    So please advice.

    Thank you
    M

    Plugin Author moshthepitt

    (@moshthepitt)

    I hope this helps?

    Line 234 in dp-payment.php
    if ($dp_shopping_cart_settings['worldpay_testmode'] === '100') {
    that ‘100’ needs to be ‘test’.

    Line 269 in dp-payment.php:
    $dpsc_total = number_format($total_amount, 2);
    should be
    $dpsc_total = number_format($total_amount, 2, '.', '');

    Line 277 in dp-payment.php
    <input type="hidden" name="testMode" value="' . $dp_shopping_cart_settings['worldpay_testmode'] . '" />

    the value needs to be be $testModeVal.

    ————
    Please let me know if it works for you.

    Thread Starter dabangla

    (@dabangla)

    Hello Moshthepitt,

    Thank you for your reply.

    i already did that. But thank you again

    Thank you
    M

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: DukaPress] Sorry, there was an error in processing this transaction: PCSAT.liveOnTest’ is closed to new replies.