Jump to content

Hvordan man tilføjer ID for kurv i ordreoversigten for 1.5


presta-dyr

Recommended Posts

I filen controllers/admin/AdminOrdersController.php findes afsnittet med:

        $this->fields_list = array(
        'id_order' => array(
            'title' => $this->l('ID'),
            'align' => 'center',
            'width' => 25
        ),

lige under dette (linie 69 for PS 1.5.5.0) tilføjes:

        'id_cart' => array(
            'title' => $this->l('Cart'),
            'align' => 'center',
            'width' => 25
        ),

/Kjeld

  • Like 1
Link to comment
Share on other sites

  • 1 month later...

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