muratssu Posted March 23, 2011 Share Posted March 23, 2011 Hello;I change the product name from back office but the name is always the same in the new products at the main page.The pic and the product info is changing but the name is always static. So if i make a fault abut the product name, i had to delete it and recreate.Can anyone help me ?thx.http://www.evicinhersey.com/ Link to comment Share on other sites More sharing options...
rocky Posted March 23, 2011 Share Posted March 23, 2011 This issue has now been solved. There was an error on line 69 of modules/homefeatured/homefeatured.php. It was changed from: $products = Product::getNewProducts(intval($params['cookie']), 0, ($nb ? $nb : 10), false, 'date_add', 'DESC'); to: $products = Product::getNewProducts(intval($params['cookie']->id_lang), 0, ($nb ? $nb : 10), false, 'date_add', 'DESC'); This line is used to put new products on the homepage instead of featured products. Here's the original line of the featured products that was replaced with the one above: $products = $category->getProducts(intval($params['cookie']->id_lang), 1, ($nb ? $nb : 10)); Link to comment Share on other sites More sharing options...
muratssu Posted March 23, 2011 Author Share Posted March 23, 2011 Thanks Rocky.As i always say.. U R My Hero 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