diese example plugin https://developers.shopware.com/exampleplugins/SwagProductBasic.zip
von Backend Components - Basics
speichert die “Create date” nicht mit vanilla shopware (5.4.5)!
ist das ne feature oder bug?
diese example plugin https://developers.shopware.com/exampleplugins/SwagProductBasic.zip
von Backend Components - Basics
speichert die “Create date” nicht mit vanilla shopware (5.4.5)!
ist das ne feature oder bug?
hmm, frag mich nicht wieso dies funktioniert, tut es aber… in model/product.js ändern auf:
{ name : 'createDate', type: 'date', convert: (a,b) => a }
ps. für alte browser wills du wohl: function (a,b) { return a }