Search found 85 matches
- 06 Jun 2025, 07:43
- Forum: Help
- Topic: Fulltextsearch
- Replies: 1
- Views: 241276
Fulltextsearch
Hi Aimeos-Team, we have trouble with the search function (jsonapi). We have many products "photobook" and a search for that ends up in a Mysql-memory-error. (we need more ram ;-) at this query: SELECT COUNT(*) AS count FROM ( SELECT mpro.id FROM mshop_product mpro LEFT JOIN mshop_index_cat...
- 03 Jun 2025, 10:38
- Forum: TYPO3 extension
- Topic: Index rebuild with more than one site
- Replies: 2
- Views: 235011
Re: Index rebuild with more than one site
Sorry, I forgot: 2024.10.x-dev. Just updated and tested.
- 02 Jun 2025, 12:41
- Forum: TYPO3 extension
- Topic: Index rebuild with more than one site
- Replies: 2
- Views: 235011
Index rebuild with more than one site
Hi Aimeos-Team,
if we add more than one site to the job "index/rebuild" only the "first" (maybe default) site is indexed in mshop_index_catalog and the other sites wont work anymore in the frontend (product not found).
As a workaround we added for each site a index-rebuild job.
if we add more than one site to the job "index/rebuild" only the "first" (maybe default) site is indexed in mshop_index_catalog and the other sites wont work anymore in the frontend (product not found).
As a workaround we added for each site a index-rebuild job.
- 21 May 2025, 08:44
- Forum: Laravel package
- Topic: Price configuration options
- Replies: 3
- Views: 170169
Re: Price configuration options
Hi Aimeos Team, I have the same problem: I have added custom values to the price: rebateType:bundle , link in the screenshot, with an import at the price-domain with "product.lists.config" field. (aka your answer: - list items for referencing items from other domains) How can I retrieve th...
- 20 May 2025, 09:39
- Forum: TYPO3 extension
- Topic: Product import xml: Texts with html entities
- Replies: 5
- Views: 411232
Re: Product import xml: Texts with html entities
Ok, thank you.
I have replaced the entities in the xml with a editor now. I need this import only once.
I have replaced the entities in the xml with a editor now. I need this import only once.
- 20 May 2025, 06:10
- Forum: TYPO3 extension
- Topic: Product import xml: Texts with html entities
- Replies: 5
- Views: 411232
Re: Product import xml: Texts with html entities
The entities are in the xml of the export:
Code: Select all
<text.content><![CDATA[<ul><li> ...
- 15 May 2025, 12:55
- Forum: TYPO3 extension
- Topic: Product import xml: Texts with html entities
- Replies: 5
- Views: 411232
Product import xml: Texts with html entities
Hi Aimeos-Team,
I exported products with version 2023.10.7 and try to importing in 2024.10.x-dev
The import finished successful but the texts for the products are as html entities. Is it a bug or is this not compatible for diff. versions?
I exported products with version 2023.10.7 and try to importing in 2024.10.x-dev
The import finished successful but the texts for the products are as html entities. Is it a bug or is this not compatible for diff. versions?
- 17 Apr 2025, 06:34
- Forum: TYPO3 extension
- Topic: Lost session at confirmation page (lost orderid)
- Replies: 24
- Views: 541183
Re: Lost session at confirmation page (lost orderid)
I found out with debug of $_SERVER, that many of the "session lost" cases are from bots like GoogleBot.
I try to "disallow: /confirm" for the bots via robots.txt now.
I try to "disallow: /confirm" for the bots via robots.txt now.
- 08 Apr 2025, 09:19
- Forum: TYPO3 extension
- Topic: Basket Mini sometimes Cached old Entries
- Replies: 3
- Views: 44630
Re: Basket Mini sometimes Cached old Entries
Hi Aimeos-Team, we have the same strange problem, but not old entries. We see products from another users basket in the mini basket. It seems that is a Typo3-caching issue, the browser cache is not the problem. (developer-console open/caching off) If I clear the Typo3-Caches (All) the mini basket sh...
- 07 Apr 2025, 08:41
- Forum: TYPO3 extension
- Topic: CSP in documentation
- Replies: 1
- Views: 23216
CSP in documentation
Hi Aimeos-Team, is the docu for setting header in Typo3 for Content-Secuirty-Policy a alternate syntax or wrong? https://aimeos.org/docs/2024.x/typo3/optimize/ The Typo3-docu says here this is a indexed array not a single string for that: https://docs.typo3.org/m/typo3/reference-typoscript/main/en-u...