MultiSafepay module for Magento2
, (*1)
:warning: This plugin is marked as deprecated and will not receive any significant new features in the future. It has been replaced by our New Magento 2 plugin., (*2)
MultiSafepay is a collecting payment service provider which means we take care of the agreements, technical details and payment collection required for each payment method. You can start selling online today and manage all your transactions from one place., (*4)
The supported Payment Methods & Giftcards for this plugin can be found over here: Payment Methods & Giftcards, (*5)
You can install our plugin through Composer:, (*6)
composer require multisafepay/magento2msp php bin/magento setup:upgrade php bin/magento setup:static-content:deploy
For additional information or instructions please see our installation & configuration manual, (*7)
As of version 1.7.0 we have added a feature to include the payment link in the order confirmation mail for orders created in the backend.
This feature is customizable and can be changed to your liking.
This feature can be implemented by the following steps
1. Go to Marketing -> Email Templates
2. Add a template (import from "new order")
3. Add this sample code the template
html
{{depend order.getPayment().getAdditionalInformation('payment_link')}}
<a href="{{var order.getPayment().getAdditionalInformation('payment_link')}}">Pay now with {{var order.getPayment().getAdditionalInformation('method_title')}}</a>
{{/depend}}
4. Go to Stores -> Configuration -> Sales -> Sales Emails
5. Change the "New Order Confirmation Template" with your template, (*8)
After these changes, the template should be tested to confirm it is working., (*9)
Note: This can also be implemented directly in the email template files., (*10)
:warning: This plugin is deprecated and we are not providing support for it anymore. Please, upgrade to our New Magento 2 plugin., (*11)
Open Software License (OSL 3.0), (*12)
Are you a developer interested in working at MultiSafepay? View our job openings and feel free to get in touch with us., (*13)