Supplier filter don't work

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Andy
Posts: 8
Joined: 01 Aug 2023, 09:49

Supplier filter don't work

Post by Andy » 02 Aug 2023, 15:09

Typo3 Version: 11.5.16
Aimeos Version: 22.7.2
PHP Version: 8.2

---

Hello again,

the supplier filter does not work if another attribute filter is activated afterwards. The products were imported via CSV and there is a supplier relation visible in the aimeos admin interface. On the other hand the suppliers don't have this relation to the products. Scheduler task to rebuild index was run before without a difference.

What can I do now?

Thank you in advance.

User avatar
aimeos
Administrator
Posts: 7895
Joined: 01 Jan 1970, 00:00

Re: Supplier filter don't work

Post by aimeos » 04 Aug 2023, 05:20

Can you please update to latest 22.10 version first? There, the filter should work as expected.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Andy
Posts: 8
Joined: 01 Aug 2023, 09:49

Re: Supplier filter don't work

Post by Andy » 09 Aug 2023, 13:16

I updated to 22.10.8 and ran the script in the upgrade wizard.
In addition, I made a new product import and updated the index.

Now the catalog tree filter is hidden on the search page.
The supplier filter doesn't work either.

Each attribute filter resets the supplier filter and vice versa.

User avatar
aimeos
Administrator
Posts: 7895
Joined: 01 Jan 1970, 00:00

Re: Supplier filter don't work

Post by aimeos » 16 Aug 2023, 13:33

Did you customize the frontend and/or Javascript already?

In the demo, it works as expected:
https://typo3.demo.aimeos.org/shop
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Andy
Posts: 8
Joined: 01 Aug 2023, 09:49

Re: Supplier filter don't work

Post by Andy » 22 Aug 2023, 09:39

Yes, I customized the frontend within an extension based on aimeos. Even if I deactivate this extension, clear the product and typo3 cache and rebuild the product index it doesn't work.

In addition I tried to manually create a new product in the backend with all the associations needed. Same problem here.

User avatar
aimeos
Administrator
Posts: 7895
Joined: 01 Jan 1970, 00:00

Re: Supplier filter don't work

Post by aimeos » 22 Aug 2023, 09:45

Hard to say why it doesn't work for you because we can't reproduce it.
Maybe a configuration setting you've added via TypoScript that changes the behavior?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Andy
Posts: 8
Joined: 01 Aug 2023, 09:49

Re: Supplier filter don't work

Post by Andy » 22 Aug 2023, 13:20

Only the lists.pagination and lists.size for the catalog list plugin.

I just override the whole aimeos plugin just to be safe that I don't edit any extension file by mistake. Unfortunately that doesn't help either.

Could there be a problem because every product has at least zwo different categories?
We import the whole product data three times a day with a csv import. Could this cause a problem?

User avatar
aimeos
Administrator
Posts: 7895
Joined: 01 Jan 1970, 00:00

Re: Supplier filter don't work

Post by aimeos » 22 Aug 2023, 13:25

Andy wrote: 22 Aug 2023, 13:20 Could there be a problem because every product has at least zwo different categories?
We import the whole product data three times a day with a csv import. Could this cause a problem?
No, that's no problem. Maybe you've added the catalog search/supplier/attribute/price plugins separately to the page? In that case, the browser only sends the data from one form and the already selected attribute are lost for example.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Andy
Posts: 8
Joined: 01 Aug 2023, 09:49

Re: Supplier filter don't work

Post by Andy » 22 Aug 2023, 13:49

Yes, indeed. The plugins are separately on the product list page, but that comes from scratch with the aimeos distribution package in TYPO3. What should I use instead?

User avatar
aimeos
Administrator
Posts: 7895
Joined: 01 Jan 1970, 00:00

Re: Supplier filter don't work

Post by aimeos » 22 Aug 2023, 13:52

Use the catalog/filter plugin instead
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply