View Single Post
  #5  
Old 09-14-2015, 12:30 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: Add columns to order list

Quote:
PHP Code:
...
            
'Delivery type' => array(
                static::
COLUMN_NAME     => 'Delivery type',
                static::
COLUMN_TEMPLATE => 'admin/en/modules/Romas/NewOrder/delivery_type.tpl',
                static::
COLUMN_ORDERBY  => 550,
            ),
... 

You should not use 'Delivery type' as the key for the array. Please use 'deliveryType' instead.
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote