I've setup and configured the Shopp plugin for use with the AllThrive.org website. We've used this shopping cart along with other payment gateways without problem. However when using the Click and Pledge payment gateway, we run into an very specific problem.
When the user enters their payment information then clicks checkout they are taken to an order confirmation screen. After they confirm the details of their payment, the transaction should be submitted to CnP. Instead, they are redirected back to the checkout screen.
I've turned on PHP error logging and have the following problem:
2013-02-12 22:35:11 - PHP NOTICE: Undefined property: ClickandPledge::$buttonurl [ClickandPledge.php, line 97] [ClickandPledge.php, line 97]
This undefined property appears to not be allowing the shopping cart to process the transaction correctly. Again, the plugin works fine with other payment gateways such as Authorize.net, Stripe.com etc.
Please get back to me with a fix.
When the user enters their payment information then clicks checkout they are taken to an order confirmation screen. After they confirm the details of their payment, the transaction should be submitted to CnP. Instead, they are redirected back to the checkout screen.
I've turned on PHP error logging and have the following problem:
2013-02-12 22:35:11 - PHP NOTICE: Undefined property: ClickandPledge::$buttonurl [ClickandPledge.php, line 97] [ClickandPledge.php, line 97]
This undefined property appears to not be allowing the shopping cart to process the transaction correctly. Again, the plugin works fine with other payment gateways such as Authorize.net, Stripe.com etc.
Please get back to me with a fix.
Comment