Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Call products_model function


rjohnson

Recommended Posts

Can anyone tell me the function for products_model

 

I would like to add this to my product_info.php page in the title tag.

I'd like it to display the model number in the title when you view a product.

 

I tried putting this code into the title tag with no luck

<?php echo $product_info['products_model']; ?>

 

 

I guess the function is not called correctly or it needs to be called differently.

I have this code on the actual product page and it calls the model number (<?php echo $product_info['products_model']; ?>)

but not in the title tag.

 

Anyone help?

Thanks in advance!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...