hey guys,
just to let you know that your queries on new products and whats new are missing some parameters. On what's new, you're missing language parameter, so products get show as n new products, depending on n languages you have.
Fix. add the language_id = '" . $_SESSION['languages_id'] " to the query and voila! :)
the other one is new products, where you forgot to set the status flag check, so products get shown regardless of being active or not.
Fix. Add products_status = 1 flag to the new products query.
hope it helps.




