58 lines
1.0 KiB
PHP
Raw Normal View History

2016-01-04 12:49:26 +01:00
<?php
global $config;
$config = array(
'host' => 'homeplanete.com',
'privatesales' => array(
'dest_path' => '/../extracts/daily',
'headers' => array(
'id_sale',
'sale_title',
'id_order',
'id_customer',
'gender',
'email',
'firstname',
'lastname',
'shipping_firstname',
'shipping_lastname',
'shipping_street',
'shipping_street2',
'shipping_postcode',
'shipping_city',
'shipping_phone',
'shipping_phone_mobile',
'shipping_country',
'id_product',
'id_product_attribute',
'order_product_name',
'product_quantity',
'product_price_base_wo_taxes',
'tax_rate',
'product_name',
'product_combination',
'product_price_wo_taxes',
'product_price',
'wholesale_price',
'combination_wholesale_price',
'supplier_reference',
'total_shipping',
'date',
'invoice_number',
'payment_type',
),
),
'users' => array(
'dest_path' => '/../extracts/weekly',
'headers' => array(
'email',
'sponsor',
'date_add',
'total_orders',
'newsletter',
'optin',
),
),
);