Arthur Monney
Arthur Monney
Call to undefined method Illuminate\Database\Query\Builder::lists() when using the entity form type. On Laravel 5.4 and above the `lists` method is deprecated
Publish packages routes to app routes folder to enable localization and add french translation
On `getCurrentUserEffect` function in the `auth.effects.ts` file the are a type `any` when response is successfull. Replace with the correct type of the response ```ts this.authService.getCurrentUser().pipe( map(({ data }: any)...
Shopper does not yet include a tax management system. This ticket aims to introduce a complete **Tax Engine**, inspired by the behavior of **[Medusa.js](https://docs.medusajs.com/resources/commerce-modules/tax)** and modern e-commerce platforms. The tax...
Products must be able to support several currencies, depending on those defined in the store configuration.