Jump to content
  • 0

Dodanie Parametru Do Getproducts


koyocik

Question

Cześć.

 

Usiłuję napisać moduł, który będzie wyświetlał wszystkie produkty, które mają parametr xdelivery 1 w bazie danych.

 

 

 

 

 

w kontolerze mam tak:


$products_partial = Product::getProducts($this->context->language->id, , 1000, 'name', 'asc'); 
$products = Product::getProductsProperties($this->context->language->id, $products_partial);

a w pliku tpl tak:

 

{foreach from=$products item=product name=products}
    {if $product.xdelivery==1}

I działa, ale ładowanie trwa wieki. Pewnie dlatego, że najpierw sprawdza wszystkie a potem dopiero filtruje. 

 

 

Jak zrobić, żeby do foreach były brane tylko produkty, dla których xdelivery==1

 

Będę wdzięczny za pomoc

 

Pozdrawiam.

Edited by koyocik (see edit history)
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...