File: D:/HostingSpaces/SBogers10/vebon.komma.pro/config/komma/komma.php
<?php
return array(
//a
'address' => [
'default' => [
'street' => 'Randweg-Zuid 1',
'postal' => '6021 PW',
'city' => 'Budel',
],
'invoice' => [
'street' => 'Randweg-Zuid 1',
'postal' => '6021 PW',
'city' => 'Budel',
],
],
'auditorNumberStart' => 1000,
//b
'bic_number' => '**BIC number**',
//c
'coc_number' => '**KVK nummer**',
//d
'defaultShippingCosts' => [
// Default shipping costs when the site id is not found in this array
'default' => [
'shippingCosts' => 1495,
'freeShipping' => null
]
],
//e
'email' => [
'NL' => 'info@komma.pro',
'default' => 'info@komma.pro',
],
//f
//g
'google_id' => [
'default' => '',
],
//h
'hotjar_id' => [
'default' => ''
],
//i
'iban_number' => '**IBAN nummer**',
//j
//k
//l
//m
'memberNumberStart' => 1000,
//n
'name' => 'Komma Demo site',
//o
'orderNumberStart' => 1000,
//p
//q
//r
//s
//Iso2 value of the sites country
'site_country' => 'NL',
'site_name' => ['default' => 'Komma demo site'],
//t
'telephone' => [
//Telephone numbers based on the domain country
'NL' => '0495 599 411',
'default' => '0495 599 411',
//numbers with country code for tel:
'NL+' => '0031495599411',
'default+' => '0031495599411',
],
//u
//v
'vat_number' => '**BTW nummer**',
//w
'web_address' => 'demosite.komma.pro',
//x
//y
//z
);