Skip to content

- When user's cart or coupon code was matched/used, this module will only allow payment method which belong to the rules in admin setting.

Notifications You must be signed in to change notification settings

phongphanmage/SalerulePaymentMethod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Salerule - Payment Method | Magento 2

=================================

Donate

Description:

  • When user's cart or coupon code was matched/used, this module will only allow payment method which belong to the rules in admin setting.
  • Limit payment method with coupon code sale rules.

Installation:

  1. Copy module folder to your magento_root_folder/app/code.
  2. Go to your magento_root_folder. Run these commands:
    • php ./bin/magento setup:upgrade
    • php ./bin/magento setup:di:compile
    • php ./bin/magento setup:static-content:deploy

Configuration:

  1. Go to Marketing -> Cart Price Rules
  2. Choose your payment available for the rules.

#Example:

  • Your website has 3 payment methods: COD, Paypal, Braintree.
  • You settings up 2 rules whose available for Paypal and another one for Braintree.
  • If customer's cart passed those rules, customer can only place order with Paypal and Braintree - COD will be disable.

Magento version compatible:

  • Magento version 2.2.x., Magento version 2.3.x.

Report issues:

  • For any issue please help me open an issue.

About

- When user's cart or coupon code was matched/used, this module will only allow payment method which belong to the rules in admin setting.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages