From 0e82eefc50ccda4e35eb8297617f4728cbeb60f6 Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Tue, 31 Dec 2024 17:40:20 +0100 Subject: [PATCH] =?UTF-8?q?Poprawa=20warunku=20sprawdzaj=C4=85cego=20wag?= =?UTF-8?q?=C4=99=20produktu=20w=20szablonie=20produktu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/.DS_Store | Bin 0 -> 6148 bytes templates_user/shop-product/product.php | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 templates/.DS_Store diff --git a/templates/.DS_Store b/templates/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..96797d4292e50044254a7be6c0d61b9e1f76789e GIT binary patch literal 6148 zcmeHKu};H44E2=`fr8Yr3)1lc4BZ(*6uzKrEKq`|M5Bue?D+-w0(K-mgYV+`Y?VZ5 zidayEY{`BX$G$l4+W3x$T=rZ{iN-{fKp6-7FdKyLvvy>l9=_?~9H%s=8+xP%y6Z%n zV;33VwHsl@78IzW=K4J?@29idP*zg*@mqgn8S;F-40A*zua_S$+1cm$w&>y)(bb|^ zg~zmX(5N@iiVFPNR_$t!PWs}SwN4JN-nG_^bC%(|(w}16b@Kno#27FJjDekH06m)} z83~#-28;n?V9fx3A3T&XRjdW$rvoM)0f0leqhK8OK0wb7V5(RP!UJ)V3Y1i*M+_(F z@OzC*6>C9BCl{ZLdGyInPbf}zUe3pGa;czMW55__Gq5L@WA6VK{pbI7l3f`C#=yT~ zzzy?Rp5c|Ww{~8Rd##6FLs>Yk7F?%b5L+=~xfM^KQQ-GH0H%tyAUqJ;2t*pp7z2OG Fz!x5GRMh|g literal 0 HcmV?d00001 diff --git a/templates_user/shop-product/product.php b/templates_user/shop-product/product.php index 50d283f..46a8609 100644 --- a/templates_user/shop-product/product.php +++ b/templates_user/shop-product/product.php @@ -73,7 +73,7 @@
Najniższa cena w ciągu ostatnich 30 dni: product['id'], $this -> product -> price_brutto_promo ) );?> zł
- product -> weight && $this -> product -> product_unit_id ):?> + product -> weight > 0 && $this -> product -> product_unit_id ):?>
product -> price_brutto_promo / $this -> product -> wegiht * 1 );?> product -> product_unit;?>
@@ -82,7 +82,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 );?>