What's your biggest current challenge? Have your say in Community Polls along the right column.

How do I change the URL of my custom third party shipping rate PHP script?

Solved

How do I change the URL of my custom third party shipping rate PHP script?

mind_pattern
Tourist
5 1 0

Hi there. Around 4 years ago I set up my own third party shipping rate PHP script on a store. It works perfectly, but the domain on which it is hosted has changed. How can I change that domain? 

Accepted Solution (1)
mind_pattern
Tourist
5 1 0

This is an accepted solution.

The answer was that I had to do it via the API (just like how I originally created this CarrierService). Details are in the CarrierService documentation under "Modify an existing CarrierService"

View solution in original post

Replies 4 (4)

Yeady123
Explorer
61 7 9

To change the domain for your third party shipping rate PHP script, you need to follow these steps:

  1. Update the URL of your script in the code to the new domain name
  2. Update any references to the old domain name in your database
  3. Update any links on your website or in any external systems that use the old domain name
  4. Test the script on the new domain to ensure it works properly.
  5. If using SSL certificate, make sure to update or re-issue the certificate for the new domain.
- Was my reply helpful? Click "Like" to let me know!
- ----Was your question answered? Mark it as an Accepted Solution
You can get in touch with me via WhatsApp on +88013-13075440
Email: shahinkhan2424ft@gmail.com
mind_pattern
Tourist
5 1 0

Thanks for the reply - but I still don't know how to tell Shopify the URL has changed. How do I do that?

Yeady123
Explorer
61 7 9

Wait, I'm showing you.

- Was my reply helpful? Click "Like" to let me know!
- ----Was your question answered? Mark it as an Accepted Solution
You can get in touch with me via WhatsApp on +88013-13075440
Email: shahinkhan2424ft@gmail.com
mind_pattern
Tourist
5 1 0

This is an accepted solution.

The answer was that I had to do it via the API (just like how I originally created this CarrierService). Details are in the CarrierService documentation under "Modify an existing CarrierService"