Чаши the boss & the real boss - agent.bg

Чаши the boss & the real boss

15.00 лв. / 7.67 

Комплект две чаши на цената на една и половина!

 

Код: 1056 the boss & the real boss Категория: Етикети: ,

Описание на продукта:

Размери на продукт: h=10см., ф=7см., 300ml.
Максимални размери за печат: 19 x 9.7см.
Състав: Керамика
Всяка чашите е опакована в индивидулана кутия.

Допълнителна информация

Тегло .4 kg
Размери 10.5 x 10.5 x 10.5 cm
фаил
add_filter('woocommerce_get_price_html', 'custom_show_price_in_bgn_and_eur', 100, 2); function custom_show_price_in_bgn_and_eur($price, $product) { $price_bgn = floatval($product->get_price()); $exchange_rate = 1.95583; $price_eur = $price_bgn / $exchange_rate; $price = wc_price($price_bgn, array('currency' => 'BGN')) . ' / ' . wc_price($price_eur, array('currency' => 'EUR')); return $price;