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
Hello, I need to get all subcategories of a category, im only getting the child count but not the array of child elements, if someone could help, I would appreaciate so much!
My request url:
http://localhost:8000/sales-channel-api/v1/category/b791476ef1984ed987d973dc0245ad44
Hi,
i just don't understand, why SW 5.6.7 is not removing a remarketing cookie:
public function addComfortCookie(): CookieCollection
{
$pluginNamespace = $this->container->get('snippets')->getNamespace('consenttool');
$collection = new CookieCollection();
$collection->add(new CookieStruct(
'wolfAllowRemarketing',
'/^IDE/',
$pluginNamespace->get('remarketing_cookie_label'),
CookieGroupStruct::STATISTICS
));
return $collection;
}
The cookie is listed in the configuration of the consent manager, but the cookie is alwas set.
Any suggestions?
$criteria = new Criteria();
$criteria->addAssociation('media');
$criteria->addAssociation('products');
$criteria->addFilter(new EqualsFilter('active', 1));
$criteria->addFilter(new EqualsFilter('products', 'NOT NULL!!!!'));
$filteredCategories = $this->categoryRepository->search($criteria, $context);
dd($filteredCategories);
is there a way to preview the document templates without having to create and download a document in the administration every time. I found the routeapi.action.document.preview
/api/v{version}/_action/order/{orderId}/{deepLinkCode}/document/{documentTypeName}/preview
but whatever I use for the orderId
I get an error saying:
The order with id EA8409F4237642F9B15D6A55FB648207 is invalid or could not be found.