Search the Community
Showing results for tags 'wallet'.
-
Customer Wallet System Module Customer Wallet module allows customers to make the payment online using their Wallet. In this module, the User can use Wallet during the checkout and money will be deducted from their Wallet Cash. They can easily add credit to their wallet system. Ultimately ensures a Hassle-free, Easy-to-go and a User friendly payment option. Demo Link- https://addons.prestashop.com/demo/FO18855.html Purchase link- https://addons.prestashop.com/en/payment-card-wallet/26851-customer-wallet-system.html Module features- >>A Fast Online Payment Method will be available to the customers. >>The customer can easily add money in their wallet and use it for making transactions. >>Admin can view the customer details who are using Wallet System along with the transactions made by the them using the Wallet System. >>Admin can use the Wallet in single/multiple currencies. >>If the Wallet is used for multiple currencies, wallet balance is converted into context currency in real-time. >>If the Wallet has insufficient balance to complete the order, the customer can add money into the wallet on run-time without losing its current cart. >>If the Wallet has insufficient balance to complete the order, Buyer has an option to pay the remaining amount through the other payment options available. >>Buyers can view its wallet transactions easily in their respective accounts. /Amit Kushwaha Webkul
- 1 reply
-
- wallet
- wallet payment option
-
(and 1 more)
Tagged with:
-
Hello there! I have some trouble these three last days with an addon development. My shop will be able to manage recurring payment (subscription) with SDD and debit card. For this reason I bought 2 addons : Atos Worldline SIPS A subscription addon called pm_subscription. This last module doesn't manage Worldline payment so I need to implement my own payment method in this addon. For this, I have to create a <form> which send to an external Worldline link (a wallet configuration page) the customer, and the seller bank information. The main goal here is to let the customer be redirected on the Worldline link which requests POST information (said before). So I tried to create a <form> on the right .tpl: <form id="enablePayment" action="{url entity='module' name='pm_subscription' controller='redirectPayment'}" method="post"> <input type="hidden" name="subid" value="{$subscriber->id|intval}" /> <input type="submit" value="Configurer le paiement" name="enablePayment" rel="nofollow" class="btn btn-primary" title="Configurer paiement" data-id- subscriber="{$subscriber->id|intval}"/> </form> As you can see, I redirect the action to a front module controller that I created: class pm_subscriptionRedirectPaymentModuleFrontController extends ModuleFrontController { public function postProcess() { // Include payments modules include(_PS_MODULE_DIR_.'pm_subscription'.DIRECTORY_SEPARATOR.'models' .DIRECTORY_SEPARATOR.'payment_modules'.DIRECTORY_SEPARATOR.'SubPaymentModuleWorldline.php'); include(_PS_MODULE_DIR_.'pm_subscription'.DIRECTORY_SEPARATOR.'models' .DIRECTORY_SEPARATOR.'payment_modules'.DIRECTORY_SEPARATOR.'SubPaymentModuleSEPA.php'); if (isset($_POST['subid'])) { // @TODO vérifier subid $subid = pSQL($_POST['subid']); // Récupérer méthode de paiement choisie $row = self::getMethod($subid); if ($row['payment_identifier'] == "worldline") { // CB SubPaymentModuleWorldline::addCardWallet(); } elseif ($row['payment_identifier'] == "sdd") { // SEPA echo 'SEPA Direct Debit!'; } else { echo "oopsi! " .var_dump($row); // @TODO gérer } //... Here is the addCardWallet() function: public function addCardWallet($isTest = true) { $worldline = new Worldline(); // Define the page to redirect after payment $protocol = Configuration::get('PS_SSL_ENABLED') ? 'https://' : 'http://'; $return_page = $protocol.htmlspecialchars($_SERVER['HTTP_HOST'], ENT_COMPAT, 'UTF-8').__PS_BASE_URI__; $return_page .= 'subscriptions/main?return=worldline'; // @TODO optimize URL $atos_mode = true;//stub $version_key = $worldline->getVersionKey($atos_mode); $merchant_id = ''; // If we are in production mode $atos_mode ? $merchant_id = Configuration::get('ATOS_MERCHANT_ID') : $merchant_id = '002001000000001'; // Data we need to send // @TODO dynamic merchant wallet Id $param = 'merchantId='.$merchant_id.'|normalReturnUrl='.$return_page; $param .= '|keyVersion='.$version_key.'|merchantWalletId=14702'; $param .= '|paymentMeanBrandList=CB,VISA,MASTERCARD'; $param .= '|requestDateTime='.date("Y-m-d H:i:s"); // Request secure $secret_key = worldline::getSecretKey($atos_mode); $data = utf8_encode($param); $seal = hash('sha256', $data.$secret_key); $connector_url = 'https://payment-webinit-sogenactif.test.sips-atos.com/walletManagementInit'; /* POST Request without form */ // data part $content = http_build_query(array( 'Data' => $param, 'InterfaceVersion' => 'HP_2.9', 'Seal' => $seal )); // protocol part $context = stream_context_create(array( 'http' => array( 'method' => 'POST', 'header' => 'Content-Type: application/x-www-form-urlencoded', 'content' => $content ) )); return file_get_contents($connector_url, null, $context); } This function create a POST request and send it to the Worldline wallet page. The problem is that this method doesn't work. Because my front module controller needs to return a template page! I think I didn't understand how to resolve cleanly my need. I considere myself good at PHP but need to learn more how to use correctly the Prestashop CMS. Could you please help me for that? Thank you. Tend0
-
- form
- postprocess
-
(and 5 more)
Tagged with:
-
Hi. I am looking for someone to build a Google Wallet integration for my client's PrestaShop site. The module needs to be able to load/know what the total price is and then offer a "Buy" button. Or, there needs to be some way so that the customer cannot type in their own price (like to pay less than the total price). I just need something simple that will allow a customer to checkout easily and pay with Google Wallet. Something basic, but solid. Very serious about doing this within the next 48 hours if possible (at least starting it). I can pay you whatever you think is fair. $200 USD ? Tank
- 6 replies
-
- google wallet
-
(and 5 more)
Tagged with:
-
Boa tarde. Será que alguém já tem o meo wallet instalado na sua loja? Será que alguém me pode ajudar a integrar na minha loja? O link da meo wallet é https://developers.wallet.pt/en/procheckout/#other_integration_scenarios Fico desde já agradecido para qualquer ajuda. Atentamente António Reis
-
I want to know if there are any modules through which I can provide voucher codes to customers for a particular amount in case they receive broken products or if I can add the amount to their registered accounts which can be used by them in the future to procure other products. Let me know of any such modules, preferably free as I can bring back customers to my website.
-
Continue to receive error message from Google Wallet and the error below. I've double checked my settings both in Wallet and my store - they match and so does the call-back - can't understand why I keep getting this message: We've made several unsuccessful attempts to send order notifications to your notification callback URL, https://compactcampingconcepts.com/Store/modules/gcheckout/validation.php As a result, you aren't receiving order status, risk, or other notifications. To help you identify the issue with your callback URL, please review the errors we encountered while sending notifications to you. To review this error information: Sign in to Google Checkout. Click on the Tools tab. Click Integration Console. Error messages will appear under 'Integration Issues.' If necessary, you can also update your callback URL in the 'API callback URL' box on the same page. For more information about receiving notifications via the notification API, visit http://code.google.com/apis/checkout/developer/index.html#notification. This is the error log for an order of which I did not receive notice from PrestaShop: <?xml version="1.0" encoding="UTF-8"?> <risk-information-notification xmlns="http://checkout.google.com/schema/2" serial-number="801447095196302-00005-5"> <timestamp>2011-11-27T23:51:40.940Z</timestamp> <risk-information> <ip-address>75.95.12.224</ip-address> <billing-address> <contact-name>miguel </contact-name> <company-name></company-name> <address1></address1> <address2></address2> <email></email> <phone></phone> <fax></fax> <country-code>US</country-code> <city>lighthouse point</city> <region></region> <postal-code>33064</postal-code> </billing-address> <avs-response>Y</avs-response> <cvn-response>M</cvn-response> <eligible-for-protection>true</eligible-for-protection> <partial-cc-number>3350</partial-cc-number> <buyer-account-age>762</buyer-account-age> </risk-information> <google-order-number></google-order-number> </risk-information-notification> (I removed customer information) My store settings: Server information Prestashop version: 1.4.6.2 Server information: Linux #20 SMP Fri Dec 9 01:19:18 CST 2011 i686 Server software version: Apache mod_qos/9.69 mod_fcgid/2.3.6 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP version: 5.2.17 MySQL version: 5.1.56 Store information Shop URL: https://compactcampi...epts.com/Store/ Current theme in use: net132 Mail configuration Mail method: You are using your own SMTP parameters. SMTP server: localhost SMTP user: Defined SMTP password: Defined Encryption: ssl Port: 465 Your information Your web browser: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; WOW64; Trident/5.0; BOIE9;ENUS) Check your configuration Required parameters: OK Optional parameters: OK