Jump to content

Add id carrier in cart through module


Recommended Posts

Hi,

I'm creting a custom module and I am trying to add carrier id to cart. I'm running 1.7.6.5

The carrier id I want to set it to is 5, but when view it in  BO after order is  placed, it's using my default carrier with id 6

            $cart = new Cart($this->context->cookie->id_cart);
            $cart->id_address_delivery = 1;
            $cart->id_address_invoice = 1;
            $cart->id_carrier = 5;

What am I missing?

Thankyou in Advance.

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...