https://github.com/magesuite/instant-purchase
This module provides extends default instant-purchase functionality of Magento, providing the possibility to quickly reorder previously bought items and also rebuy them with one click using mollie paymentspayment methods that integrate with Magento vault.
It replaces FE implementation with our custom components.
Table of Contents | ||||
---|---|---|---|---|
|
Installation
Info |
---|
This module is optional. |
...
Code Block |
---|
import 'MageSuite_InstantPurchase'; import 'MageSuite_InstantPurchase/user-area'; |
Scripts
magesuite-packstationinstant-dhlpurchase/view/frontend/web/js/model/instant-purchase.js
magesuite-packstationinstant-dhlpurchase/view/frontend/web/js/view/instant-purchase.js
magesuite-packstationinstant-dhlpurchase/view/frontend/web/js/action/instant-purchase-create.js
magesuite-packstationinstant-dhlpurchase/view/frontend/web/js/action/instant-purchase-place-order.js
magesuite-packstationinstant-dhlpurchase/view/frontend/web/js/instant-purchase-form.js
...