Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need to display ISBN in Order Admin


Guest

Recommended Posts

Posted

I would like to display the ISBN number on admin/orders.php in the admin section of my website along with the product, model, price etc.... I do not know how to properly write a query to call the ISBN number from the product database. Can anyone help me with that?

 

This is the code to make it display on the page...

 

<?php if ($product_info['products_ISBN']) { ?>
?	
? ?ISBN: <?php echo $product_info['products_ISBN']; ?>
?	<?php } ?>

 

I just need help with the query portion. Anyone feel like helping out the newbie on the block?

Archived

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

×
×
  • Create New...