Hoker JUNGI

3,100.00 2,520.33 netto

Hoker OVI

2,537.85 2,063.29 netto

Hoker SHILA

3,188.85 2,592.56 netto

Hoker POPI

2,965.73 2,411.16 netto

Hoker GADI

2,822.40 2,294.63 netto

Search for products

Back to Top
WALUTA
Złoty polski
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; }