{{lang.product.add_cart_succeed}}
{% if isProperty %}
{% endif %}
{{option.productTitle}}
{% if storeConfig.sku_spu_set == "4" %} {% elsif storeConfig.sku_spu_set == "2" %}
{{lang.account.orders_detail.spu}}: {{option.spu | default:"-" }}
{% elsif storeConfig.sku_spu_set == "3" %}
{{lang.account.orders_detail.sku}}: {{option.sku | default:"-" }}
{% elsif storeConfig.sku_spu_set == "1" %}
{{lang.account.orders_detail.spu}}: {{option.spu | default:"-" }}, {{lang.account.orders_detail.sku}}: {{option.sku | default:"-" }}
{% else %} {% endif %} {% if option.sku_value %}
{{option.sku_value | replace : "
", ";" }}
{% endif %} {% for item in option.custom_attr %}
{{ item.name }} :
{% if item.type == "file" %}
{{ lang.account.orders.property_detail }}
{%- unless item.price == '0' -%}
( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ item.price | money }} )
{%- endunless -%} {%- elsif item.type == "image_group" -%} {%- for el in item.value -%}
{{ el.value }}
{%- unless el.price == '0' -%}
( {%- if el.price > 0 -%} + {%- else -%} - {%- endif -%} {{ el.price | money }} )
{%- endunless -%} {%- unless forloop.last -%} , {%- endunless -%} {%- endfor -%} {% elsif item.type == "public_image" %} {%- if item.price_type == '1' -%} {%- for el in item.value -%}
{{el.value}} {%- if el.price != 0 -%}( {%- if el.price > 0 -%}+{%- else -%}- {%- endif -%} {{el.price | money }} ) {%- endif -%}
{%- unless forloop.last -%}, {%- endunless -%} {%- endfor -%} {%- else -%} {%- for el in item.value -%}
{{el.value}} {%- if forloop.last -%} {%- if item.price != 0 -%}( {%- if item.price > 0 -%}+{%- else -%}- {%- endif -%} {{ item.price | money }} ) {%- endif -%} {%- endif -%}
{%- unless forloop.last -%}, {%- endunless -%} {%- endfor -%} {%- endif -%} {% elsif item.type == "image_gallery" %}
{{ item.value }}
{%- unless item.price == '0' -%}
( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ item.price | money }} )
{%- endunless -%} {%- elsif item.type == "checkbox" or item.type == "block_text" or item.type == "image" -%} {%- for el in item.value -%}
{{ el.value }} {%- unless el.price == '0' -%} ( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ el.price | money }} ) {%- endunless -%}
{%- unless forloop.last -%} , {%- endunless -%} {%- endfor -%} {% else %}
{{ item.value }} {%- unless item.price == '0' -%} ( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ item.price | money }} ) {%- endunless -%}
{% endif %}
{% endfor %}
{{lang.product.subtotal}}:
{{subtotalPrice}}
{{ lang.cart.list.checkout }}
{{lang.product.view_cart}}
{% for sku in skus %} {% assign keyIndex = forloop.index %}
{{ sku.name }} {%- if sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "color" -%} :
{{sku.selected_value_label}}
{%- endif -%} {%- endif -%}
{% for val in sku.value %} {%- capture className -%} {% if val.available == 0 %}product-sku-values-item-disable{% endif %} {% if sku.selected_value == val.value %}product-sku-values-item-active{% endif %} {%- endcapture -%} {%- capture imageClassName -%} {%- if val.image != "" and sku.isImg -%} product-sku-values-item-image {%- endif -%} {%- endcapture -%} {%- capture imageSizeClassName -%} {%- if val.image != "" and sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "image_text" -%} {{productSkuSize}} {%- endif -%} {%- endif -%} {%- endcapture -%} {%- capture colorClassName -%} {%- if productSkuStyle == "color" and sku.isImg -%}product-sku-value-color{%- endif -%} {%- endcapture -%}
{%- if val.available == 0 -%}
{%- endif -%} {%- if productSkuStyle == "color" and sku.isImg -%}
{%- elsif val.image != "" and sku.isImg -%}
{%- if productSkuStyle == "image_text" -%}
{{ val.name }}
{%- endif -%} {%- else -%} {{ val.name }} {%- endif -%}
{% endfor %}
{% endfor %}
{% for sku in skus %} {% assign keyIndex = forloop.index %}
{{ sku.name }}
{% if checkedFirstSku == '2' %}
{{lang.product.please_select}}
{% endif %} {% for val in sku.value %} {%- capture disabled -%} {% if val.available == 0 %}disabled{% endif %} {% if sku.selected_value == val.value %} selected{% endif %} {%- endcapture -%}
{{ val.name }}
{% endfor %}
{% endfor %}
{% for item in variant %}
{%- if productSkuStyle == "color" and item.colorCard -%}
{%- elsif item.image and item.colorCard -%}
{% endif %}
{{item.name}}
{% comment %}
Free Shipping
{% endcomment %}
{{item.price | money}}
{% if item.price < item.compare_at_price %}
{{item.compare_at_price | money}}
{% endif %}
{% if item.ext1 and item.ext1 != '' %}
{{item.ext1}}
{% endif %}
{% endfor %}
{% for sku in skus %} {% assign keyIndex = forloop.index %} {% assign index = forloop.index0 %} {% if sku.type == "multiple" %}
{{sku.name}}
{{lang.account.orders_detail.price | default:"Price"}}
{% if theme_config.global.product_inventory_status and inventory_tracking != 0 %}
{{lang.general.stock | default:"Stock"}}
{% endif %}
{{lang.general.qty | default:"QTY"}}
{{lang.general.reset | default:"Reset"}}
{% for val in sku.value %} {% assign idx = forloop.index0 %}
{% if sku.isImg %} {% if productSkuStyle == "color" %} {% if val.colorValue != "" %}
{% endif %} {% else %} {% if val.image != "" %}
{% endif %} {% endif %} {% endif %}
{{val.name}}
{{val.formatPrice}}{% if theme_config.global.product_inventory_status and inventory_tracking != 0 %} | {{lang.general.stock | default:"Stock"}} {{val.quantity}}{% endif %}
{{val.formatPrice}}
{% if theme_config.global.product_inventory_status and inventory_tracking != 0 %}
{{val.quantity}}
{% endif %}
{% if val.available == 0 %}
{{lang.account.wishlist.product_offline}}
{% else %}
{% endif %}
{% endfor %}
{{lang.cart.list.total | default:"Total"}}
(
0
{{lang.general.variations | default:"variations"}}
0
{{lang.promotions.piece | default:"items"}})
{{0|money}}
{% else %}
{{ sku.name }} {%- if sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "color" -%} :
{{sku.selected_value_label}}
{%- endif -%} {%- endif -%}
{% for val in sku.value %} {%- capture className -%} {% if val.available == 0 %}product-sku-values-item-disable{% endif %} {% if sku.selected_value == val.value %}product-sku-values-item-active{% endif %} {%- endcapture -%} {%- capture imageClassName -%} {%- if val.image != "" and sku.isImg -%} product-sku-values-item-image {%- endif -%} {%- endcapture -%} {%- capture imageSizeClassName -%} {%- if val.image != "" and sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "image_text" -%} {{productSkuSize}} {%- endif -%} {%- endif -%} {%- endcapture -%} {%- capture colorClassName -%} {%- if productSkuStyle == "color" and sku.isImg -%}product-sku-value-color{%- endif -%} {%- endcapture -%}
{%- if val.available == 0 -%}
{%- endif -%} {%- if productSkuStyle == "color" and sku.isImg -%}
{%- elsif val.image != "" and sku.isImg -%}
{%- if productSkuStyle == "image_text" -%}
{{ val.name }}
{%- endif -%} {%- else -%} {{ val.name }} {%- endif -%}
{% endfor %}
{% endif %} {% endfor %}
{{lang.coupons.available_num | replace: '{number}',coupons.size}}
{% for coupon in coupons %}
{{coupon.coupon_code}} {%- if coupon.customer_range != 0 -%}
🎁 {{ lang.coupon.exclusive }}
{%- endif -%}
{%- if coupon.rule.discount.type == 1 -%}
{{ coupon.rule.discount.value }}%
OFF {%- else -%}
-{{ coupon.rule.discount.value | money }}
{%- endif -%} {% if coupon.rule.condition.type == 0 %} , {{lang.coupons.discount_rule_extra}} {% elsif coupon.rule.condition.type == 1 %} {% assign coupon_value = coupon.rule.condition.value %} , {{lang.coupons.discount_rule_count | replace: '{condition}',coupon_value }} {% else %} {%- capture coupon_value -%} {%- if coupon.rule.condition.max_value and coupon.rule.condition.value != 0 -%} {{ coupon.rule.condition.value | money }} - {{ coupon.rule.condition.max_value | money }} {%- endif -%} {%- if coupon.rule.condition.max_value and coupon.rule.condition.value == 0 -%} ≤ {{ coupon.rule.condition.max_value | money }} {%- endif -%} {%- unless coupon.rule.condition.max_value -%} {{ coupon.rule.condition.value | money }} + {%- endunless -%} {%- endcapture -%} , {{lang.coupons.discount_rule_amount | replace: '{condition}',coupon_value }} {% endif %}
{% endfor %}
{% if coupons.size > 6 %}
{{lang.base.show_more}}
{% endif %}
Heia Norge! │ Kampanje
Cart
0
My Account
Log in
Produkter
Slushmaskin
Oppbevaring av kjøleskap i glass
Kokeutstyr
Iskrembil
Kjøleskap
1 Dør
Espresso / Kaffemaskiner Catarina
Veggmonterte kjølehyller med isolerte glassdører
Velg virksomhetstype
Fiskebutikk
kebab
Pizzeria
Café
Isbar
Asiatisk
Supermarked
Fiskebutik
Markeder
Hotel
Tilbud
Medlemsbonus
Kampanjer
More Links
ggmgastro
Produkter
Toggle menu
Left
Produkter
Slushmaskin
Oppbevaring av kjøleskap i glass
Kokeutstyr
Iskrembil
Kjøleskap
1 Dør
Espresso / Kaffemaskiner Catarina
Veggmonterte kjølehyller med isolerte glassdører
Velg virksomhetstype
Toggle menu
Left
Velg virksomhetstype
Fiskebutikk
kebab
Pizzeria
Café
Isbar
Asiatisk
Supermarked
Fiskebutik
Markeder
Hotel
Tilbud
Toggle menu
Left
Tilbud
Medlemsbonus
Kampanjer
Home
/
Veggmonterte kjølehyller med isolerte glassdører
Veggmonterte kjølehyller med isolerte glassdører
Clear all
filter
wandk_hlregalemitselfservice
wandk_hlregale_xenia
Wall cooling shelves - Xenia
1903423314
16322
wandk_hlregalef_rgetr_nke_milch_wurstwaren900tief
Wall cooling shelves gray - Wall cooling racks for beverages
22026
wandk_hlregalef_robst_gem_se900tief
Wall cooling shelves gray - Wall cooling shelves for fruit & vegetables 900 DEEP
23668
22023
wandk_hlregalef_rgetr_nke_milch_wurstwaren700tief
700 - Wall cooling shelves gray - Wall cooling racks for beverages
22020
wandk_hlregalef_rgetr_nke_milch_wurstwaren900tiefw
Wall cooling shelves white - Wall cooling racks for beverages
22028
wandk_hlregalef_robst_gem_se900tiefw
Wall cooling shelves white - Wall cooling shelves for fruit & vegetables 900 DEEP
23667
22025
wandk_hlregalef_rgetr_nke_milch_wurstwaren700tiefw
700 - Wall cooling shelves white - Wall cooling racks for beverages
22022
wandk_hlregalewei_
wandk_hlregalef_robst_gem_se700tiefw
Wall cooling shelves white - Wall cooling shelves for fruit & vegetables 700 DEEP
23664
22019
wandk_hlregalef_rgetr_nke_milch_wurstwaren900tiefs
Wall cooling shelves black - Wall cooling racks for beverages
22027
wandk_hlregalef_robst_gem_se900tiefs
Wall cooling shelves black - Wall cooling shelves for fruit & vegetables 900 DEEP
23669
22024
wandk_hlregalef_rgetr_nke_milch_wurstwaren700tiefs
700 - Wall cooling shelves black - Wall cooling racks for beverages
22021
wandtiefk_hlregale
shelves___racks
363985153
Aypas
19600_Aypas
18412755
1256298441
wandk_hlregalegrau
wandk_hlregalef_robst_gem_se700tief
Wall cooling shelves gray - Wall cooling shelves for fruit & vegetables 700 DEEP
23665
22017
wandk_hlregaleschwarz
wandk_hlregalemitglast_res
wandk_hlregalef_robst_gem_se700tiefs
wandk_hlregale_tabita
Wall cooling shelves black - Wall cooling shelves for fruit & vegetables 700 DEEP
23666
22018
1152603271
serien
941825689
625710109
1215366786
wandk_hlung24
wall_cooling
872021171
754656878
519943168
409387698
387545627
27600_Blueline
1947271876
1542255156
1291047959
1097867273
1036820014
83212064
ger_te23
12
premiumplus125
premiumplus124
premiumplus123
premiumplus1000
getr_nkek_hlschr_nke
energiesparer
8849
7260
6903
6140
5518
30000_Infrico
21725
10201
10161
5515
uncategorized
magento_categories
neue_artikel
46339807
Filter
Filter
Sort by
Featured
Best selling
Alphabetically, A-Z
Alphabetically, Z-A
Price, low to high
Price, high to low
Date, old to new
Date, new to old
filter
wandk_hlregalemitselfservice
wandk_hlregale_xenia
Wall cooling shelves - Xenia
1903423314
16322
wandk_hlregalef_rgetr_nke_milch_wurstwaren900tief
Wall cooling shelves gray - Wall cooling racks for beverages
22026
wandk_hlregalef_robst_gem_se900tief
Wall cooling shelves gray - Wall cooling shelves for fruit & vegetables 900 DEEP
23668
22023
wandk_hlregalef_rgetr_nke_milch_wurstwaren700tief
700 - Wall cooling shelves gray - Wall cooling racks for beverages
22020
wandk_hlregalef_rgetr_nke_milch_wurstwaren900tiefw
Wall cooling shelves white - Wall cooling racks for beverages
22028
wandk_hlregalef_robst_gem_se900tiefw
Wall cooling shelves white - Wall cooling shelves for fruit & vegetables 900 DEEP
23667
22025
wandk_hlregalef_rgetr_nke_milch_wurstwaren700tiefw
700 - Wall cooling shelves white - Wall cooling racks for beverages
22022
wandk_hlregalewei_
wandk_hlregalef_robst_gem_se700tiefw
Wall cooling shelves white - Wall cooling shelves for fruit & vegetables 700 DEEP
23664
22019
wandk_hlregalef_rgetr_nke_milch_wurstwaren900tiefs
Wall cooling shelves black - Wall cooling racks for beverages
22027
wandk_hlregalef_robst_gem_se900tiefs
Wall cooling shelves black - Wall cooling shelves for fruit & vegetables 900 DEEP
23669
22024
wandk_hlregalef_rgetr_nke_milch_wurstwaren700tiefs
700 - Wall cooling shelves black - Wall cooling racks for beverages
22021
wandtiefk_hlregale
shelves___racks
363985153
Aypas
19600_Aypas
18412755
1256298441
wandk_hlregalegrau
wandk_hlregalef_robst_gem_se700tief
Wall cooling shelves gray - Wall cooling shelves for fruit & vegetables 700 DEEP
23665
22017
wandk_hlregaleschwarz
wandk_hlregalemitglast_res
wandk_hlregalef_robst_gem_se700tiefs
wandk_hlregale_tabita
Wall cooling shelves black - Wall cooling shelves for fruit & vegetables 700 DEEP
23666
22018
1152603271
serien
941825689
625710109
1215366786
wandk_hlung24
wall_cooling
872021171
754656878
519943168
409387698
387545627
27600_Blueline
1947271876
1542255156
1291047959
1097867273
1036820014
83212064
ger_te23
12
premiumplus125
premiumplus124
premiumplus123
premiumplus1000
getr_nkek_hlschr_nke
energiesparer
8849
7260
6903
6140
5518
30000_Infrico
21725
10201
10161
5515
uncategorized
magento_categories
neue_artikel
46339807
66
Products
Sort by
Featured
Best selling
Alphabetically, A-Z
Alphabetically, Z-A
Price, low to high
Price, high to low
Date, old to new
Date, new to old
52%
OFF
QUICK VIEW
Kjølereol - 1 320 mm - 595 l - +1 °C til +5 °C - med 2 hengslede glassdører, med dobbelt isolerglass & 4 hyller - svart
€ 29,500.01
€ 62,679.61
Save
€ 33,179.60
59%
OFF
QUICK VIEW
(5 stk.) Drikkereol - for midtdører til WKBL1500, WKBL1100 og WTBL1100
€ 2,519.23
€ 6,206.49
Save
€ 3,687.26
59%
OFF
QUICK VIEW
(5 stk.) Drikkereol - for WKBL700 og WTBL700 / ytterdører til WKBL1500, WKBL1100 og WTBL1100
€ 2,519.23
€ 6,156.16
Save
€ 3,636.93
60%
OFF
QUICK VIEW
(5 stk.) Drikkehylle - passer til WKBL300 og WTBL300
€ 2,519.23
€ 6,441.34
Save
€ 3,922.11
45%
OFF
QUICK VIEW
(10 stk.) Kjølereol - 1 875 mm - 0 °C til +4 °C - med 20 hengslede glassdører, rammeløse, med dobbelt isolerglass & 5 hyller - svart
€ 642,461.69
€ 1,178,962.38
Save
€ 536,500.69
52%
OFF
QUICK VIEW
(2 stk.) Kjølereol - 1 875 mm - 0 °C til +4 °C - med 4 hengslede glassdører, rammeløse, med dobbelt isolerglass & 5 hyller - lukket bakvegg - svart
€ 127,240.78
€ 268,327.52
Save
€ 141,086.74
49%
OFF
QUICK VIEW
(6 stk.) Kjølereol - 11 250 mm - 0 °C til +4 °C - med 12 hengslede glassdører, rammeløse, med dobbelt isolerglass & 5 hyller - svart
€ 385,477.02
€ 764,940.71
Save
€ 379,463.69
52%
OFF
QUICK VIEW
(4 stk.) Kjølereol - 7 500 mm - 0 °C til +4 °C - med 8 hengslede glassdører, rammeløse, med dobbelt isolerglass & 5 hyller - svart
€ 254,481.57
€ 537,238.27
Save
€ 282,756.70
50%
OFF
QUICK VIEW
(8 stk.) Kjølereol - 15 000 mm - 0 °C til +4 °C - med 16 hengslede glassdører, rammeløse, med dobbelt isolerglass & 4 hyller - svart
€ 513,969.35
€ 1,033,618.22
Save
€ 519,648.87
50%
OFF
QUICK VIEW
Kjølereol - 1875 mm - 0 °C til +4 °C - med 4 hengslede glassdører, rammeløse, med dobbelt isolerglass & 5 hyller - svart
€ 64,246.17
€ 130,257.14
Save
€ 66,010.97
48%
OFF
QUICK VIEW
Kjølereol - 1955 mm - 555 l - +4 °C til +6 °C - med 3 hengslede glassdører, med dobbelt isolerglass & 2 hyller - grå
€ 70,592.71
€ 138,390.93
Save
€ 67,798.22
50%
OFF
QUICK VIEW
Kjølereol - 2580 mm - 740 l - +4 °C til +6 °C - med 1 hengslet glassdør & 2 hyller - grå
€ 84,458.50
€ 170,896.95
Save
€ 86,438.45
1
2
3
4
5
6
BACK
Shopping Cart