Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Display the weigt of the product on the Products_i


keoga

Recommended Posts

Hi everybody!

 

Does anyone know how to display the products weight on the product_info page?

 

Help apreciated thanx!

 

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

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';

 

 

you add p.products_weight, to the select statement of the query ofcourse

Treasurer MFC

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...