let Lang = { currency_sign: '€', buy_button_select_size: 'Izberi barvo in velikost', buy_button_out_of_stock: 'buy_button_out_of_stock', buy_button_notify_me_when_restocked: 'Ni zaloge', buy_button_add_to_cart: 'Dodaj v košarico', all_fields_are_required: 'Vsa polja so obvezna', email_address_is_invalid: 'Napačen E-mail naslov', wrong_email_or_password: 'wrong_email_or_password', password_and_confirm_password_does_not_match: 'password_and_confirm_password_does_not_match', you_need_to_accept_privacy_policy: 'Sprejeti morate politiko zasebnosti.', value_from_free_shipping: 'value_from_free_shipping', you_are_getting_free_shipping: 'you_are_getting_free_shipping', email_subscription_email_not_valid_error: 'email_subscription_email_not_valid_error', payment_method_blik_error: 'payment_method_blik_error', you_must_agree_to_general_terms_and_conditions: 'Morate se strinjati z splošnimi pogoji in določili', Search_result: 'Search_result', Most_popular_in_search_text: 'Most_popular_in_search_text', You_get_free_shipping: 'You_get_free_shipping', from_Free_Shipping: 'from_Free_Shipping', basket_checkout_input_area_label: 'basket_checkout_input_area_label', you_need_to_select_parcel_locker: 'you_need_to_select_parcel_locker', zip_code_not_exist: 'zip_code_not_exist', entered_tax_number_is_incorrect: 'Vpisana davčna številka ni pravilna', zip_code_search_city_label: 'Mesto', zip_code_search_area_label: 'Območje', zip_code_search_add_custom_option: 'dodaj po meri', Clear_all_filters: 'Počisti vse filtre'} let Settings = { template_path: '/template/crocs/', in_language: 'SI', shipping_methods_with_parcel_locker: JSON.parse('{"14":{"providerName":"BoxNow","shippingMethodId":14},"52":{"providerName":"easyPack24","shippingMethodId":52},"53":{"providerName":"easyPack24","shippingMethodId":53},"56":{"providerName":"dhladv","shippingMethodId":56},"59":{"providerName":"dhlcod","shippingMethodId":59},"61":{"providerName":"pwrgeopickeradv","shippingMethodId":61},"62":{"providerName":"pwrgeopickercod","shippingMethodId":62},"72":{"providerName":"olzaLogistic","shippingMethodId":72},"86":{"providerName":"olzaLogistic","shippingMethodId":86},"87":{"providerName":"olzaLogistic","shippingMethodId":87},"73":{"providerName":"olzaLogistic","shippingMethodId":73}}'), checkout: JSON.parse('{"AL":{"house_number":{"collect":false},"postal_code":{"search":false,"customInput":true},"district":{"collect":false},"phone_number":{"usePlugin":true},"country":{"disableSelect":true}},"RS":{"house_number":{"collect":false},"postal_code":{"search":false,"customInput":true},"district":{"collect":false},"phone_number":{"usePlugin":true},"country":{"disableSelect":true}},"SI":{"country":{"disableSelect":true},"house_number":{"collect":true},"postal_code":{"search":true,"customInput":false,"type":"numeric"},"district":{"collect":false},"phone_number":{"usePlugin":true}},"HR":{"house_number":{"collect":true},"postal_code":{"search":true,"customInput":true},"district":{"collect":false},"phone_number":{"usePlugin":true},"country":{"disableSelect":true}},"BG":{"house_number":{"collect":false},"postal_code":{"search":false,"customInput":true,"inputMask":"9999"},"district":{"collect":false},"phone_number":{"usePlugin":true,"overrideRules":{"rules":"required|min_length_without_spaces:9|max_length_without_spaces:9"}},"country":{"disableSelect":true},"first_name":{"maxlength":30},"last_name":{"maxlength":30},"address":{"maxlength":55,"must_contain_number":true},"city":{"maxlength":40},"zip_code":{"overrideRules":{"rules":"required|min_length_without_spaces:4"}}},"PL":{"country":{"disableSelect":true},"house_number":{"collect":false},"postal_code":{"search":false,"customInput":true,"inputMask":"99-999"},"district":{"collect":false},"phone_number":{"usePlugin":true,"overrideRules":{"rules":"required|min_length_without_spaces:9|max_length_without_spaces:9"}},"first_name":{"maxlength":30},"last_name":{"maxlength":30},"address":{"maxlength":40,"must_contain_number":true},"city":{"maxlength":40},"vat_number":{"useApi":true}},"RO":{"house_number":{"collect":false},"postal_code":{"search":true,"customInput":true},"district":{"collect":true},"address":{"maxlength":55,"must_contain_number":true},"phone_number":{"usePlugin":true,"overrideRules":{"rules":"required|min_length_without_spaces:9|max_length_without_spaces:10"}},"country":{"disableSelect":true},"first_name":{"maxlength":30},"last_name":{"maxlength":30},"city":{"maxlength":40}}}'), };