Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Setting value on weight


vmuk

Recommended Posts

Posted

Is there a way to set a value sybol i.e. (g) or (kg) to the weight items i have maneged it in the menus?

Posted
Is there a way to set a value sybol i.e. (g) or (kg) to the weight items i have maneged it in the menus?

 

osc is weightless, you can use any unit as long as you use it consistent.

 

I simply add this to english.php:

 

define ('WEIGHT_UNIT', 'Gr');

 

and add that after the weight display like :

 

<?php echo $weight . ' ' . WEIGHT_UNIT; ?>

Treasurer MFC

Archived

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

×
×
  • Create New...