Active filters:

Kinkiet AURA 24V PLUS

2,057.101,672.44 netto

Kinkiet ANTIC II

721.35586.46 netto

Kinkiet ANTIC

727.65591.59 netto

Lampa ścienna CLEMENTE

3,276.002,663.41 netto

Kinkiet TROPIC

1,134.00 921.95 netto

Lampa wisząca FOCUS

1,034.251,239.00840.851,007.32 netto

Kinkiet DE MARSEILLE MINI

2,782.50 2,262.20 netto

Kinkiet PET O Led

829.50 674.39 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; }