diff --git a/templates/shop-product/product.php b/templates/shop-product/product.php
index c1fecee..880cad7 100644
--- a/templates/shop-product/product.php
+++ b/templates/shop-product/product.php
@@ -56,7 +56,7 @@
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 ):?>
+ if ( $this -> product -> weight > 0 && $this -> product -> product_unit_id ):?>
= \shop\Shop::shortPrice( $this -> product -> price_brutto_promo / $this -> product -> wegiht * 1 );?> = $this -> product -> product_unit;?>
@@ -65,7 +65,7 @@
= \shop\Shop::shortPrice( $this -> product -> price_brutto );?> zł
- if ( $this -> product -> weight && $this -> product -> product_unit_id ):?>
+ if ( $this -> product -> weight > 0 && $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 );?>