How To Add A New Carrier?

How can I add a new carrier to 4.2.4?

I have seen some posts but I did not find anything clear.

Maybe there is not a clear way?

Did you see my topic? The first message contains necessary information.



http://forum.cs-cart…d-a-new-carrier

I did not see your topic but I did try it and it did work.

Thank you.

I did not have a correct url address for the link, so this did not work the way I hoped.

I decided to undo this and I deleted the lines I added to the files.

How do I delete the carrier from the list? It still appears in the list of carriers.

Just log in the phpMyAdmin and delete the corresponding line from the cscart_shipping_services table or run the following query:



DELETE FROM cscart_shipping_services WHERE module = 'royal_mail';




replace royal_mail with your identifier

[quote name='eComLabs' timestamp='1437990599' post='224448']

Just log in the phpMyAdmin and delete the corresponding line from the cscart_shipping_services table or run the following query:



DELETE FROM cscart_shipping_services WHERE module = 'royal_mail';




replace royal_mail with your identifier

[/quote]Thanks so much,.

You are welcome!