Stolik kawowy PIBI

268.63218.40 netto

Leżak ANICO

1,518.80 1,234.80 netto

Stolik kawowy SAN

2,650.162,154.60 netto

Leżak SAN

7,482.526,083.35 netto

Leżak COMO

6,881.11 5,594.40 netto

Fotel CELLE LOUNGE CB

3,455.03 2,808.97 netto

Krzesło CELLE CB

2,291.10 1,862.68 netto

Krzesło CELLE

1,978.20 1,608.29 netto

Hoker MAFFA

1,485.75 1,207.93 netto

Stolik kawowy MIRA XS

4,188.93 3,405.63 netto

Fotel GRETA LOUNGE

12,815.11 10,418.79 netto

Krzesło NUZZLE EST CB METAL

3,831.88 3,115.35 netto

Hoker SILENE

2,233.35 1,815.73 netto

Search for products

Back to Top
WALUTA
Złoty polski
Product has been added to your cart
add_filter( 'woocommerce_short_description', 'custom_add_note_to_short_description', 20, 1 ); function custom_add_note_to_short_description( $description ) { if ( is_singular( 'product' ) ) { global $product; if ( ! is_a( $product, 'WC_Product' ) ) { $product = wc_get_product( get_the_ID() ); } if ( has_term( 'wr-inspired', 'product_tag', $product->get_id() ) ) { $additional_info = '

W sprawie konfiguracji oraz wyceny prosimy o kontakt mailowy.

'; $description .= $additional_info; } } return $description; }