rjohnson Posted October 16, 2007 Share Posted October 16, 2007 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.