We have been using Miva since 2018 and I would love to see the default weight field in the admin console accept numbers with more than 2 decimal places. We sell a ton of very small products (hardware, screws, bolts, etc.) that have a very small weight, less than 0.01lbs. People buy many of these at a time, so you can see why this is a big issue for us. 0.01lbs * 1000 is 10lbs, but if the product actually weighs 0.004lbs, that comes out to only 4lbs. Unfortunately we cannot use grams or oz due to our other integrated systems using lbs.
We had to pay for custom development when we went live back in 2018. This was pretty painful for us and keeps getting worse as the simple solution would have been to roll out an update that updates the datatype of the mysql db field to accept a float value and preserves the data. Then update the data validation on the admin console text field.
This is exceptionally painful for us as we now cannot get our custom weight field to pass over to Google Merchant Center using the standard live connection without paying for more development hours for a custom solution. This is actually hurting our SEO significantly.
Anyway, sorry for the rant, but I would LOVE this to be corrected in the base system so we can revert our original custom code.
--Scott
We had to pay for custom development when we went live back in 2018. This was pretty painful for us and keeps getting worse as the simple solution would have been to roll out an update that updates the datatype of the mysql db field to accept a float value and preserves the data. Then update the data validation on the admin console text field.
This is exceptionally painful for us as we now cannot get our custom weight field to pass over to Google Merchant Center using the standard live connection without paying for more development hours for a custom solution. This is actually hurting our SEO significantly.
Anyway, sorry for the rant, but I would LOVE this to be corrected in the base system so we can revert our original custom code.
--Scott
Comment