smartstore / SmartStoreNET

Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
http://www.smartstore.com/en/net
GNU General Public License v3.0
2.64k stars 1.46k forks source link

Rule for shipment, unexpected result. #2215

Open Yorams opened 3 years ago

Yorams commented 3 years ago

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 commented 3 years ago

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.