Magento checkout Paypal change “What is PayPal text

December 14, 2014

The Magento checkout “What is PayPal” text is code in this file, as well as paypal logo /app/design/frontend/base/default/template/paypal/payment/mark.phtml Ideal way to make changes is copy this file with same path in your theme and modify this file according to requirements. Example your theme is: yourtheme /app/design/frontend/default/yourtheme Then in template folder create same path as “paypal/payment” […]

PHP Cybersource Merchant supplied signature does not match generated signature

August 22, 2014

When this error occur, it means the signed data fields doesn’t matched the supplied post form field or is being left empty. To solve this, make sure each signed data fields are filled up not empty. The PHP sample of Simple Order API & SOAP Toolkit API can be downloaded from here Or refer to […]

Cybersource you are not authorized to view this page. the transaction has not been processed

August 22, 2014

Determine if transaction reaches the gateway. 1. Log into the CyberSource Business Center 2. Navigate to Transaction Search > Secure Acceptance Search. 3. Search for recent activity, If you do not find transaction activity: This means that an authentication failure occurred. To correct this, verify that your Access Key, Secret Key and/or Profile ID with […]