ayumi Posted June 2, 2004 Share Posted June 2, 2004 Hi all, Please help, how can we put Product description, after Product Name, but still in index.php, not in product_info.php Please Help... Link to comment Share on other sites More sharing options...
joeyjgarcia Posted June 2, 2004 Share Posted June 2, 2004 Where spefically in the index.php? Do you mean in the New Products for the month module? That would be in /inludes/modules/new_products.php. In short, you are querying the products table already to get the product title, just add to the field list the description field and show that using the same technique as displaying the title. Joey Link to comment Share on other sites More sharing options...
ayumi Posted June 3, 2004 Author Share Posted June 3, 2004 Example: I have 1 category, with 2 sub category. vehicle (category) car (sub 1) mercedes (sub 2) mercedes red (prod 1) mercedes white (prod 2) So, after i click subcategory mercedes, 2 products red and white will show. If we click the red (prod 1) the definition of the product will appear. But it connect with product_info.php. I dont want it. What i want is the product description appear after we click the last subcategory (mercedes-sub2) below the product-list table. But still in index.php Thx. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.