Jump to content

<SOLVED> Error Message : 01 no carrier selected or invalid carrier selected


Recommended Posts

Hello,

How to get rid of this error message: Error Message : 01 no carrier selected or invalid carrier selected. Generated in the shipping module during checkout. Standard carrier is selected and it is possible to continu to the payment module.

I don't know why or what is generating this error which is spoiling the view of the shopping cart.

Thanks in advance,

Marco

Link to comment
Share on other sites

After a few hours I found out it was my own fault. I transferred the wrong order.php to my server. For anyone who liked to know what causes errormessages:

case 1:
displayAddress();
break;
case 2:
if(Tools::isSubmit('processAddress'))
processAddress(); In my case this was processCarrier()

Thanks everyone who replied the first post.

Marco

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...