Search found 7949 matches

by aimeos
22 May 2024, 13:02
Forum: Laravel package
Topic: Locale item for site "test-site" not found on fresh aimeos install
Replies: 1
Views: 783

Re: Locale item for site "test-site" not found on fresh aimeos install

We can confirm the problem and are working on a solution.
by aimeos
22 May 2024, 13:02
Forum: Laravel package
Topic: GraphQL errors with the free shipping plugin
Replies: 3
Views: 424

Re: GraphQL errors with the free shipping plugin

"FreeShipping" isn't a plugin that's available in Aimeos:
https://aimeos.org/docs/latest/manual/plugins/
by aimeos
22 May 2024, 12:53
Forum: Laravel package
Topic: Checkout Addresses / Setup Values not work properly
Replies: 1
Views: 219

Re: Checkout Addresses / Setup Values not work properly

Ckeckout address input does not work properly. When a user first registers, he only has an e-mail address for the billing address and no name or street etc.. If the name and address are added there, they are not taken over. There is also no error that the billing address is not filled. The mandator...
by aimeos
22 May 2024, 12:47
Forum: Laravel package
Topic: Article URL also with article code (instead of label only)
Replies: 3
Views: 4525

Re: Article URL also with article code (instead of label only)

Is it possible to change d_prodid to prodcode? (prodcode would be our SKU and more meaningful) No, only the product ID. Or using the Laravel function (new route entry, controller with lookup path in mshop_product table)? Since it's a totally new endpoint, an own Laravel controller for that is best....
by aimeos
22 May 2024, 12:44
Forum: Laravel package
Topic: Show different prices for customers of different membership
Replies: 9
Views: 19779

Re: Show different prices for customers of different membership

You can't extend from the existing Cgroup decorator. Instead, create a new one and copy the relevant code you need from there.
by aimeos
22 May 2024, 12:40
Forum: Laravel package
Topic: Error throwing exception in Plugin ProductLimit
Replies: 1
Views: 785

Re: Error throwing exception in Plugin ProductLimit

You have configured the ProductLimit plugin to only allow a quantity of "1". Please share your ProductLimit plugin configuration.
by aimeos
22 May 2024, 12:38
Forum: Laravel package
Topic: Custom order creation
Replies: 4
Views: 3251

Re: Custom order creation

Only use the order manager and its sub-managers to create the order and not the frontend controllers.
by aimeos
22 May 2024, 12:35
Forum: Laravel package
Topic: Utilizing Vue2 Libraries in the Admin
Replies: 6
Views: 7549

Re: Utilizing Vue2 Libraries in the Admin

You need to include Vuetify and run esbuild to create a JS package file which you can then include in the manifest.jsb2 of your package. See: https://github.com/aimeos/ai-admin-jqad ... ge.json#L8
by aimeos
22 May 2024, 12:32
Forum: Laravel package
Topic: Upgrade Issues
Replies: 2
Views: 1526

Re: Upgrade Issues

Check if the CSS selector is still correct as there have been changes regarding the used CSS selectors.
by aimeos
17 May 2024, 17:37
Forum: Laravel package
Topic: Custom order creation
Replies: 4
Views: 3251

Re: Custom order creation

Which Aimeos version do you use?