pimcore / ecommerce-framework-bundle

Ecommerce Framework community bundle provides e-commerce functionality such as product listing and filtering, pricing, carts and checkouts for Pimcore.
https://pimcore.com/docs/platform/Ecommerce_Framework/
Other
11 stars 33 forks source link

fix: category id needs to be casted to string for trim function #205

Closed MercuryKojo closed 1 month ago

MercuryKojo commented 1 month ago

this throws an error if $category is an object as getId() returns int

fashxp commented 1 month ago

thx very much!