Jump to content

weight


Guest

Recommended Posts

Guest pgowling

Please note that when dealing in Kgs that the database field 'CubeCart_inventory.prodWeight' is to 2 decimal places rather than 3 and therefore grams are not fully supported at present (at least this is definitely the case in V3.0.4).

A bug has been raised to cover this.

Link to comment
Share on other sites

Guest estelle

Oh wow, i never noticed that before. Thanks for pointing it out! Its important for me because I sell jewellery findings, some of which weight only a gram or too.

But its an easy fix. This SQL command can be run in phpMyAdmin and will modify the field to allow three decimal places (all existing weights will be preserved):

ALTER TABLE `CubeCart_inventory` MODIFY prodWeight decimal(10, 3) DEFAULT NULL

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...