diff --git a/templates/.DS_Store b/templates/.DS_Store new file mode 100644 index 0000000..35bede8 Binary files /dev/null and b/templates/.DS_Store differ diff --git a/templates_user/shop-product/product.php b/templates_user/shop-product/product.php index 8bc81c1..9b5c98a 100644 --- a/templates_user/shop-product/product.php +++ b/templates_user/shop-product/product.php @@ -67,7 +67,7 @@
product -> price_brutto );?>
- product -> weight && $this -> product -> product_unit_id ):?> + product -> weight > 0 && $this -> product -> product_unit_id ):?>
product -> price_brutto / $this -> product -> weight );?> / product -> product_unit_id, $this -> lang_id );?>