Magento – How to use Different units for Magento 1.9.2.2

ce-1.9.2.2magento-1.9productproduct-attributeshipping

We recently start a store which includes grocery, clothing, and jewelry on this when I upload product for grocery and other we facing a problem. All product weight are considering Kgs or Lbs but we are using Oz, Kgs, Lbs, packets and grams for grocery.

My question is: How to change weight units for a different product, How to assign particular weight unit for products?

Is there any extension or have any customization need to do for Backend.
and one more question is If I change weight units How to consider Units for shipping?

Best Answer

I guess there would be some extention for your need but i just let you know my opinion without extension. First of all, you need to add attribute. Go to Catalog > Attributes > Manage Attributes.

And you can add new attribute you would use for weight unit and you can edit some options on Attribute Information > Manage Label/Option. You can add Oz, Kgs, Lbs, packets and grams for grocery.

And then, go to Catalog > Attributes > Manage Attribute Sets and make 'Grocery' attribute. Then, you can add attribute you need.

Or,you can change the property of weight attribute like text input. There is a way to write unit directly for each product.

Related Topic