crushkill Posted March 29, 2006 Posted March 29, 2006 I am unable to change the class of weight for my products. A typical product in my store is about 5 grams, or 0.001 (approx) kilograms. Unfortunately, the store will not allow me to list a product's weight in that many decimal places. I went through the bug reports section and found that there is an open (unassigned) bug in that there is no page to edit / change the weight class for your store : http://www.oscommerce.com/community/bugs,2965/status,open Unfortunately, i dont have the luxury of waiting until this bug is properly addressed, and would greatly appreciate any suggestions or help with this matter.
Guest Posted March 30, 2006 Posted March 30, 2006 use the phpmyadmin and change the products_weight column type from 5,2 to 5,4 Then you may have to change php code if it relies on just 2 decimal places in your osc files.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.