Search found 41 matches

by TGergo
14 Dec 2022, 09:58
Forum: Help
Topic: The filter sometimes disappears
Replies: 8
Views: 1870

Re: The filter sometimes disappears

aimeos wrote: 14 Dec 2022, 08:59 Try to increase the aggregation limit e.g. to 25000:
https://aimeos.org/docs/2022.x/config/m ... ger/#limit
Thank You, It works fine at 50000.
by TGergo
13 Dec 2022, 14:38
Forum: Help
Topic: Checkout skips steps
Replies: 4
Views: 1450

Checkout skips steps

php version 8.1
Windows 10
Aimeos version 2022.10.2.

Hello!

I would like to guide the registered customer through all the steps in the checkout.
But sometimes checkout button (/checkout) jumps to the last or other step but not the second one to enter the address.
by TGergo
13 Dec 2022, 12:19
Forum: Help
Topic: The filter sometimes disappears
Replies: 8
Views: 1870

Re: The filter sometimes disappears

For the first problem. in the catalog-filter.js #213 /** * Shows the attribute filter if products are available for */ onShowAttributes() { // sometimes empty console.log($(".catalog-filter-attribute .attribute-lists .attr-count")); $(".catalog-filter-attribute .attribute-lists .attr-...
by TGergo
13 Dec 2022, 10:46
Forum: Help
Topic: The filter sometimes disappears
Replies: 8
Views: 1870

Re: The filter sometimes disappears

I have 8000 records.
by TGergo
12 Dec 2022, 13:20
Forum: Help
Topic: Bootstrap is not compatible with PopperJS v2
Replies: 5
Views: 1835

Re: Bootstrap is not compatible with PopperJS v2

Thx, I tried. I read on other sites, Bootstrap 5.x.x. only compatible with PopperJS v1
by TGergo
12 Dec 2022, 13:15
Forum: Help
Topic: The filter sometimes disappears
Replies: 8
Views: 1870

Re: The filter sometimes disappears

I understand, but I have products for filter. I can read in the HTML code. For example: Years But the Filter sometimes show, sometimes keep display:none. Other thing I don't understand I have product from year 1971. But it's not in the filter, gives a result when I click on it. I ran it: php artisan...
by TGergo
08 Dec 2022, 14:02
Forum: Help
Topic: The filter sometimes disappears
Replies: 8
Views: 1870

The filter sometimes disappears

php version 8.1 Windows 10 Aimeos version 2022.10.2. Hello! The filter sometimes disappears. (it doesn't appear when I click on it) The javascript works well. <div class="attribute-lists" style="display: block;"> But it doesn't appear. Sometimes works well, I don't know why. I ha...
by TGergo
07 Dec 2022, 11:46
Forum: Help
Topic: Bootstrap is not compatible with PopperJS v2
Replies: 5
Views: 1835

Bootstrap is not compatible with PopperJS v2

php version 8.1
Windows 10
Aimeos version 2022.10.2.

Hello!

I would like to user Bootstrap popover component, but Popperjs v2 is not compatible with Bootstrap v5.1.3
And Popper doesn't support multiple popover, but Bootstrap popover support that.
Can You help me?
by TGergo
25 Nov 2022, 09:09
Forum: Help
Topic: Main category without product => empty page
Replies: 2
Views: 835

Main category without product => empty page

Hello! I don't understand, when a main category have some subcategory with products, but the main category haven't got products. Why displayed the main category empty page? I Would like: 1. show all product from subcategories OR 2. show links/pictures/description to the subcategories pages. For exam...