= \Tpl::view( 'shop-product/_partial/product-warehouse-message', [
'product' => $this -> product,
'lang_id' => $this -> lang_id,
'settings' => $this -> settings
] );?>
if ( $this -> product -> price_brutto_promo ):?>
= \shop\Shop::shortPrice( $this -> product -> price_brutto_promo );?> zł
= \shop\Shop::shortPrice( $this -> product -> price_brutto );?> zł
Najniższa cena w ciągu ostatnich 30 dni: = \shop\Shop::shortPrice( \front\factory\ShopProduct::get_minimal_price( $this -> product['id'], $this -> product -> price_brutto_promo ) );?> zł
if ( $this -> product -> weight && $this -> product -> product_unit_id ):?>
= \shop\Shop::shortPrice( $this -> product -> price_brutto_promo / $this -> product -> wegiht * 1 );?> = $this -> product -> product_unit;?>
endif;?>
else:?>
= \shop\Shop::shortPrice( $this -> product -> price_brutto );?> zł
if ( $this -> product -> weight && $this -> product -> product_unit_id ):?>
= \shop\Shop::shortPrice( $this -> product -> price_brutto / $this -> product -> weight );?> zł / = \front\factory\Dictionaries::get_name_by_id( $this -> product -> product_unit_id, $this -> lang_id );?>
endif;?>
endif;?>