Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

need to display product_id instead of model


Guest

Recommended Posts

Posted

I need to display the product id instead of model on the product page. Right now it displays the model, image, product name , price, and buy it now button. Any help is appreciated. Thanks in advance

Posted

Hey Ray,

 

I'm not sure why you would need to show your customers your database's assigned product ID, but anyways...

 

Enclose this:

<?php echo $products_ID; ?>

Into a table cell wherever you want it displayed on the page.

- :: Jim :: -

- My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 -

Posted

Not sure where this code is suppose to go. Where I placed it did not work. Can you tell me where you would put it if you want to display it next to the model column on the product page

Archived

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

×
×
  • Create New...