r.guillaume Posted September 22, 2010 Share Posted September 22, 2010 Hi,I had add a column in the table ps_cart of my DB and i want show the value in the datas table of adminCart (client > cart)The problem is that when i add a line like "myfield", Head of column "customer" is changed by "myfield" but values stay of customers... $this->fieldsDisplay = array( 'id_cart' => array('title' => $this->l('ID'), 'align' => 'center', 'width' => 25), 'customer' => array('title' => $this->l('Customer'), 'width' => 80, 'filter_key' => 'c!lastname'), 'Myfiled' => array('title' => $this->l('myfiled'), 'width' => 80), //here my new fild 'total' => array('title' => $this->l('Total'), 'callback' => 'getTotalCart', 'orderby' => false, 'search' => false, 'width' => 50, 'align' => 'right', 'prefix' => '', 'suffix' => '', 'currency' => true), 'carrier' => array('title' => $this->l('Carrier'), 'width' => 25, 'align' => 'center', 'callback' => 'replaceZeroByShopName'), 'date_add' => array('title' => $this->l('Date'), 'width' => 90, 'align' => 'right', 'type' => 'datetime', 'filter_key' => 'a!date_add')); An image of what i would have:http://img685.imageshack.us/img685/7994/valeurb.jpgCan someone help me plz?Guillaume.plz excuse my english, i'm french ^^". (i have post in english & french forum) Link to comment Share on other sites More sharing options...
r.guillaume Posted September 22, 2010 Author Share Posted September 22, 2010 RESOLVED.Just duplicate the customer line and replace some values. i'm stupid ^^ Link to comment Share on other sites More sharing options...
gbaran Posted November 5, 2021 Share Posted November 5, 2021 Have you managed to add an extra column to your basket list? In which file and what version of Prestashop did you do this? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now