Override Shipping Name

Hello Here,

We want to override the shipping name so we used the Shopify functions to achieve our requirements and it overrides the shipping name but not fully.

These are the old shipping names https://d.pr/i/jHF4Y3 and this is the new one https://d.pr/i/YC7Tk8 Even though we do not use the “FedEx” word in our coding https://d.pr/i/OKOvbo, but it’s still showing in the Shipping name with the “FedEx” word.

So in short, we added the shipping name that we wanted at the coding side and it override as well but it appended the “FedEx” word that we didn’t want. So anyone can help me to figure it out? Thanks

Hi there :waving_hand:

Are you testing this on a development store? If so I would recommend reviewing the logs for the output of this function run in the partner dashboard. There you should be able to see the operations that are being returned from your function to Shopify. This would be a great first step to confirm.

Hello Lizk,

While I am testing the functionality on my development store, it’s working fine.

https://d.pr/i/eaN56t - It updates the shipping method successfully.

Here is the screenshot of the log - https://d.pr/i/ITuvQn

It’s also working fine for common shipping methods like “Economy”, and “Standard”, but I face an issue when 3rd party shipping method is shown on the Shipping Page and as I mentioned it overrides the Shipping method but does not fully https://d.pr/i/lOt86I

Thanks!