Skip to content

matinict/magento-sslcommerz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

magento-sslcommerz

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:

  1. 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"

  1. 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");

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages