shop.balmet.com

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

ebay_edit.php (2498B)


      1 <?php
      2 // Heading
      3 $_['heading_title']				   = 'Revise eBay listing';
      4 $_['text_openbay']				   = 'OpenBay Pro';
      5 $_['text_ebay']					   = 'eBay';
      6 
      7 // Tab
      8 $_['tab_recommendations']		   = 'Recommendations';
      9 
     10 // Text
     11 $_['text_revise']                  = 'Revise listing';
     12 $_['text_loading']                 = 'Getting item information from eBay';
     13 $_['text_error_loading']           = 'There was an error getting the information from eBay';
     14 $_['text_saved']                   = 'Listing has been saved';
     15 $_['text_alert_removed']           = 'The listing has been unlinked';
     16 $_['text_alert_ended']             = 'The listing has been ended on eBay';
     17 $_['text_listing_info']            = 'Listing information';
     18 $_['text_check_recommendations']   = 'Checking for eBay listing recommendations';
     19 $_['text_success_recommendations'] = 'There are no listing improvement recommendations for this item!';
     20 
     21 // Buttons
     22 $_['button_view']				   = 'View listing';
     23 $_['button_remove']				   = 'Remove link';
     24 $_['button_end']                   = 'End listing';
     25 $_['button_retry']				   = 'Retry';
     26 
     27 // Entry
     28 $_['entry_title']				   = 'Title';
     29 $_['entry_price']				   = 'Selling price (Includes any tax)';
     30 $_['entry_stock_store']			   = 'Local stock';
     31 $_['entry_stock_listed']		   = 'eBay stock';
     32 $_['entry_stock_reserve']		   = 'Reserve level';
     33 $_['entry_stock_matrix_active']	   = 'Stock matrix (active)';
     34 $_['entry_stock_matrix_inactive']  = 'Stock matrix (inactive)';
     35 
     36 // Column
     37 $_['column_sku']				   = 'SKU';
     38 $_['column_stock_listed']		   = 'Listed';
     39 $_['column_stock_reserve']		   = 'Reserve';
     40 $_['column_stock_total']		   = 'In stock';
     41 $_['column_price']				   = 'Price';
     42 $_['column_status']				   = 'Active';
     43 $_['column_add']				   = 'Add';
     44 $_['column_combination']		   = 'Combination';
     45 
     46 // Help
     47 $_['help_stock_store']			   = 'This is the level of stock on in OpenCart';
     48 $_['help_stock_listed']			   = 'This is the current level of stock on eBay';
     49 $_['help_stock_reserve']		   = 'This is the maximum level of stock on eBay (0 = no reserve limit)';
     50 
     51 // Error
     52 $_['error_ended']				   = 'The linked listing has ended, you are unable to edit it. You should remove the link.';
     53 $_['error_reserve']				   = 'You cannot set the reserve higher than the local stock';
     54 $_['error_no_sku']          	   = 'No SKU found!';
     55 $_['error_no_item_id']             = 'Item ID is missing from the request';
     56 $_['error_recommendations_load']   = 'Unable to load item recommendations';