EmicoEcommerce / Magento2TweakwiseExport-archived

Magento 2 module for Tweakwise export
Other
6 stars 16 forks source link

Convert stock decimals to integers #37

Closed EduardSelles closed 6 years ago

EduardSelles commented 6 years ago

Magento offers standard support for stocks with decimals. Tweakwise does not support stock in decimals. At the moment this will always result in a failed synchronization.

In the export module, these decimals must be converted to integers. In this way, a decimal stock will no longer be a problem.