GlocK Posted February 23, 2011 Share Posted February 23, 2011 I need to do that (see picture) Link to comment Share on other sites More sharing options...
Radu Posted February 24, 2011 Share Posted February 24, 2011 in the function getProductsProperties from classes/Product.phpyou can get the features like after: foreach ($query_result AS $row) { add: $features = Product::getFrontFeaturesStatic(intval($cookie->id_lang), $row['id_product']); $row['features'] = $features; than in the tpl file of product-list you display themit's more than this as the problem is more complex in terms of optimisation but you have a good starting point now. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now