Closed Algorithman closed 1 year ago
Hi, have you checked that the modules are present in the file system on your Linux machine? Regards, Michael
Sure, I always make a full build and copy the whole artefacts folder.
drwxr-xr-x 4 chris chris 4096 Sep 27 12:41 Smartstore.Shipping
drwxr-xr-x 4 chris chris 4096 Sep 27 12:41 Smartstore.ShippingByWeight
They are present on the file system, yes, but the plugins do not seem to be installed. Can you check please?
You're absolutely right, thank you :)
Describe the bug I disabled all payment methods except Prepayment, pay in store, credit card (manual) and cash on delivery. Since we have free shipping to our customers I didn't change anything in the shipping configuration. If I run the shop on linux (test deployment) I get this error message:
If I run the shop within Visual Studio (accessing the same database) it runs without problems. Another clue is that on linux my Shipping rate computation method page looks like this:
Same page when I start it from visual studio (again, connecting to the same database):
To Reproduce Steps to reproduce the behavior:
Stacktrace
Desktop (please complete the following information):
Additional info After looking into the database itself, I have no rules/rulesets defined and therefore no ruleset mappings. The only shipping method in ShippingSettings.ActiveShippingRateComputationMethodSystemNames is Shipping.FixedRate (as I want it to be the only one).
More in-depth debugging seems to indicate that _providerManager.GetAllProviders(storeId) returns an empty list. see here