shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

marketing.php (832B)


      1 <?php
      2 // Heading
      3 $_['heading_title']    = 'Marketing Report';
      4 
      5 // Text
      6 $_['text_extension']   = 'Extensions';
      7 $_['text_edit']        = 'Edit Marketing Report';
      8 $_['text_success']     = 'Success: You have modified marketing report!';
      9 $_['text_filter']      = 'Filter';
     10 $_['text_all_status']  = 'All Statuses';
     11 
     12 // Column
     13 $_['column_campaign']  = 'Campaign Name';
     14 $_['column_code']      = 'Code';
     15 $_['column_clicks']    = 'Clicks';
     16 $_['column_orders']    = 'No. Orders';
     17 $_['column_total']     = 'Total';
     18 
     19 // Entry
     20 $_['entry_date_start'] = 'Date Start';
     21 $_['entry_date_end']   = 'Date End';
     22 $_['entry_status']     = 'Order Status';
     23 $_['entry_status']     = 'Status';
     24 $_['entry_sort_order'] = 'Sort Order';
     25 
     26 // Error
     27 $_['error_permission']  = 'Warning: You do not have permission to modify marketing report!';