Compatible with: 1.5, 1.6, 1.6.1, 1.6.2.0, 1.7, 1.8, 1.8.1, 1.9.2.2
Install instruction:
Download this module & Upload your magento site root directory
For Live Store Update:
- Remove testbox Url Value .app/design/frontend/base/default/template/Sslcommerz/redirect.phtml action="https://www.sslcommerz.com.bd/testbox/process/index.php" Change to action="https://www.sslcommerz.com.bd/process/index.php">
Change value="testbox"
- Remove testbox url and add your storeID
/site/app/design/frontend/default/your_theme/template/checkout/success.phtml
[not mandatory: ./app/design/frontend/base/default/template/checkout/success.phtml if use another/change theme not mendatory]
$c = new soapclient('https://www.sslcommerz.com.bd/testbox/validator/validationserver.php?wsdl'); Remove testbox $c = new soapclient('https://www.sslcommerz.com.bd/validator/validationserver.php?wsdl');
Change to live store_id (testbox)& Passward(qwerty):
$store_id=urlencode("MyLiveStoreID"); $store_passwd=urlencode("MyLiveStorePasswd");