if ( $this -> product['price_brutto_promo'] ):?>
if ( \Shared\Helpers\Helpers::shortPrice( $this -> product['price_brutto_promo'] )) : ?>
Promocja
endif; ?>
= \Shared\Helpers\Helpers::shortPrice( $this -> product['price_brutto_promo'] );?> zł
= \Shared\Helpers\Helpers::shortPrice( $this -> product['price_brutto'] );?> zł
Najniższa cena w ciągu ostatnich 30 dni: = \Shared\Helpers\Helpers::shortPrice( (new \Domain\Product\ProductRepository( $GLOBALS['mdb'] ))->getMinimalPriceCached( $this -> product['id'], $this -> product['price_brutto_promo'] ) );?> zł
if ( $this -> product['weight'] && $this -> product['product_unit_id'] ):?>
= \Shared\Helpers\Helpers::shortPrice( $this -> product['price_brutto_promo'] / $this -> product['wegiht'] * 1 );?> = $this -> product['product_unit'];?>
endif;?>
else:?>
= \Shared\Helpers\Helpers::shortPrice( $this -> product['price_brutto'] );?> zł
if ( $this -> product['weight'] > 0 && $this -> product['product_unit_id'] ):?>
= \Shared\Helpers\Helpers::shortPrice( $this -> product['price_brutto'] / $this -> product['weight'] );?> zł / = $dictionariesRepository->getUnitNameById( $this -> product['product_unit_id'], $this -> lang_id );?>
endif;?>
endif;?>
if ( $this -> product['producer'] and $this -> product['producer']['status'] ):?>