-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
21 lines (14 loc) · 1.23 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Quanbit's Shipping And Payment Filter
QBShippingAndPaymentFilter
This Module allows you to enable or disable payment and shipping methods, setting up rules that take the content's of the checkout cart.
For instance: You can disallow "Personal Delivery" for orders to be shipped outside your city. Or enable Paypal payment only to people who bought from you products from the "Ebook" category. Or whatever.
How to use: After installing (we recommend using Magento Connect's installer), acces the module on the admin interface of Magento, on
"Promotions" > "Checkout Rules".
There, you can add any rules you need. These will be applied on the cart (either when creating an order from the admin interface or from the frontend).
***
THIS IS A FORK - i added the current version 0.9.2 of this extension from magento connect and fixed some issues with SUPEE-6788.
***
Known Issues:
- Enabling shipping methods is not working. You'll need to use it the other way around (enabling in the config the shipping method, and then disabling it on a rule).
- Rules based on product attributes combination is not working. It's not giving an error, it's just ignoring that rule.
- Adding a label to the rule provokes an error that prevents the rule from saving.