plentymarkets / plentymarkets-shopware-connector

plentymarkets shopware connector plugin
http://www.plentymarkets.eu/shopware/
MIT License
30 stars 51 forks source link

fix stockLimitation for variations without stock management #435

Closed resslinger closed 5 years ago

resslinger commented 5 years ago
Q A
issue or Enhancement issue
Changelog updated? yes
License MIT

What's in this PR?

This PR fix the stockLimitation variations without stock management in Plentymarkets and optimize the merged PR https://github.com/plentymarkets/plentymarkets-shopware-connector/pull/407.

The product flag stockLimitation is removed, because since 5.4, the column is deprecated. If the column is set, so Shopware will set this flag for all variations. A other issue is, when a variations has no stockLimitation but the product has the activated flag, Shopware will display an notice, when you add a variation without stockLimitation to the basket. In this case, we should open a issue on the Shopware issue tracker.

Checklist