File: D:/HostingSpaces/SBogers10/topswtwmobile.komma.pro/app/config/komma/tops.php
<?php
return array(
'address' => [
'default' => [
'street' => 'Rondven 38',
'postal' => '6026 PX',
'city' => 'Maarheeze',
],
'invoice' => [
'street' => 'Rondven 38',
'postal' => '6026 PX',
'city' => 'Maarheeze',
],
],
'coc_number' => '60526009',
'vat_number' => 'NL142262638B01',
// TOPS now also has a German vat number, used for orders with shipping country Germany
'vat_number_de' => 'DE306408583',
// TOPS now also has a Belgium vat number, used for orders with shipping country Belgium
'vat_number_be' => '0654.782.068',
'iban_number' => 'NL21 RABO 0122 7145 71',
'bic_number' => 'RABONL2U',
'defaultShippingCosts' => [
// Default shipping costs per shop id
'1' => [
'shippingCosts' => 1495,
'freeShipping' => null
],
// Default shipping costs when the shop id is not found in this array
'default' => [
'shippingCosts' => 1495,
'freeShipping' => null
]
],
'google_id' => [
'NL' => 'GTM-KJFJBR',
'BE' => 'GTM-53W74J',
'DE' => 'GTM-MZ753X',
'AT' => 'GTM-T73KM7',
'GB' => 'GTM-PVS3F9',
1 => 'GTM-KJFJBR', //topswtw
2 => 'GTM-MZ753X', //topskwl
],
'google_plus_link' => [
'NL' => '+TopswtwfiltersNlTops',
'BE' => '+TopswtwfiltersNlTops',
'DE' => '117159447388124611857',
'AT' => '117159447388124611857',
'GB' => '+TopswtwfiltersNlTops',
],
'hotjar_id' => [
'NL' => '113355',
'BE' => '119831',
'DE' => '115076',
'AT' => '119867',
'GB' => '268301',
//todo: delete these when this is launched on the live
1 => '113355', //topswtw
2 => '115076', //topskwl
],
'telephone' => [
//Telephone numbers based on the domain country
'NL' => '085 - 041 08 00',
'BE' => '03 - 246 48 30',
'DE' => '0691 - 5320 0812',
'AT' => '0126-75617',
'GB' => '+44 (0)20 8097 3251',
//numbers with country code for tel:
'NL+' => '0031850410800',
'BE+' => '003232464830',
'DE+' => '004969153200812',
'AT+' => '004312675617',
'GB+' => '00442080973251',
//todo: delete these when this is launched on the live
//telephone numbers based on the shop_id
'1' => ' 040 - 204 54 06',
'1+' => ' +31 40 - 204 54 06',
'2' => '0691 - 5320 0812',
'2+' => '+49691 - 5320 0812',
],
'maintenance_telephone' => [
//Telephone numbers based on the domain country
'NL' => '085 - 041 08 02',
//numbers with country code for tel:
'NL+' => '0031850410802',
],
'email' => [
'NL' => 'info@topswtwfilters.nl',
'BE' => 'info@topswtwfilters.be',
'DE' => 'info@topskwlfilter.de',
'AT' => 'info@topskwlfilter.at',
'GB' => 'info@topsmvhrfilters.com',
],
'whatsapp' => '+31 (0)6 47 20 56 83',
'whatsapp+' => '00310647205683',
'whatsappMobile' => '+31647205683',
'accessories_link_vent' => [
'1' => [
'nl' => 'nl/toebehoren/af-en-toevoerventielen',
'en' => 'en/accessories/exhaust-and-supply-air-valves'
],
'2' => [
'de' => 'de/zubehor/tellerventile-ab-und-zuluft',
'en' => 'en/accessories/exhaust-and-supply-air-valves'
],
'3' => [
'en' => 'en/accessories/exhaust-and-supply-air-valves',
'de' => 'de/zubehor/tellerventile-ab-und-zuluft',
],
],
'accessories_link_cone' => [
'1' => [
'nl' => 'nl/toebehoren/kegelfilter-afvoerventiel',
'en' => 'en/accessories/cone-filter-exhaust-vent'
],
'2' => [
'de' => 'de/zubehor/kegelfilter-abluftventil',
'en' => 'en/accessories/cone-filter-exhaust-vent'
],
'3' => [
'en' => 'en/accessories/cone-filter-exhaust-vent',
'de' => 'de/zubehor/kegelfilter-abluftventil',
],
],
'orderNumberStart' => 17800,
'customerNumberStart' => 15500,
'maintenanceOrderNumberStart' => 1001,
'openOrderNotificationDelayInDays' => 1,
'openOrderReminderDelayInDays' => 7,
//Amount of days between the order and the first reminder
'openOrderFirstReminderInDays' => 3,
//amount of days between the order and the seccond (last) reminder
'openOrderLastReminderInDays' => 4,
//Iso2 value of the shops country
'shop_country' => 'NL',
'www' => true,
'https' => true,
'css_version' => '-20160916',
'js_version' => '-20161117',
'stock_emails' => 'tim@topswtwfilters.nl',
'admin_emails' => 'support@komma.pro',
'maintenance_emails' => 'info@topswtwonderhoud.nl',
//Set the availability of maintenance by shopId_domainCountry
'maintenance_availability' => [
'1_NL' => true, //Tops wtw in the netherlands
],
'parcelShop' => [
1 => true,
2 => true,
3 => false,
]
);