Guest Posted December 29, 2005 Share Posted December 29, 2005 Hi, Is there a way to add a drop down menu for each product listed on the category page itself? I need to have a drop down menu with 2 options for each product.. Thank you for your time and help if you can! I have added a screenshot of exactly what I am looking for: Link to comment Share on other sites More sharing options...
Guest Posted December 30, 2005 Share Posted December 30, 2005 use the tep_draw_pull_down_menu function to add whatever extra items/attributes needed. The osc has many files which use this function. Link to comment Share on other sites More sharing options...
Guest Posted January 2, 2006 Share Posted January 2, 2006 Ok, I found how to add the product attributes and options to the categories page (I think) I am using the product_listing_multi contribution and have found wherre to insert the tep_draw_pull_down_menu code but the drop down menu is greyed out and the product options I specified in the admin side are not showing up. Here is the code from my product_listing_multi.php file, I took a piece of the tep_draw_pull_down_menu code from the product_info.php page, any ideas? case 'PRODUCT_LIST_BUY_NOW': $lc_align = 'center'; $lc_text = '<input type="text" name="add_id['.sizeof($list_box_contents).']" value="0" maxlength="5" size="5">' . tep_draw_pull_down_menu('products_id[' . $products_options_name['products_options_id'] . ']', $products_options_array, $selected_attribute); break; Link to comment Share on other sites More sharing options...
Guest Posted January 3, 2006 Share Posted January 3, 2006 SOLVED:: I installed the Product Listing with Attributes modification and it brings up whatever product attributes and options are set in your admin section right into the product_listing.php page.. Here it is: Show dropdown menus on main category page Thanks for everyone who helped me out on this.. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.