WP_Query Object
(
[query] => Array
(
[post_type] => prodotto
)
[query_vars] => Array
(
[post_type] => prodotto
[error] =>
[m] =>
[p] => 0
[post_parent] =>
[subpost] =>
[subpost_id] =>
[attachment] =>
[attachment_id] => 0
[name] =>
[pagename] =>
[page_id] => 0
[second] =>
[minute] =>
[hour] =>
[day] => 0
[monthnum] => 0
[year] => 0
[w] => 0
[category_name] =>
[tag] =>
[cat] =>
[tag_id] =>
[author] =>
[author_name] =>
[feed] =>
[tb] =>
[paged] => 0
[meta_key] =>
[meta_value] =>
[preview] =>
[s] =>
[sentence] =>
[title] =>
[fields] =>
[menu_order] =>
[embed] =>
[category__in] => Array
(
)
[category__not_in] => Array
(
)
[category__and] => Array
(
)
[post__in] => Array
(
)
[post__not_in] => Array
(
)
[post_name__in] => Array
(
)
[tag__in] => Array
(
)
[tag__not_in] => Array
(
)
[tag__and] => Array
(
)
[tag_slug__in] => Array
(
)
[tag_slug__and] => Array
(
)
[post_parent__in] => Array
(
)
[post_parent__not_in] => Array
(
)
[author__in] => Array
(
)
[author__not_in] => Array
(
)
[meta_query] => Array
(
)
[orderby] => menu_order
[order] => ASC
[ignore_sticky_posts] =>
[suppress_filters] =>
[cache_results] => 1
[update_post_term_cache] => 1
[lazy_load_term_meta] => 1
[update_post_meta_cache] => 1
[posts_per_page] => 100
[nopaging] =>
[comments_per_page] => 50
[no_found_rows] =>
)
[tax_query] => WP_Tax_Query Object
(
[queries] => Array
(
)
[relation] => AND
[table_aliases:protected] => Array
(
)
[queried_terms] => Array
(
)
[primary_table] => karmek_posts
[primary_id_column] => ID
)
[meta_query] => WP_Meta_Query Object
(
[queries] => Array
(
)
[relation] =>
[meta_table] =>
[meta_id_column] =>
[primary_table] =>
[primary_id_column] =>
[table_aliases:protected] => Array
(
)
[clauses:protected] => Array
(
)
[has_or_relation:protected] =>
)
[date_query] =>
[queried_object] => WP_Post_Type Object
(
[name] => prodotto
[label] => Produits
[labels] => stdClass Object
(
[name] => Produits
[singular_name] => Produit
[add_new] => Aggiungi prodotto
[add_new_item] => Nuovo prodotto
[edit_item] => Modifica prodotto
[new_item] => Nouvel article
[view_item] => Vedi prodotto
[view_items] => Voir les articles
[search_items] => Cerca prodotto
[not_found] => Not found
[not_found_in_trash] => Not found
[parent_item_colon] => Prodotto parent:
[all_items] => Tutti i prodotti
[archives] => Tutti i prodotti
[attributes] => Attributs d’articles
[insert_into_item] => Insérer dans la publication
[uploaded_to_this_item] => Téléversé sur cette publication
[featured_image] => Image mise en avant
[set_featured_image] => Définir l’image mise en avant
[remove_featured_image] => Supprimer l’image mise en avant
[use_featured_image] => Utiliser comme image mise en avant
[filter_items_list] => Filtrer la liste des articles
[items_list_navigation] => Navigation de la liste des articles
[items_list] => Liste des articles
[item_published] => Publication mise en ligne.
[item_published_privately] => Publication mise en ligne en privé.
[item_reverted_to_draft] => Publication reconvertie en brouillon.
[item_scheduled] => Publication planifiée.
[item_updated] => Publication mise à jour.
[menu_name] => Prodotti
[update_item] => Aggiorna prodotto
[name_admin_bar] => Produit
)
[description] => Descrizione prodotto
[public] => 1
[hierarchical] =>
[exclude_from_search] =>
[publicly_queryable] => 1
[show_ui] => 1
[show_in_menu] => 1
[show_in_nav_menus] => 1
[show_in_admin_bar] => 1
[menu_position] => 5
[menu_icon] => dashicons-tag
[capability_type] => page
[map_meta_cap] => 1
[register_meta_box_cb] =>
[taxonomies] => Array
(
)
[has_archive] => 1
[query_var] => prodotto
[can_export] => 1
[delete_with_user] =>
[_builtin] =>
[_edit_link] => post.php?post=%d
[cap] => stdClass Object
(
[edit_post] => edit_page
[read_post] => read_page
[delete_post] => delete_page
[edit_posts] => edit_pages
[edit_others_posts] => edit_others_pages
[publish_posts] => publish_pages
[read_private_posts] => read_private_pages
[read] => read
[delete_posts] => delete_pages
[delete_private_posts] => delete_private_pages
[delete_published_posts] => delete_published_pages
[delete_others_posts] => delete_others_pages
[edit_private_posts] => edit_private_pages
[edit_published_posts] => edit_published_pages
[create_posts] => edit_pages
)
[rewrite] => Array
(
[slug] => prodotto
[with_front] => 1
[pages] => 1
[feeds] => 1
[ep_mask] => 1
)
[show_in_rest] =>
[rest_base] =>
[rest_controller_class] =>
)
[queried_object_id] =>
[request] => SELECT SQL_CALC_FOUND_ROWS karmek_posts.ID FROM karmek_posts JOIN karmek_icl_translations wpml_translations
ON karmek_posts.ID = wpml_translations.element_id
AND wpml_translations.element_type = CONCAT('post_', karmek_posts.post_type) WHERE 1=1 AND karmek_posts.post_type = 'prodotto' AND (karmek_posts.post_status = 'publish' OR karmek_posts.post_status = 'acf-disabled') AND ( ( ( wpml_translations.language_code = 'fr' OR (
wpml_translations.language_code = 'it'
AND karmek_posts.post_type IN ( 'prodotto' )
AND ( (
( SELECT COUNT(element_id)
FROM karmek_icl_translations
WHERE trid = wpml_translations.trid
AND language_code = 'fr'
) = 0
) OR (
( SELECT COUNT(element_id)
FROM karmek_icl_translations t2
JOIN karmek_posts p ON p.id = t2.element_id
WHERE t2.trid = wpml_translations.trid
AND t2.language_code = 'fr'
AND (
p.post_status = 'publish' OR
p.post_type='attachment' AND p.post_status = 'inherit'
)
) = 0 ) )
) ) AND karmek_posts.post_type IN ('post','page','attachment','wp_block','prodotto','punto-vendita' ) ) OR karmek_posts.post_type NOT IN ('post','page','attachment','wp_block','prodotto','punto-vendita' ) ) ORDER BY karmek_posts.menu_order ASC LIMIT 0, 100
[posts] => Array
(
[0] => WP_Post Object
(
[ID] => 11668
[post_author] => 2
[post_date] => 2021-04-13 12:09:34
[post_date_gmt] => 2021-04-13 10:09:34
[post_content] => Barbecue de jardin à bois mod. Ercole.
De forme sculpturale, essentielle en ligne, le barbecue Ercole est l'expression de la simplicité et du design de notre nouvelle gamme de barbecues.
Le barbecue Ercole est en acier et la partie supérieure se compose d'une plaque en acier inoxydable à usage alimentaire sur laquelle vous pouvez facilement cuire une excellente viande, des légumes savoureux et bien plus directement, sans utiliser de graisses ajoutées.
En plus de la plaque chauffante, il est également possible de cuisiner deux fois à l'aide du gril.
Cela vous permettra de cuisiner plusieurs plats et plusieurs types d'aliments en même temps.
De plus, pour les cuisiniers les plus exigeants, nous avons la version acier Corten: la principale caractéristique de ce type d'acier est la capacité à résister à la corrosion due aux agents atmosphériques (pluie, neige, soleil, grêle) et à la cuisson grâce à une patine protectrice qui ne change pas avec le temps.
Cette patine protectrice confère à l'acier des caractéristiques esthétiques particulières, ce qui rend le barbecue unique.
Le Corten est un matériau durable en raison de sa durabilité, de son entretien limité et de sa possibilité illimitée d'être recyclé, en gardant toutes ses propriétés inchangées, dans le plein respect de l'environnement.
[post_title] => Ercole
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => ercole
[to_ping] =>
[pinged] =>
[post_modified] => 2021-04-15 17:38:56
[post_modified_gmt] => 2021-04-15 15:38:56
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=11668
[menu_order] => 9
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[1] => WP_Post Object
(
[ID] => 11665
[post_author] => 2
[post_date] => 2021-04-14 15:30:08
[post_date_gmt] => 2021-04-14 13:30:08
[post_content] => Barbecue de jardin à bois mod. Adone XL.
De forme élégante, de ligne charmante, le barbecue Adone XL est l'expression du style et du design de notre nouvelle gamme de barbecues.
Le barbecue Adone XL est en acier et la partie supérieure se compose d'une plaque en acier inoxydable à usage alimentaire sur laquelle vous pouvez facilement cuire une excellente viande, des légumes savoureux et bien plus directement, sans l'utilisation de graisses ajoutées.
En plus de l'assiette, il est possible de cuisiner deux fois à l'aide du gril.
Cela vous permettra de cuisiner plusieurs plats et plusieurs types d'aliments en même temps.
[post_title] => Adone XL
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => adone-xl
[to_ping] =>
[pinged] =>
[post_modified] => 2021-04-15 17:31:13
[post_modified_gmt] => 2021-04-15 15:31:13
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=11665
[menu_order] => 13
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[2] => WP_Post Object
(
[ID] => 11661
[post_author] => 2
[post_date] => 2021-04-12 17:51:03
[post_date_gmt] => 2021-04-12 15:51:03
[post_content] => Barbecue de jardin à bois mod. Adone.
De forme élégante, de ligne charmante, le barbecue Adone est l'expression du style et du design de notre nouvelle gamme de barbecues.
Le barbecue Adone est en acier et la partie supérieure se compose d'une plaque en acier inoxydable à usage alimentaire sur laquelle vous pouvez facilement cuire une excellente viande, des légumes savoureux et bien plus directement, sans l'utilisation de graisses ajoutées.
En plus de l'assiette, il est possible de cuisiner deux fois à l'aide du gril.
Cela vous permettra de cuisiner plusieurs plats et plusieurs types d'aliments en même temps.
[post_title] => Adone
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => adone
[to_ping] =>
[pinged] =>
[post_modified] => 2021-04-15 17:23:35
[post_modified_gmt] => 2021-04-15 15:23:35
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=11661
[menu_order] => 17
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[3] => WP_Post Object
(
[ID] => 11657
[post_author] => 2
[post_date] => 2021-04-12 17:18:39
[post_date_gmt] => 2021-04-12 15:18:39
[post_content] => Barbecue de jardin à bois mod. Ulisse.
L'expression la plus pure du barbecue à bois, conçue pour s'adapter à n'importe quel environnement.
Le barbecue Ulisse, comme son nom l'indique, est un voyage dans le monde du gril à bois. L'activer transforme tout événement extérieur en une occasion spéciale.
Le barbecue Ulisse est en acier et la partie supérieure se compose d'une plaque en acier inoxydable à usage alimentaire sur laquelle une excellente viande, des légumes savoureux et bien plus encore peuvent être directement cuits directement, sans l'utilisation de graisses ajoutées.
En plus de l'assiette, il est possible de cuisiner deux fois à l'aide du gril.
Cela vous permettra de cuisiner plusieurs plats et plusieurs types d'aliments en même temps.
[post_title] => Ulisse
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => ulisse
[to_ping] =>
[pinged] =>
[post_modified] => 2021-04-15 17:00:34
[post_modified_gmt] => 2021-04-15 15:00:34
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=11657
[menu_order] => 21
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[4] => WP_Post Object
(
[ID] => 11654
[post_author] => 2
[post_date] => 2021-04-12 16:15:32
[post_date_gmt] => 2021-04-12 14:15:32
[post_content] => Barbecue de jardin à bois mod. Achille.
Achille est un barbecue confortable et innovant, qui vous introduit avec une grande simplicité dans le monde fantastique du gril à bois.
Le barbecue est alimenté en bois et est facilement transportable grâce aux roues.
Faire de la bonne viande grillée n'a jamais été aussi simple. Il suffit de charger le bois à l'arrière, d'attendre que les braises soient des braises et de le rapprocher avec le bras fourni.
[post_title] => Achille
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => achille
[to_ping] =>
[pinged] =>
[post_modified] => 2021-04-15 16:48:34
[post_modified_gmt] => 2021-04-15 14:48:34
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=11654
[menu_order] => 25
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[5] => WP_Post Object
(
[ID] => 12152
[post_author] => 2
[post_date] => 2023-09-14 14:42:59
[post_date_gmt] => 2023-09-14 12:42:59
[post_content] => Stufa a pellet per la produzione di aria calda a convezione forzata con:
- struttura in acciaio
- rivestimento in acciaio
- braciere in acciaio
- scarico fumi posteriore
- sistema di pulizia automatica del braciere
- telecomando di serie
[post_title] => Vigo 5S plus
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => vigo-5s-plus
[to_ping] =>
[pinged] =>
[post_modified] => 2023-09-14 14:42:59
[post_modified_gmt] => 2023-09-14 12:42:59
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=12152
[menu_order] => 29
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[6] => WP_Post Object
(
[ID] => 7508
[post_author] => 2
[post_date] => 2017-05-29 15:28:34
[post_date_gmt] => 2017-05-29 13:28:34
[post_content] => Poêle à granulés à ventilation forcée:
- structure en acier
- revêtement en acier
- creuset en fonte
- sortie des fumées arrière
[post_title] => Asia
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => asia
[to_ping] =>
[pinged] =>
[post_modified] => 2017-09-07 14:58:57
[post_modified_gmt] => 2017-09-07 12:58:57
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/prodotto/asia/
[menu_order] => 35
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[7] => WP_Post Object
(
[ID] => 12136
[post_author] => 2
[post_date] => 2023-09-14 13:48:40
[post_date_gmt] => 2023-09-14 11:48:40
[post_content] => Stufa a pellet per la produzione di aria calda a convezione forzata con:
- struttura in acciaio
- rivestimento in acciaio
- braciere in acciaio
- scarico fumi posteriore e superiore
- telecomando di serie
[post_title] => Ibiza 5S
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => ibiza-5s
[to_ping] =>
[pinged] =>
[post_modified] => 2023-09-14 13:49:37
[post_modified_gmt] => 2023-09-14 11:49:37
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=12136
[menu_order] => 38
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[8] => WP_Post Object
(
[ID] => 6686
[post_author] => 1
[post_date] => 2016-01-25 12:03:05
[post_date_gmt] => 2016-01-25 11:03:05
[post_content] => Poêle à granulés pour la production d'air chaude à convection forcée:
- structure en acier
- revêtement en acier
- creuset en fonte
- sortie des fumées arrière
[post_title] => Bilbao s
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => bilbao-poele-a-granules-a-air
[to_ping] =>
[pinged] =>
[post_modified] => 2017-10-13 13:31:26
[post_modified_gmt] => 2017-10-13 11:31:26
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.fr/prodotto/bilbao-stufa-a-pellet-ad-aria/
[menu_order] => 40
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[9] => WP_Post Object
(
[ID] => 6685
[post_author] => 1
[post_date] => 2016-01-25 12:07:18
[post_date_gmt] => 2016-01-25 11:07:18
[post_content] => Poêle à granulés pour la production d'air chaude à convection forcée:
- structure en acier
- revêtement en acier
- creuset en fonte
- sortie des fumées arrière
- télécommande de série
[post_title] => Vigo s
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => vigo-poele-a-granules-a-air
[to_ping] =>
[pinged] =>
[post_modified] => 2017-09-13 11:05:13
[post_modified_gmt] => 2017-09-13 09:05:13
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.fr/prodotto/vigo-stufa-a-pellet-ad-aria/
[menu_order] => 43
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[10] => WP_Post Object
(
[ID] => 7564
[post_author] => 2
[post_date] => 2017-06-09 16:13:12
[post_date_gmt] => 2017-06-09 14:13:12
[post_content] => Poêle a granulés pour la production d’air chaude à convection forcée:
- structure en acier
- revêtement en acier
- creuset en fonte
- sortie des fumées arrière
- télécommande de série
- système autonettoyant du creuset
[post_title] => Vigo s plus
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => vigo-s-plus
[to_ping] =>
[pinged] =>
[post_modified] => 2017-09-13 09:14:05
[post_modified_gmt] => 2017-09-13 07:14:05
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/prodotto/vigo-s-plus/
[menu_order] => 46
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[11] => WP_Post Object
(
[ID] => 12147
[post_author] => 2
[post_date] => 2023-09-14 14:25:42
[post_date_gmt] => 2023-09-14 12:25:42
[post_content] => Stufa a pellet per la produzione di aria calda a convezione forzata con:
- struttura in acciaio
- rivestimento in acciaio
- braciere in acciaio
- scarico fumi posteriore
- telecomando di serie
- sistema di pulizia automatica del braciere
[post_title] => Leon 5S plus
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => leon-5s-plus
[to_ping] =>
[pinged] =>
[post_modified] => 2023-09-14 14:25:42
[post_modified_gmt] => 2023-09-14 12:25:42
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=12147
[menu_order] => 47
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[12] => WP_Post Object
(
[ID] => 6683
[post_author] => 1
[post_date] => 2016-01-25 12:14:09
[post_date_gmt] => 2016-01-25 11:14:09
[post_content] => Poêle à granulés pour la production d'air chaude à convection forcée:
- structure en acier
- revêtement en acier
- creuset en fonte
- sortie des fumées arrière ou latérale ou supérieure
- télécommande de série
[post_title] => Ibiza
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => ibiza-poele-a-granules-a-air
[to_ping] =>
[pinged] =>
[post_modified] => 2017-09-13 11:13:12
[post_modified_gmt] => 2017-09-13 09:13:12
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.fr/prodotto/ibiza-stufa-a-pellet-ad-aria/
[menu_order] => 53
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[13] => WP_Post Object
(
[ID] => 6684
[post_author] => 1
[post_date] => 2016-01-25 12:10:55
[post_date_gmt] => 2016-01-25 11:10:55
[post_content] => Poêle à granulés pour la production d'air chaude à convection forcée:
- structure en acier
- revêtement en acier
- creuset en fonte
- sortie des fumées arrière
- télécommande de série
[post_title] => Leon s
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => leon-poele-a-granules-a-air
[to_ping] =>
[pinged] =>
[post_modified] => 2017-09-11 17:21:00
[post_modified_gmt] => 2017-09-11 15:21:00
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.fr/prodotto/leon-stufa-a-pellet-ad-aria/
[menu_order] => 57
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[14] => WP_Post Object
(
[ID] => 7581
[post_author] => 2
[post_date] => 2017-06-09 16:12:33
[post_date_gmt] => 2017-06-09 14:12:33
[post_content] => Poêle a granulés pour la production d’air chaude à convection forcée:
- structure en acier
- revêtement en acier
- creuset en fonte
- sortie des fumées arrière
- télécommande de série
- système autonettoyant du creuset
[post_title] => Leon s plus
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => leon-s-plus
[to_ping] =>
[pinged] =>
[post_modified] => 2017-09-13 11:09:21
[post_modified_gmt] => 2017-09-13 09:09:21
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=7581/
[menu_order] => 60
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[15] => WP_Post Object
(
[ID] => 6688
[post_author] => 1
[post_date] => 2016-01-25 11:14:37
[post_date_gmt] => 2016-01-25 10:14:37
[post_content] => Poêle à granulés pour la production d'air chaude à convection forcée:
- plateau supérieur en céramique
- revêtement latéral en céramique ou en acier
- structure en acier
- creuset, porte et grille en fonte
- sortie des fumées arrière
- télécommande de série
- système autonettoyant du creuset
[post_title] => Valencia s plus
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => valencia-poele-a-granules-a-air
[to_ping] =>
[pinged] =>
[post_modified] => 2017-09-13 12:15:38
[post_modified_gmt] => 2017-09-13 10:15:38
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.fr/prodotto/valencia-stufa-a-pellet-ad-aria/
[menu_order] => 67
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[16] => WP_Post Object
(
[ID] => 7601
[post_author] => 2
[post_date] => 2017-06-09 16:13:28
[post_date_gmt] => 2017-06-09 14:13:28
[post_content] => Poêle a granulés pour la production d’air chaude à convection forcée:
- structure en acier
- revêtement en acier ou en céramique
- creuset, grille et porte en fonte
- sortie des fumées arrière supérieure latérale
- télécommande de série
- système autonettoyant du creuset
- disponible avec verre bombé
[post_title] => Minerva plus
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => minerva-plus
[to_ping] =>
[pinged] =>
[post_modified] => 2017-09-13 15:24:45
[post_modified_gmt] => 2017-09-13 13:24:45
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/prodotto/minerva-plus/
[menu_order] => 71
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[17] => WP_Post Object
(
[ID] => 8098
[post_author] => 2
[post_date] => 2019-03-14 11:47:39
[post_date_gmt] => 2019-03-14 10:47:39
[post_content] =>
- struttura in acciaio
- rivestimento in acciaio
- top in pietra naturale
- focolare in refrattario bianco
- braciere in ghisa
- scarico fumi superiore
- sistema di pulizia automatica del braciere
- telecomando di serie
[post_title] => Eclipse
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => __trashed-5
[to_ping] =>
[pinged] =>
[post_modified] => 2022-10-27 11:03:44
[post_modified_gmt] => 2022-10-27 09:03:44
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=8098/
[menu_order] => 85
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[18] => WP_Post Object
(
[ID] => 6691
[post_author] => 1
[post_date] => 2016-01-25 10:09:25
[post_date_gmt] => 2016-01-25 09:09:25
[post_content] => Poêle à granulés pour la production d'air chaude à convection forcée:
- structure en acier
- revêtement en acier, verre ou pierre
- creuset et porte en fonte
- sortie des fumées supérieure, arrière ou latérale
[post_title] => Alice
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => alice-poele-a-granules-a-air
[to_ping] =>
[pinged] =>
[post_modified] => 2017-09-13 12:24:49
[post_modified_gmt] => 2017-09-13 10:24:49
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.fr/prodotto/alice-stufa-a-pellet-ad-aria/
[menu_order] => 87
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[19] => WP_Post Object
(
[ID] => 6690
[post_author] => 1
[post_date] => 2016-01-25 10:30:54
[post_date_gmt] => 2016-01-25 09:30:54
[post_content] => Poêle a granulés pour la production d'air chaude à convection forcée:
- structure en acier
- revêtement en acier, verre ou pierre
- creuset et porte en fonte
- sortie des fumées supérieure, arrière ou latérale
- télécommande de série
- version canalisable avec moteur supplémentaire
[post_title] => Alice - avec canalisation
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => alice-poele-a-granules-canalisable
[to_ping] =>
[pinged] =>
[post_modified] => 2017-09-13 10:38:39
[post_modified_gmt] => 2017-09-13 08:38:39
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.fr/prodotto/alice-stufa-a-pellet-ad-aria-canalizzata/
[menu_order] => 91
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[20] => WP_Post Object
(
[ID] => 11527
[post_author] => 2
[post_date] => 2021-03-23 09:58:28
[post_date_gmt] => 2021-03-23 08:58:28
[post_content] => Stufa a pellet per la produzione di aria calda a convezione forzata con:
- struttura in acciaio
- rivestimento in acciaio o ceramica
- braciere in ghisa
- Porta doppio vetro
- scarico fumi posteriore
- telecomando di serie
- sistema di pulizia automatica del braciere
- versione canalizzata con motore supplementare
[post_title] => Elba Plus
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => elba-plus
[to_ping] =>
[pinged] =>
[post_modified] => 2022-02-03 11:00:22
[post_modified_gmt] => 2022-02-03 10:00:22
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=11527
[menu_order] => 99
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[21] => WP_Post Object
(
[ID] => 8087
[post_author] => 2
[post_date] => 2019-02-26 17:52:19
[post_date_gmt] => 2019-02-26 16:52:19
[post_content] => Inserto a pellet per la produzione di aria calda a convezione forzata con:
- struttura in acciaio
- rivestimento in acciaio
- braciere in ghisa
- porta con doppio vetro
- bocchetta rifornimento orientabile
[post_title] => Brema
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => brema
[to_ping] =>
[pinged] =>
[post_modified] => 2021-07-19 09:28:56
[post_modified_gmt] => 2021-07-19 07:28:56
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=8087/
[menu_order] => 100
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[22] => WP_Post Object
(
[ID] => 10817
[post_author] => 2
[post_date] => 2019-08-05 16:21:02
[post_date_gmt] => 2019-08-05 14:21:02
[post_content] => Inserto a pellet per la produzione di aria calda a convezione forzata con:
- struttura in acciaio
- rivestimento in acciaio
- braciere in ghisa
- porta con doppio vetro
- kit canalizzazione di serie
[post_title] => Brema Camino
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => brema-camino
[to_ping] =>
[pinged] =>
[post_modified] => 2021-07-19 09:55:33
[post_modified_gmt] => 2021-07-19 07:55:33
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=10817
[menu_order] => 101
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[23] => WP_Post Object
(
[ID] => 10826
[post_author] => 2
[post_date] => 2019-08-05 16:57:35
[post_date_gmt] => 2019-08-05 14:57:35
[post_content] => Inserto a pellet per la produzione di aria calda a convezione forzata con:
- struttura in acciaio
- rivestimento in acciaio
- braciere in ghisa
- porta con doppio vetro
- kit canalizzazione di serie
[post_title] => Brema Camino 1
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => brema-camino-1
[to_ping] =>
[pinged] =>
[post_modified] => 2021-07-19 09:56:19
[post_modified_gmt] => 2021-07-19 07:56:19
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=10826
[menu_order] => 103
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[24] => WP_Post Object
(
[ID] => 6677
[post_author] => 1
[post_date] => 2016-05-24 09:40:41
[post_date_gmt] => 2016-05-24 07:40:41
[post_content] => Poêle à granulés pour la production d'air chaude à convection naturelle:
- revêtement en acier
- structure et chambre de combustion en acier inox
- creuset et porte en fonte
- sortie des fumées supérieure ou arrière
- télécommande de série
- système autonettoyant du creuset
[post_title] => Marte plus
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => marte-poele-a-granules-a-convection-naturelle
[to_ping] =>
[pinged] =>
[post_modified] => 2017-09-13 14:54:31
[post_modified_gmt] => 2017-09-13 12:54:31
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.fr/prodotto/marte-stufa-a-pellet-ad-aria-convezione-naturale/
[menu_order] => 110
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[25] => WP_Post Object
(
[ID] => 6676
[post_author] => 1
[post_date] => 2016-05-24 10:08:15
[post_date_gmt] => 2016-05-24 08:08:15
[post_content] => Poêle à granulés pour la production d'air chaude à convection naturelle:
- revêtement en acier
- structure et chambre de combustion en acier inox
- creuset et porte en fonte
- sortie des fumées supérieure ou arrière
- télécommande de série
- système autonettoyant du creuset
[post_title] => Giove plus
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => giove-poele-a-granules-a-convection-naturelle
[to_ping] =>
[pinged] =>
[post_modified] => 2017-09-13 15:12:35
[post_modified_gmt] => 2017-09-13 13:12:35
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.fr/prodotto/giove-stufa-a-pellet-ad-aria-convezione-naturale/
[menu_order] => 116
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[26] => WP_Post Object
(
[ID] => 7680
[post_author] => 2
[post_date] => 2017-06-09 15:58:07
[post_date_gmt] => 2017-06-09 13:58:07
[post_content] => Insert à granulés avec structure portante pour chauffer les grands volumes:
- structure en acier
- réservoir de grande capacité
- sortie des fumées supérieure ou arrière
- cheminée en Aluker®
- télécommande de série
- système autonettoyant du creuset
[post_title] => Air Force One 20 plus
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => air-force-one-20-plus
[to_ping] =>
[pinged] =>
[post_modified] => 2017-09-15 15:21:56
[post_modified_gmt] => 2017-09-15 13:21:56
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/prodotto/air-force-one-20-plus/
[menu_order] => 120
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[27] => WP_Post Object
(
[ID] => 7635
[post_author] => 2
[post_date] => 2017-06-09 16:00:02
[post_date_gmt] => 2017-06-09 14:00:02
[post_content] => Poêle a granulés pour la production d’air chaude à convection forcée:
- revêtement en acier
- structure et chambre de combustion en acier inox
- creuset et porte en fonte
- sortie des fumées supérieure ou arrière
- système autonettoyant du creuset
- télécommande de série
[post_title] => Venere plus
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => venere-plus
[to_ping] =>
[pinged] =>
[post_modified] => 2017-09-13 15:41:50
[post_modified_gmt] => 2017-09-13 13:41:50
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/prodotto/venere-plus/
[menu_order] => 125
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[28] => WP_Post Object
(
[ID] => 6687
[post_author] => 1
[post_date] => 2016-01-25 11:41:46
[post_date_gmt] => 2016-01-25 10:41:46
[post_content] => Insert à granulés avec structure portante pour chauffer les grands volumes:
- structure en acier
- réservoir de grande capacité
- triple canalisation supérieure
- sortie des fumées supérieure ou arrière
- cheminée en Aluker®
- télécommande de série
- système autonettoyant du creuset
[post_title] => Air Force One 28 plus
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => air-force-one-insert-a-granules-a-air
[to_ping] =>
[pinged] =>
[post_modified] => 2017-09-13 17:29:37
[post_modified_gmt] => 2017-09-13 15:29:37
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.fr/prodotto/air-force-one-inserto-a-pellet-ad-aria/
[menu_order] => 129
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[29] => WP_Post Object
(
[ID] => 7888
[post_author] => 2
[post_date] => 2018-04-17 15:08:26
[post_date_gmt] => 2018-04-17 13:08:26
[post_content] => Thermo-poêle à granulés à ventilation ambiante, pour la production d’eau chaude pour le chauffage central:
- structure en acier
- revêtement en acier ou céramique
- sortie des fumées arrière
- creuset et porte en fonte
- système autonettoyant du creuset
- circulateur électronique, vase d’expansioe et vanne de sécurité de série
- possibilité de thermostat déporté
- kit sanitaire en option
- ventilateur d’air ambiant
[post_title] => LIONE
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => lione
[to_ping] =>
[pinged] =>
[post_modified] => 2019-03-14 11:50:57
[post_modified_gmt] => 2019-03-14 10:50:57
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/prodotto/lione/
[menu_order] => 133
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[30] => WP_Post Object
(
[ID] => 10332
[post_author] => 2
[post_date] => 2019-07-15 17:45:14
[post_date_gmt] => 2019-07-15 15:45:14
[post_content] => Termostufa a pellet ventilata per la produzione di acqua calda per riscaldamento con:
- struttura in acciaio
- rivestimento in acciaio, ceramica o vetro
- scarico fumi posteriore
- braciere in ghisa
- sistema di pulizia automatica del braciere
- circolatore elettronico, vaso di espansione e valvola di sicurezza di serie
- possibilità di collegamento di termostato remoto
- kit sanitario opzionale
- ventilatore ambiente
[post_title] => Capri CERAMICA
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => capri
[to_ping] =>
[pinged] =>
[post_modified] => 2021-12-03 14:59:35
[post_modified_gmt] => 2021-12-03 13:59:35
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=10332
[menu_order] => 135
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[31] => WP_Post Object
(
[ID] => 10361
[post_author] => 2
[post_date] => 2019-07-15 17:59:25
[post_date_gmt] => 2019-07-15 15:59:25
[post_content] => Termostufa a pellet ventilata per la produzione di acqua calda per riscaldamento con:
- struttura in acciaio
- rivestimento in acciaio o ceramica
- scarico fumi posteriore
- braciere in ghisa
- sistema di pulizia automatica del braciere
- circolatore elettronico, vaso di espansione e valvola di sicurezza di serie
- possibilità di collegamento di termostato remoto
- kit sanitario opzionale
- ventilatore ambiente
[post_title] => Amalfi
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => amalfi
[to_ping] =>
[pinged] =>
[post_modified] => 2021-12-03 15:00:55
[post_modified_gmt] => 2021-12-03 14:00:55
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=10361
[menu_order] => 136
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[32] => WP_Post Object
(
[ID] => 7912
[post_author] => 2
[post_date] => 2018-04-17 17:42:52
[post_date_gmt] => 2018-04-17 15:42:52
[post_content] => Thermo-poêle à granulés à ventilation ambiante, pour la production d’eau chaude pour le chauffage central:
- structure en acier
- revêtement en acier ou céramique
- sortie des fumées arrière
- creuset et porte en fonte
- système autonettoyant du creuset
- circulateur électronique, vase d’expansioe et vanne de sécurité de série
- possibilité de thermostat déporté
- kit sanitaire en option
- ventilateur d’air ambiant
[post_title] => BERNA
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => berna
[to_ping] =>
[pinged] =>
[post_modified] => 2018-04-18 14:46:17
[post_modified_gmt] => 2018-04-18 12:46:17
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/prodotto/berna/
[menu_order] => 138
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[33] => WP_Post Object
(
[ID] => 6673
[post_author] => 1
[post_date] => 2016-05-24 11:23:37
[post_date_gmt] => 2016-05-24 09:23:37
[post_content] => Thermo-poêle à granulés pour la production d'eau chaude pour le chauffage central:
- structure en acier
- revêtement en acier ou céramique
- sortie des fumées supérieure, arrière ou latérale
- circulateur électronique, vase d'expansion et vanne de sécurité de série
- possibilité de thermostat déporté
[post_title] => Siviglia
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => siviglia-thermo-poele-a-granules
[to_ping] =>
[pinged] =>
[post_modified] => 2017-09-14 16:32:18
[post_modified_gmt] => 2017-09-14 14:32:18
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.fr/prodotto/siviglia-termostufa-a-pellet/
[menu_order] => 159
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[34] => WP_Post Object
(
[ID] => 11293
[post_author] => 2
[post_date] => 2020-05-05 10:46:07
[post_date_gmt] => 2020-05-05 08:46:07
[post_content] => Caldaia a pellet ad alta efficienza per la produzione di acqua calda per riscaldamento e/o acqua calda sanitaria con:
- sistema di pulizia automatica del braciere
- struttura in acciaio
- vaso di espansione e valvola di sicurezza di serie
- possibilità di collegamento di un termostato remoto
- kit sanitario di serie
- circolatore elettronico ad alta efficienza
- pulizia turbolatori automatica
- ampia autonomia raccolta ceneri
- accensione rapida
- alta efficienza
- scheda elettronica multisystem
[post_title] => Termo Rodi 18 A
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => termo-rodi-18-a
[to_ping] =>
[pinged] =>
[post_modified] => 2021-12-14 10:42:59
[post_modified_gmt] => 2021-12-14 09:42:59
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=11293
[menu_order] => 161
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[35] => WP_Post Object
(
[ID] => 11262
[post_author] => 2
[post_date] => 2020-05-04 17:37:32
[post_date_gmt] => 2020-05-04 15:37:32
[post_content] => Caldaia a pellet ad alta efficienza per la produzione di acqua calda per riscaldamento e/o acqua calda sanitaria con:
- sistema di pulizia automatica del braciere
- struttura in acciaio
- vaso di espansione e valvola di sicurezza di serie
- possibilità di collegamento di un termostato remoto
- kit sanitario di serie
- circolatore elettronico ad alta efficienza
- pulizia turbolatori automatica
- ampia autonomia raccolta ceneri
- accensione rapida
- alta efficienza
- scheda elettronica multisystem
[post_title] => Termo Rodi 22 A
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => termo-rodi-22-a
[to_ping] =>
[pinged] =>
[post_modified] => 2021-12-14 10:44:14
[post_modified_gmt] => 2021-12-14 09:44:14
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=11262
[menu_order] => 162
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[36] => WP_Post Object
(
[ID] => 8036
[post_author] => 2
[post_date] => 2018-10-10 17:03:41
[post_date_gmt] => 2018-10-10 15:03:41
[post_content] => Caldaia a pellet ad alta efficienza per la produzione di acqua calda per riscaldamento e/o acqua calda sanitaria con:
- sistema di pulizia automatica del braciere
- struttura in acciaio
- vaso di espansione e valvola di sicurezza di serie
- possibilità di collegamento di un termostato remoto
- kit sanitario di serie
- circolatore elettronico ad alta efficienza
- pulizia turbolatori automatica
- ampia autonomia raccolta ceneri
- accensione rapida
- alta efficienza
- scheda elettronica multisystem
[post_title] => Termo Rodi 24
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => termo-rodi-24
[to_ping] =>
[pinged] =>
[post_modified] => 2021-12-14 10:45:15
[post_modified_gmt] => 2021-12-14 09:45:15
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=8036/
[menu_order] => 166
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[37] => WP_Post Object
(
[ID] => 6674
[post_author] => 1
[post_date] => 2016-05-24 11:23:15
[post_date_gmt] => 2016-05-24 09:23:15
[post_content] => Insert à granulés pour la production d'eau chaude pour le chauffage central:
- structure en acier
- circulateur électronique, vase d'expansion et vanne de sécurité de série
- possibilité de thermostat déporté
- extractible (manutention facile)
- chargement des granulés par un conduit orientable en façade ou latéralement
- cadre inclus
[post_title] => Madrid
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => madrid-thermo-poele-a-granules
[to_ping] =>
[pinged] =>
[post_modified] => 2017-09-14 17:23:17
[post_modified_gmt] => 2017-09-14 15:23:17
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.fr/prodotto/madrid-termostufa-a-pellet/
[menu_order] => 168
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[38] => WP_Post Object
(
[ID] => 8047
[post_author] => 2
[post_date] => 2018-10-10 17:44:57
[post_date_gmt] => 2018-10-10 15:44:57
[post_content] => Caldaia a pellet ad alta efficienza per la produzione di acqua calda per riscaldamento e/o acqua calda sanitaria con:
- sistema di pulizia automatica del braciere
- struttura in acciaio
- vaso di espansione e valvola di sicurezza di serie
- possibilità di collegamento di un termostato remoto
- kit sanitario di serie
- circolatore elettronico ad alta efficienza
- pulizia turbolatori automatica
- ampia autonomia raccolta ceneri
- accensione rapida
- alta efficienza
- scheda elettronica multisystem
[post_title] => Termo Rodi 34
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => termo-rodi-34
[to_ping] =>
[pinged] =>
[post_modified] => 2021-12-14 10:46:31
[post_modified_gmt] => 2021-12-14 09:46:31
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=8047/
[menu_order] => 173
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[39] => WP_Post Object
(
[ID] => 12121
[post_author] => 2
[post_date] => 2023-09-14 09:48:36
[post_date_gmt] => 2023-09-14 07:48:36
[post_content] => Caldaia a pellet ad alta efficienza per la produzione di acqua calda per riscaldamento e/o acqua calda sanitaria (opzionale) con:
- sistema di pulizia automatica del braciere
- doppio sistema di caricamento pellet
- vaso di espansione e valvola di sicurezza di serie
- possibilità di collegamento di un termostato remoto
- kit sanitario opzionale
- circolatore elettronico ad alta efficienza
- pulizia turbolatori automatica
- ampia autonomia raccolta ceneri
- accensione rapida
- alta efficienza
- scheda elettronica multisystem
[post_title] => Termo Rodi Advance 20 5S
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => termo-rodi-advance-20-5s
[to_ping] =>
[pinged] =>
[post_modified] => 2023-09-14 09:53:39
[post_modified_gmt] => 2023-09-14 07:53:39
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=12121
[menu_order] => 174
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[40] => WP_Post Object
(
[ID] => 12126
[post_author] => 2
[post_date] => 2023-09-14 10:07:43
[post_date_gmt] => 2023-09-14 08:07:43
[post_content] => Caldaia a pellet ad alta efficienza per la produzione di acqua calda per riscaldamento e/o acqua calda sanitaria (opzionale) con:
- sistema di pulizia automatica del braciere
- doppio sistema di caricamento pellet
- vaso di espansione e valvola di sicurezza di serie
- possibilità di collegamento di un termostato remoto
- kit sanitario opzionale
- circolatore elettronico ad alta efficienza
- pulizia turbolatori automatica
- ampia autonomia raccolta ceneri
- accensione rapida
- alta efficienza
- scheda elettronica multisystem
[post_title] => Termo Rodi Advance 24 5S
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => termo-rodi-advance-24-5s
[to_ping] =>
[pinged] =>
[post_modified] => 2023-09-14 10:07:43
[post_modified_gmt] => 2023-09-14 08:07:43
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=12126
[menu_order] => 175
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[41] => WP_Post Object
(
[ID] => 12131
[post_author] => 2
[post_date] => 2023-09-14 11:09:00
[post_date_gmt] => 2023-09-14 09:09:00
[post_content] => Caldaia a pellet ad alta efficienza per la produzione di acqua calda per riscaldamento e/o acqua calda sanitaria (opzionale) con:
- sistema di pulizia automatica del braciere
- doppio sistema di caricamento pellet
- vaso di espansione e valvola di sicurezza di serie
- possibilità di collegamento di un termostato remoto
- kit sanitario opzionale
- circolatore elettronico ad alta efficienza
- pulizia turbolatori automatica
- ampia autonomia raccolta ceneri
- accensione rapida
- alta efficienza
- scheda elettronica multisystem
[post_title] => Termo Rodi Advance 34 5S
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => termo-rodi-advance-34-5s
[to_ping] =>
[pinged] =>
[post_modified] => 2023-09-14 11:09:00
[post_modified_gmt] => 2023-09-14 09:09:00
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=12131
[menu_order] => 176
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[42] => WP_Post Object
(
[ID] => 7079
[post_author] => 1
[post_date] => 2017-06-01 10:14:31
[post_date_gmt] => 2017-06-01 08:14:31
[post_content] => Le four à pizza en brique pour le jardin 4 Mori, est disponible dans les modèles avec porte en verre ou en acier, et dans les versions avec ou sans soutien.
[post_title] => 4 mori
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => four-a-pizza-en-brique-pour-le-jardin-4-mori
[to_ping] =>
[pinged] =>
[post_modified] => 2017-09-15 12:31:20
[post_modified_gmt] => 2017-09-15 10:31:20
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.fr/prodotto/forno-a-legna-per-pizza-4-mori/
[menu_order] => 195
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[43] => WP_Post Object
(
[ID] => 7082
[post_author] => 1
[post_date] => 2017-06-01 09:53:13
[post_date_gmt] => 2017-06-01 07:53:13
[post_content] => Le four à bois pour le jardin Aragona, est disponible dans les versions avec ou sans barbecue latérale.
[post_title] => Aragona
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => four-a-bois-pour-le-jardin-aragona
[to_ping] =>
[pinged] =>
[post_modified] => 2017-09-15 12:19:20
[post_modified_gmt] => 2017-09-15 10:19:20
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.fr/prodotto/forno-a-legna-aragona/
[menu_order] => 199
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
)
[post_count] => 44
[current_post] => -1
[in_the_loop] =>
[post] => WP_Post Object
(
[ID] => 11668
[post_author] => 2
[post_date] => 2021-04-13 12:09:34
[post_date_gmt] => 2021-04-13 10:09:34
[post_content] =>
Barbecue de jardin à bois mod. Ercole.
De forme sculpturale, essentielle en ligne, le barbecue Ercole est l'expression de la simplicité et du design de notre nouvelle gamme de barbecues.
Le barbecue Ercole est en acier et la partie supérieure se compose d'une plaque en acier inoxydable à usage alimentaire sur laquelle vous pouvez facilement cuire une excellente viande, des légumes savoureux et bien plus directement, sans utiliser de graisses ajoutées.
En plus de la plaque chauffante, il est également possible de
cuisiner deux fois à l'aide du gril.
Cela vous permettra de cuisiner plusieurs plats et plusieurs types d'aliments en même temps.
De plus, pour les cuisiniers les plus exigeants, nous avons la version
acier Corten: la principale caractéristique de ce type d'acier est la
capacité à résister à la corrosion due aux agents atmosphériques (pluie, neige, soleil, grêle) et à la cuisson grâce à une patine protectrice qui ne change pas avec le temps.
Cette patine protectrice confère à l'acier des caractéristiques esthétiques particulières, ce qui rend le barbecue unique.
Le Corten est un matériau durable en raison de sa durabilité, de son entretien limité et de sa possibilité illimitée d'être recyclé, en gardant toutes ses propriétés inchangées, dans le plein respect de l'environnement.
[post_title] => Ercole
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => ercole
[to_ping] =>
[pinged] =>
[post_modified] => 2021-04-15 17:38:56
[post_modified_gmt] => 2021-04-15 15:38:56
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=11668
[menu_order] => 9
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[comment_count] => 0
[current_comment] => -1
[found_posts] => 44
[max_num_pages] => 1
[max_num_comment_pages] => 0
[is_single] =>
[is_preview] =>
[is_page] =>
[is_archive] => 1
[is_date] =>
[is_year] =>
[is_month] =>
[is_day] =>
[is_time] =>
[is_author] =>
[is_category] =>
[is_tag] =>
[is_tax] =>
[is_search] =>
[is_feed] =>
[is_comment_feed] =>
[is_trackback] =>
[is_home] =>
[is_privacy_policy] =>
[is_404] =>
[is_embed] =>
[is_paged] =>
[is_admin] =>
[is_attachment] =>
[is_singular] =>
[is_robots] =>
[is_posts_page] =>
[is_post_type_archive] => 1
[query_vars_hash:WP_Query:private] => c3bb3441bbccb1b1283edfd40b180258
[query_vars_changed:WP_Query:private] => 1
[thumbnails_cached] =>
[allow_query_attachment_by_filename:protected] =>
[stopwords:WP_Query:private] =>
[compat_fields:WP_Query:private] => Array
(
[0] => query_vars_hash
[1] => query_vars_changed
)
[compat_methods:WP_Query:private] => Array
(
[0] => init_query_flags
[1] => parse_tax_query
)
)
Poêles
Une vaste choix de poêles, thermo-poêles et chaudières à pellets.
Cherchez la poêle Karmek One plus appropriée selon vos besoins: