Genius Posted March 10, 2004 Share Posted March 10, 2004 HI, Does anyone know how to add the model number of the product in the drop down list in the admin section for Featured Products... Would appreciate you help.. and also how to add the buy button in the main page for featured products.. Link to comment Share on other sites More sharing options...
billythekid Posted July 12, 2004 Share Posted July 12, 2004 Did you ever figure this out? ___________________________________________________________________ HI, Does anyone know how to add the model number of the product in the drop down list in the admin section for Featured Products... Would appreciate you help.. and also how to add the buy button in the main page for featured products Link to comment Share on other sites More sharing options...
hints Posted July 26, 2004 Share Posted July 26, 2004 Not exactly sure what you fellows mean by "FEATURED" products. Here is my guess, SEE: http://www.oscommerce.com/forums/index.php?sho...=0entry253288 All the details are there. It works with versions, MS1, MS2, and MS3. You may have to hunt a bit, but it looks nearly always the same. Here is the fix for alignment that Julie refers to: <td class="dataTableContent"><?php echo '<a href="' . tep_href_link(FILENAME_CATEGORIES, 'cPath=' . $cPath . '&pID=' . $products['products_id'] . '&action=new_product_preview&read=only') . '">' . tep_image(DIR_WS_ICONS . 'preview.gif', ICON_PREVIEW) . '</a> ' . $products['products_name']; ?></td> <td class="dataTableContent"><?php echo '' . $products['products_model']; ?></td> <td class="dataTableContent" align="center"> IN other words this part replaces her last part. Hints Search | Contribution Area | Doc Info Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.