diff --git a/templates_user/shop-product/products-new.php b/templates_user/shop-product/products-new.php new file mode 100644 index 0000000..967b908 --- /dev/null +++ b/templates_user/shop-product/products-new.php @@ -0,0 +1,64 @@ + + +products) : ?> +
+
+
+ products as $product): + if ($product->status): + echo \Tpl::view('shop-product/product-mini', [ + 'product' => $product, + 'class' => 'item', + 'product_mini_class' => 'swiper-slide' + ]); + endif; + endforeach; + ?> +
+
+
+
+
+ + + + \ No newline at end of file