HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers85/equichecker.com/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',
        ],
    ],
    //b
    'bic_number' => '**BIC number**',
    //c
    'coc_number' => '**KVK nummer**',
    'customerNumberStart' => 1000,
    //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
    //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


);