Search found 8062 matches

by aimeos
25 Jul 2024, 10:08
Forum: Laravel package
Topic: Show Product Subparts only for certain types of products
Replies: 3
Views: 2420

Re: Show Product Subparts only for certain types of products

You only need to overwrite the Aimeos.Product.Selection.init() method in your custom.js file
by aimeos
25 Jul 2024, 10:07
Forum: Laravel package
Topic: Extra non-breaking paragraph tags in CKEditor
Replies: 5
Views: 4511

Re: Extra non-breaking paragraph tags in CKEditor

CKEditor is currently the best option available.
by aimeos
24 Jul 2024, 10:08
Forum: Laravel package
Topic: Extra non-breaking paragraph tags in CKEditor
Replies: 5
Views: 4511

Re: Extra non-breaking paragraph tags in CKEditor

Do you have a working configuration that prevents the <p> tags?

Also see: https://github.com/ckeditor/ckeditor5/issues/10448
by aimeos
22 Jul 2024, 11:01
Forum: Laravel package
Topic: Match domain with or without www
Replies: 3
Views: 3471

Re: Match domain with or without www

No, there's no such setting. The solution is to add a redirect in your web server from www.domain.com to domain.com
by aimeos
22 Jul 2024, 07:53
Forum: Laravel package
Topic: Extra non-breaking paragraph tags in CKEditor
Replies: 5
Views: 4511

Re: Extra non-breaking paragraph tags in CKEditor

This happens since CKEditor 5 and isn't configurable as far as we know. We try to remove the <p> tags at the beginning and the end here: https://github.com/aimeos/ai-admin-jqad ... xt.js#L215
by aimeos
19 Jul 2024, 08:32
Forum: Help
Topic: Is there a way to use a manager to get records from all sites?
Replies: 3
Views: 7889

Re: Is there a way to use a manager to get records from all sites?

In that case, you need to use SQL statements to get the data as the managers won't allow you to fetch items across unrelated sites.
by aimeos
19 Jul 2024, 08:31
Forum: Help
Topic: How can I get the product variant url
Replies: 4
Views: 8552

Re: How can I get the product variant url

Most likely, the "change" trigger must be added when the document is loaded. Can you check and create a pull request with the necessary change afterwards?
by aimeos
19 Jul 2024, 08:29
Forum: Laravel package
Topic: Get category of bought products (default and select)
Replies: 3
Views: 7595

Re: Get category of bought products (default and select)

The categories are only in the selection product with code "1000"
by aimeos
17 Jul 2024, 12:20
Forum: Help
Topic: How can I get the product variant url
Replies: 4
Views: 8552

Re: How can I get the product variant url

This is what's relevant for the UI:

Code: Select all

#select-' + product.data('id') + '-' + key