Gets the site's config details.


Syntax

 siteConfig() : array


Return

Returns an associative array containing the following configured values:


      [url] string the public url for the shop/site
      [currency] - string typically EUR
      [name_public] - string public name of the shop/site
      [logo] - array
          [web] - string MAM-Asset-Label for logo for web. Always set to: "ecs_shop_logo_ecs_5_frontend_web",
          [doc] - string MAM-Asset-Label for logo for (PDF-) documents. Always set to: "ecs_shop_logo_ecs_5_frontend_doc",
      [imprint] - array
          [name] - string
          [address_2] - string
          [street] - string
          [housenr] - string
          [zip] - string
          [town] - string
          [cy_iso] - string
          [taxident] - string
          [ceo] - string
          [crn] - string
          [sepa_creditorid] - string
          [telephone] - string
          [telefax] - string
          [email] - string
      [customer_service] - array
          [srv_telephone] string
          [srv_telephone_cost] - string
          [srv_email] - string
          [srv_telefax] - string
          [srv_telefax_cost] - string
          [srv_times] - string
      [payment] - array default bankdetails
          [account_owner] - string
          [account_bankname] - string
          [account_iban] - string
          [account_bic] - string
          [account_bankcode] - string
          [account_number] - string


Examples

Getting the current site's config

{% set cfg = hublify.siteConfig() %}