Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

featured Products add new fields


Genius

Recommended Posts

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

  • 4 months later...

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

  • 2 weeks later...

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...