$prices = $product -> getDefaultCombinationPrices();
if ( $prices )
{
if ( $prices['price_brutto_promo'] ):?>
= \shop\Shop::shortPrice( $prices['price_brutto'] );?> zł
= \shop\Shop::shortPrice( $prices['price_brutto_promo'] );?> zł
else:?>
= \shop\Shop::shortPrice( $prices['price_brutto'] );?> zł
endif;
}
else
{
if ( $product -> price_brutto_promo ):?>
= \shop\Shop::shortPrice( $product -> price_brutto );?> zł
= \shop\Shop::shortPrice( $product -> price_brutto_promo );?> zł
else:?>
= \shop\Shop::shortPrice( $product -> price_brutto );?> zł
endif;
};?>