After migrating from VM 1.1.9 to 2.0.26d I don't find where I can add product units. There is no such field anymore, but I can see the values in products table column "product_unit".
This is how it looks in "Product Dimensions and Weight" tab:
(http://ankh.lv/images/vm-nounits.jpg)
Is this some known bug?
Units are selectable and set on the Product Dimensions and Weight tab, or do you need something different?
[attachment cleanup by admin]
I am not talking about weight or dimension units, I am talking about product units. It could be "piece" or "pair" for example. This is screenshot from VM 1.1.9 with product units field:
(http://ankh.lv/images/units_vm1.png)
And this is VM 2.0.4
(http://ankh.lv/images/units_vm2.png)
Please, move this back to bugs, cause the field is missing, but it is still in database (virtuemart_products table, column "product_piece")!
So, what about status of this missing field? Will it come back someday or not?
It is Units in Box on the Product Dimensions and Weight tab of each product.
For display in product details use this: $this->product->product_box
No, it is not! Please see my last screenshot, Units in box is other field and it is numeric. I am not a VM noob, I know this is a bug, cause the old variable is missing in code but it's value still exists in database. It seems like VM team doesn't know VM good enough. :(
Why such a negative response?
If you have found a bug then report it.
Check if the field is provided in the $product array
If it is, then it is not a bug, it is just not used in the templates.
I have reported it with this topic, but someone moved this topic to this section and no one has moved it back since then. I don't want to create new topic just because someone moved this here.
The field is missing in VM administration. Please see my last screenshots. These are older VM versions and there you can see the field, but later it got lost (the first screenshot is from 2.0.26d).