keoga Posted April 15, 2005 Share Posted April 15, 2005 Hi everybody! Does anyone know how to display the products weight on the product_info page? Help apreciated thanx! Link to comment Share on other sites More sharing options...
boxtel Posted April 15, 2005 Share Posted April 15, 2005 Hi everybody! Does anyone know how to display the products weight on the product_info page? Help apreciated thanx! <{POST_SNAPBACK}> well, you add p.products_model, to the select statement of the query. then where you want it : echo 'Weight: ' . $product_info['products_weight'] . 'Kg'; Treasurer MFC Link to comment Share on other sites More sharing options...
boxtel Posted April 15, 2005 Share Posted April 15, 2005 well, you add p.products_model, to the select statement of the query. then where you want it : echo 'Weight: ' . $product_info['products_weight'] . 'Kg'; <{POST_SNAPBACK}> you add p.products_weight, to the select statement of the query ofcourse Treasurer MFC Link to comment Share on other sites More sharing options...
keoga Posted April 15, 2005 Author Share Posted April 15, 2005 well, you add p.products_model, to the select statement of the query. then where you want it : echo 'Weight: ' . $product_info['products_weight'] . 'Kg'; <{POST_SNAPBACK}> Thanx a lot Amanda I'm going to try it out now! :thumbsup: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.