Shipping Provider

Saturday, April 27, 2024 3:34:44 AM
  • Posted: Wednesday, April 1, 2020 6:52 AM
  • 137
Hi everybody,

Is it necessary to have a shipping provider ? Is there a basic free plugin or we must develop or pay one ?
Before checkout, I get error "Shipping rate computation method could not be loaded". I don't know if it's linking to Shipping Provider.

Thanks
0
  • Posted: Wednesday, April 1, 2020 7:16 AM
  • 137
It's ok now... I have just to build Plugin :)
0
  • Posted: Wednesday, April 1, 2020 7:18 AM
  • 137
Not work, I get always "Shipping rate computation method could not be loaded"
0
  • Posted: Wednesday, April 1, 2020 8:13 AM
  • Team
  • 151
Hi,
Please go to Admin -> Configuration -> Shipping -> Shipping providers - and check as active

Regards
Krzysztof
0
  • Posted: Wednesday, April 1, 2020 8:22 AM
  • 137
Thanks Krzysztof, it was this problem also. But now, if I test on local address ip it's ok but through my HAProxy, I can't pass to mode shipping. I have not error in code on explorer.
0
  • Posted: Wednesday, April 1, 2020 12:53 PM
  • 953
Laurent,

Can you check the System -> Log?
Best regards,
Patryk

GrandNode Team
0
  • Posted: Wednesday, April 1, 2020 1:08 PM
  • 137
Hi Patryk,

For solution, I have

With HA PROXY, the good config for app settings.json is :

{
  "Hosting": {
    //Set to "true" the settings below if your hosting uses a load balancer. It'll be used to determine whether the current request is HTTPS
    "UseHttpClusterHttps": false,
    "UseHttpXForwardedProto": true,

    //Use the setting below if your hosting doesn't use "X-FORWARDED-FOR" header to determine IP address.
    //In some cases server use other HTTP header. You can specify a custom HTTP header here. For example, CF-Connecting-IP, X-FORWARDED-PROTO, etc
    "ForwardedHttpHeader": "",

    //Use a reverse proxy server - more information you can find at: https://docs.microsoft.com/en-US/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-2.1
    "UseForwardedHeaders": true
  },

Without this, I have bug in checkout and cannot pass to payment step. GrandNode return to cart page.
0
back to top
Filters