Cant integrate getShippingRates

Hello all,

It is fantastic that Wix now offers the possibility to implement a custom shipping rate function. The tutorial to do so is available here: https://support.wix.com/en/article/velo-tutorial-shipping-rates-custom-extension-beta

I understand this is in a beta phase. But I can’t seem to get it deployed on my website. After implementing my code for function and sharing it on my website, I can’t seem to find a way to enable the custom function call. In Step 3 of the tutorial, it is indicated in point 4 that an Installed app section should be found in the region settings, which enables the call to the custom function, but that does not seem to be true. The tutorial does seem to be outdated as the function signature changed as well. Does anyone know how to activate the call to this custom function?

Thank you!

1 Like

Do you see any logs? You should see some logs about the integration in the Site dashboard > Dev Tools > Logging / Google Operations.

No I don’t. I added some logs in the code to be able to track its execution, but it seems like the code was never executed.