{{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
/
Manuelt
Manuelt
Clear all
filter
Electric pizza ovens - Manual - Enzo series - Baking chamber double
eco_gas_pizza
1034841965
backkammereinzeln3
vollschamottpizza_fen3
vollschamottpizza_fen2
serieenzo
pizzaofen_inkl_untergestell
backkammerdoppelt3
21200_EGS
Electric pizza ovens - Manual - Underframes - Carlo series
carlo
Accessories - Underframes - Carlo
zubeh_r30
zubeh_r
untergestelleseriephillipe100
UNTERGESTELLESERIEPHILLIPE10
untergestelleseriephillipe
untergestellepizza
untergestelle5
untergestelle20
untergestelle2
untergestelle100
untergestelle10
underframes_for_pizza_ovens
SERIECARLO200
seriecarlo20
seriecarlo1
phillipe
digital100
digital10
digital
accessories_for_cooking_technology
4993
26225
146
12322
minipizza_fen_vollschamottpizza_fen
minipizza_fen
premium_pizza_elektro
Electric pizza ovens - Manual - Carlo series - Baking chamber single
backkammereinzeln200
backkammereinzeln20
2005902729
single_pizza_ovens
einkammerelektropizza_fen
backkammereinzeln
997596492
761393807
176191808
zweikammerelektropizza_fen
seriecarlo100
seriecarlo10
seriecarlo
premium_doppel_pizza
pizza_fen10
ovens
manuell100
MANUELL10
manuell
elektropizza_fen4
elektropizza_fen3
ELEKTROPIZZA_FEN10
elektropizza_fen
Electric pizza ovens - Manual - Carlo series - Baking chamber double
double_pizza_ovens
backkammerdoppelt200
backkammerdoppelt20
backkammerdoppelt2
5550
5531
5517
4
21000_Pizzagroup
135
10434
10390
weitereger_teempfehlung_ggmmobilekitchen
ggmmobilekitchen3
1480393242
5515
uncategorized
magento_categories
ausverkauf
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
Electric pizza ovens - Manual - Enzo series - Baking chamber double
eco_gas_pizza
1034841965
backkammereinzeln3
vollschamottpizza_fen3
vollschamottpizza_fen2
serieenzo
pizzaofen_inkl_untergestell
backkammerdoppelt3
21200_EGS
Electric pizza ovens - Manual - Underframes - Carlo series
carlo
Accessories - Underframes - Carlo
zubeh_r30
zubeh_r
untergestelleseriephillipe100
UNTERGESTELLESERIEPHILLIPE10
untergestelleseriephillipe
untergestellepizza
untergestelle5
untergestelle20
untergestelle2
untergestelle100
untergestelle10
underframes_for_pizza_ovens
SERIECARLO200
seriecarlo20
seriecarlo1
phillipe
digital100
digital10
digital
accessories_for_cooking_technology
4993
26225
146
12322
minipizza_fen_vollschamottpizza_fen
minipizza_fen
premium_pizza_elektro
Electric pizza ovens - Manual - Carlo series - Baking chamber single
backkammereinzeln200
backkammereinzeln20
2005902729
single_pizza_ovens
einkammerelektropizza_fen
backkammereinzeln
997596492
761393807
176191808
zweikammerelektropizza_fen
seriecarlo100
seriecarlo10
seriecarlo
premium_doppel_pizza
pizza_fen10
ovens
manuell100
MANUELL10
manuell
elektropizza_fen4
elektropizza_fen3
ELEKTROPIZZA_FEN10
elektropizza_fen
Electric pizza ovens - Manual - Carlo series - Baking chamber double
double_pizza_ovens
backkammerdoppelt200
backkammerdoppelt20
backkammerdoppelt2
5550
5531
5517
4
21000_Pizzagroup
135
10434
10390
weitereger_teempfehlung_ggmmobilekitchen
ggmmobilekitchen3
1480393242
5515
uncategorized
magento_categories
ausverkauf
neue_artikel
46339807
61
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
(2 stk.) Elektrisk pizzaovn �C 4 + 4x 30 cm �C Manuell
€ 21,241.55
€ 44,426.36
Save
€ 23,184.81
45%
OFF
QUICK VIEW
Understell - for pizzaovn PEP66T, PEP66TD og PEP66TTC
€ 4,949.72
€ 9,069.32
Save
€ 4,119.60
47%
OFF
QUICK VIEW
Understell - for pizzaovn PDP66T, PDP66TD og PDP66TTC
€ 4,946.78
€ 9,509.73
Save
€ 4,562.95
51%
OFF
QUICK VIEW
Understell - for pizzaovn PEP99, PEP99D og PEP99TC
€ 5,339.57
€ 11,026.75
Save
€ 5,687.18
47%
OFF
QUICK VIEW
Understell - for pizzaovn PEP66B, PEP66BD og PEP66BTC
€ 5,232.24
€ 10,031.73
Save
€ 4,799.49
39%
OFF
QUICK VIEW
Understell - for pizzaovn PEP44, PEP44D og PEP44TC
€ 5,328.48
€ 8,743.07
Save
€ 3,414.59
49%
OFF
QUICK VIEW
Understell - for pizzaovn PDP99, PDP99D og PDP99TC
€ 5,339.08
€ 10,635.26
Save
€ 5,296.18
48%
OFF
QUICK VIEW
Elektrisk pizzaovn �C 4 + 4x 25 cm �C manuell
€ 15,661.77
€ 30,695.92
Save
€ 15,034.15
51%
OFF
QUICK VIEW
Elektrisk pizzaovn �C 6 + 6x 30 cm (dyp) �C manuell
€ 21,427.74
€ 43,764.62
Save
€ 22,336.88
49%
OFF
QUICK VIEW
Elektrisk pizzaovn �C 6 x 30 cm (bred) �C manuell
€ 14,775.31
€ 29,416.06
Save
€ 14,640.75
52%
OFF
QUICK VIEW
Elektrisk pizzaovn �C (chamotte) �C 4 + 4x 30 cm �C manuell
€ 22,382.15
€ 46,772.51
Save
€ 24,390.36
46%
OFF
QUICK VIEW
Elektrisk pizzaovn �C 4 + 4x 30 cm �C manuell
€ 17,058.56
€ 32,157.64
Save
€ 15,099.08
1
2
3
4
5
6
BACK
Shopping Cart