Sunday 15 March 2015

module - Prestashop : Get products by features -



module - Prestashop : Get products by features -

in module on prestashop need display list of products need them features, illustration : need products id feature 1 has id value 2.

is function exist in prestashop ?

this solution:

$featuresobj = new product($product['id_product']); $features = $featuresobj->getfrontfeatures($this->context->language->id); foreach($features $feature) { var_dump($feature); }

module prestashop products

No comments:

Post a Comment