Gitter got replaced by Slack. Please use following invite link https://slack.shopware.com to rejoin the awesome Shopware community! https://www.shopware.com/en/news/an-introduction-to-the-shopware-community-slack/
shopwareBot on 5.7
SW-26148 - Fix document roundin… Merge branch 'sw-26148/5.7/docu… (compare)
shopwareBot on 5.7
SW-26142 - Fix error while logi… Merge branch 'sw-26142/5.7/chan… (compare)
shopwareBot on 5.7
SW-26120 - Provide default valu… Merge branch 'sw-26120/5.7/dev'… (compare)
shopwareBot on 5.7
SW-26100 - Fix error on add exp… Merge branch 'sw-26100/5.7/add-… (compare)
shopwareBot on 5.7
SW-26141 - Fix syntax error in … Merge branch 'sw-26141/5.7/dev'… (compare)
shopwareBot on 5.7
SW-25778 - Fix tax calculatioin… Merge branch 'sw-25778/5.7/chan… (compare)
shopwareBot on 5.7
SW-26134 - Fix behavior of save… Merge branch 'sw-26134/5.7/save… (compare)
shopwareBot on v5.7.2
SW-26107 - Configurable excepti… SW-26108 - Bump flysystem versi… Merge branch 'sw-26107/5.7/remo… and 2 more (compare)
shopwareBot on v5.7.2
shopwareBot on v5.7.2
shopwareBot on v5.7.2
composer run-script test
after installing the git version of the FroshProfiler but I still get Fatal error: Uncaught RuntimeException: No autoloader found in /develop/frosh-profiler/FroshProfiler/vendor/frosh/shopware-classic-phpunit-bridge/src/Bootstrap/Functional/bootstrap.php on line 12
hello guys, for shopware6 I need to make listing order like
So at the end of the show order by should looks like
Order by IF(MAX(product.availableStock)>0,1,0) desc,product.createdAt DESC
But I'm stock how to add IF(MAX(product.availableStock)>0,1,0), maybe anyone can advice how to do it?
```SELECT
od.articleordernumber
, cc.countryname
, SUM(od.quantity)
FROM s_order_details AS od
JOIN s_order AS o
ON o.id = od.orderID
JOIN s_order_shippingaddress AS os
ON os.orderID = od.orderID
JOIN s_core_countries AS cc
ON cc.id = os.countryID
WHERE DATE(o.ordertime) BETWEEN DATE_FORMAT(NOW() - INTERVAL 1 MONTH, '%Y-%m-01') AND LAST_DAY(NOW() - INTERVAL 1 MONTH)
GROUP BY od.articleordernumber, cc.id; ```
Hello. when trying to update shopware to the latest version it gives this error when calling the update page. I logged out and in again to ensure i am logged in. What might be wrong? "{"errors":[{"code":"401","status":"500","title":"Internal Server Error","detail":"Client error: POST https:\/\/api.shopware.com\/swplatform\/autoupdate?shopwareVersion=6.4.5.1\u0026language=de-DE\u0026domain=www.my.shop
resulted in a 401 Unauthorized
response:\n{\u0022success\u0022:false,\u0022code\u0022:\u0022ShopwarePlatformException-1\u0022,\u0022title\u0022:\u0022Nicht authorisiert\u0022,\u0022description\u0022:\u0022Die durchgef\u00fchrte (truncated...)\n"}]}" on .
Can still press update, but what is the reason for the alert?
app.loaded
, kernel.request
and a few others, but nothing happens at all.<tag name="kernel.event_subscriber" />
... but unfortunately I don't really know how to test it in a meaningful way, where the error is? Because nothing happens at all. No error message at all.