Guest Posted October 29, 2009 Posted October 29, 2009 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
jhande Posted October 29, 2009 Posted October 29, 2009 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 -
Guest Posted October 29, 2009 Posted October 29, 2009 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.