{{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
/
Klargjøringstabeller
Klargjøringstabeller
Clear all
filter
8551
8077
7495
6624
423
4145
premiumplus_zu
premiumplus_ZBT_Mini
8545
7492
6621
419
4141
saladettes
Pizza refrigerated tables American Style
8554
8086
7506
5574
5482
5317
24699
24672
22436
13558
11272
1008736017
Preparation tables - Premium Plus
8548
8075
7493
6622
421
4143
remiumplus_zubereitung
PREMIUMPLUS_ZUBEREITUNG
premiumplus_zu1
8549
8076
7494
6623
422
4144
183243361
Preparation tables Mini - Premium
premium_zu
2042427074
17068
17066
Preparation tables - Premium
premium_zu1
94856655
87363572
23577
23575
23573
23571
2114532744
1880584529
16484
16482
1215393508
zubereitungstische_standart
Preparation tables - Eco
eco_zu1
8542
8074
7491
6620
23576
23574
23572
23570
16483
16481
13665
13664
ZUBEREITUNGSTISCHEMINI_KAT_ZUBERE
zubereitungstische_mini
zubereitungstische1
saladetten_zubereitungstische1
refrigerated_tables
preparation_tables
Preparation tables Mini - Eco
eco_zu
4400000_Jiutai
418
4140
17067
17065
30000_Infrico
warehouse_bukarest
warehouse_barcelona
warehouse_lyon
95100_Santa
6
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
8551
8077
7495
6624
423
4145
premiumplus_zu
premiumplus_ZBT_Mini
8545
7492
6621
419
4141
saladettes
Pizza refrigerated tables American Style
8554
8086
7506
5574
5482
5317
24699
24672
22436
13558
11272
1008736017
Preparation tables - Premium Plus
8548
8075
7493
6622
421
4143
remiumplus_zubereitung
PREMIUMPLUS_ZUBEREITUNG
premiumplus_zu1
8549
8076
7494
6623
422
4144
183243361
Preparation tables Mini - Premium
premium_zu
2042427074
17068
17066
Preparation tables - Premium
premium_zu1
94856655
87363572
23577
23575
23573
23571
2114532744
1880584529
16484
16482
1215393508
zubereitungstische_standart
Preparation tables - Eco
eco_zu1
8542
8074
7491
6620
23576
23574
23572
23570
16483
16481
13665
13664
ZUBEREITUNGSTISCHEMINI_KAT_ZUBERE
zubereitungstische_mini
zubereitungstische1
saladetten_zubereitungstische1
refrigerated_tables
preparation_tables
Preparation tables Mini - Eco
eco_zu
4400000_Jiutai
418
4140
17067
17065
30000_Infrico
warehouse_bukarest
warehouse_barcelona
warehouse_lyon
95100_Santa
6
uncategorized
magento_categories
neue_artikel
46339807
62
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
48%
OFF
QUICK VIEW
Saladette PREMIUM - 1368x700 mm - 3 dører - med lokk - for 8x GN 1/6 beholdere
€ 11,563.97
€ 22,287.59
Save
€ 10,723.62
57%
OFF
QUICK VIEW
Saladette PREMIUM - 1368x700 mm - 1 dør og 4 skuffer - med lokk - for 8x GN 1/6 beholdere
€ 15,185.90
€ 35,746.25
Save
€ 20,560.35
52%
OFF
QUICK VIEW
Saladette ECO - 1368x700 mm - 2 dører og 2 skuffer - med lokk - for 8x GN 1/6 beholdere
€ 12,474.63
€ 26,468.10
Save
€ 13,993.47
54%
OFF
QUICK VIEW
Saladette Mini ECO - 900x700 mm - 1 dør og 2 skuffer - med lokk - for 5x GN 1/6 beholdere
€ 9,678.77
€ 21,065.46
Save
€ 11,386.69
50%
OFF
QUICK VIEW
Saladette ECO - 1360x700 mm - 2 dører - med lokk - for 7x GN 1/3 beholdere
€ 11,396.83
€ 23,236.35
Save
€ 11,839.52
60%
OFF
QUICK VIEW
Saladette PREMIUM - 1368x700 mm - 6 skuffer - med lokk - for 8x GN 1/6 beholdere
€ 16,769.27
€ 42,425.04
Save
€ 25,655.77
55%
OFF
QUICK VIEW
Saladette Mini PREMIUM - 900x700 mm - 1 dør og 2 skuffer - med lokk - for 5x GN 1/6 beholdere
€ 10,162.71
€ 22,794.12
Save
€ 12,631.41
55%
OFF
QUICK VIEW
Saladette PREMIUM - 1795x700 mm - 1 dør og 4 skuffer - med lokk - for 8x GN 1/3 beholdere
€ 18,079.34
€ 41,035.65
Save
€ 22,956.31
43%
OFF
QUICK VIEW
Saladette ECO - 2020x800 mm - 3 dører - med lokk - for 10x GN 1/3 beholdere
€ 15,471.59
€ 27,249.35
Save
€ 11,777.76
60%
OFF
QUICK VIEW
Saladette ECO - 1368x700 mm - 6 skuffer - med lokk - for 8x GN 1/6 beholdere
€ 15,970.73
€ 40,374.04
Save
€ 24,403.31
56%
OFF
QUICK VIEW
Salatdisk / Pizzakjølebenk PREMIUM - 1,37 x 0,7 m - med 2 Dører og 2 Skuffer
€ 13,098.36
€ 30,104.71
Save
€ 17,006.35
45%
OFF
QUICK VIEW
Saladette PREMIUM - 2020x800 mm - 3 dører - med lokk - for 10x GN 1/3 beholdere
€ 16,245.17
€ 29,565.01
Save
€ 13,319.84
1
2
3
4
5
6
BACK
Shopping Cart