Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rule for shipment, unexpected result. #2215

Open
Yorams opened this issue Mar 15, 2021 · 1 comment
Open

Rule for shipment, unexpected result. #2215

Yorams opened this issue Mar 15, 2021 · 1 comment

Comments

@Yorams
Copy link

Yorams commented Mar 15, 2021

I'm trying the new rules system with some shipment rules and i'm getting a unexpected result.

We want to have free shipping only in NL, above a total cart amount of €350,-
So i have configured 2 "Shipping rate computation methods".

  1. Shipping by weight(Paid), in which shipping costs are configured by country
  2. Shipping by total (Free), where 1 line is configured with: Country NL, Order total from: 350

If a costumer orders something to ship to NL with a cart amount above €350,- he gets an extra (free) shipping method defined with "Shipping by total". So therefore i want to hide the paid shipping method defined with Shipping by weight.

Therefore i assigned a rule to the paid "Shipping by weight" ship method to only show it if the following rules apply:
image

Unfortunately, this solution does not work. The cosumer has a cart amount of more than €350,- and ships to NL. But the shipment method still shows. Is this a bug? It would be simpler if the rules system has a "if this is false then" option

@MasKhan20
Copy link

I also have a somewhat similar issue. When I try to edit shipping methods I get this error:

image

This happened yesterday and I checked again today. Same issue, I was signed in as admin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants