Version info:
Miva Merchant 5.5
Production Release 8 Update 3
Miva Merchant Engine v5.13
Database API: mysql
Just wanted to mention this issue we are having when we export products with product codes that have leading zeros.
Every time we use the export feature to update product information the export drops the leading zeros for our products that the vendor code starts with leading zeros. This would be okay if all codes only had one leading zero the product comes in when some have one zero some have two zeros some have even 3 or 4 leading zeros sometimes.
As an example:
Original product code was:
0553303
0553301
0553304
Exported as CSV or TAB file results in:
553303
553301
553304
Currently, I have to use MySql's phpmyadmin to export product codes for items with leading zeros.
Hope this helps someone if your experiencing this issue, I hope miva will look into correcting this export issue.
Also, we have a custom field that controls if an item can be sampled the values for this field are 0 or 1 so 0 = false and 1 = true.
Miva won't let you update a custom field with the value of 0, not sure why the import with update feature won't allow this either but it will let you update 0.01 so we have had to change the logic to if the value equal to or greater than 1. Otherwise you have to update all the products to zero manually.
Hope this info helps!
Miva Merchant 5.5
Production Release 8 Update 3
Miva Merchant Engine v5.13
Database API: mysql
Just wanted to mention this issue we are having when we export products with product codes that have leading zeros.
Every time we use the export feature to update product information the export drops the leading zeros for our products that the vendor code starts with leading zeros. This would be okay if all codes only had one leading zero the product comes in when some have one zero some have two zeros some have even 3 or 4 leading zeros sometimes.
As an example:
Original product code was:
0553303
0553301
0553304
Exported as CSV or TAB file results in:
553303
553301
553304
Currently, I have to use MySql's phpmyadmin to export product codes for items with leading zeros.
Hope this helps someone if your experiencing this issue, I hope miva will look into correcting this export issue.
Also, we have a custom field that controls if an item can be sampled the values for this field are 0 or 1 so 0 = false and 1 = true.
Miva won't let you update a custom field with the value of 0, not sure why the import with update feature won't allow this either but it will let you update 0.01 so we have had to change the logic to if the value equal to or greater than 1. Otherwise you have to update all the products to zero manually.
Hope this info helps!
Comment