Guest Posted March 3, 2009 Posted March 3, 2009 Show categories in modules new_products.php and product_listing.php $categories_query = tep_db_query("select categories_name from categories_description c, products_to_categories pc where pc.categories_id = c.categories_id and c.language_id='" . (int)$languages_id ."' and $products_id='".(int)$id."' = pc.products_id"); $categories = tep_db_fetch_array($categories_query); Any idea Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.