Search found 89 matches

by heural
08 Sep 2025, 09:24
Forum: TYPO3 extension
Topic: [SOLVED] 404 page not shown if catalog not exist
Replies: 3
Views: 62056

Re: 404 page not shown if catalog not exist

Hi @boettner,
thank you very much for code! That helped me a lot...
by heural
05 Sep 2025, 12:01
Forum: TYPO3 extension
Topic: [SOLVED] 404 page not shown if catalog not exist
Replies: 3
Views: 62056

[SOLVED] 404 page not shown if catalog not exist

Hi Aimeos-Team,

if we call a catalog-URL that does not exist, instead of showing 404 page, the exception is thrown (catalog with id 123 does not exist)
For product (detail-page) the 404 page is shown.

catalog id 123 not exists:

/shop/123/category-not-exist : exception, should 404
/detail/123 ...
by heural
14 Aug 2025, 12:25
Forum: Help
Topic: Filtering by order date does not work
Replies: 7
Views: 231163

Re: Filtering by order date does not work

This does not work for us so far...
We use version 2024.10.x-dev
by heural
09 Jul 2025, 08:21
Forum: Help
Topic: PaypalExpress and order price is 0
Replies: 1
Views: 270045

PaypalExpress and order price is 0

Hi Aimeos-Team,

if the order price is 0 (because of a 100% voucher) and payment provider is "PaypalExpress" the order is placed but with an error at the confirm page: "Required parameter "token" is missing". The basket is not emptied and thats confusing the customer and he tries again to order ...
by heural
06 Jun 2025, 07:43
Forum: Help
Topic: Fulltextsearch
Replies: 1
Views: 503669

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_catalog AS ...
by heural
03 Jun 2025, 10:38
Forum: TYPO3 extension
Topic: Index rebuild with more than one site
Replies: 3
Views: 626636

Re: Index rebuild with more than one site

Sorry, I forgot: 2024.10.x-dev. Just updated and tested.
by heural
02 Jun 2025, 12:41
Forum: TYPO3 extension
Topic: Index rebuild with more than one site
Replies: 3
Views: 626636

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.
by heural
21 May 2025, 08:44
Forum: Laravel package
Topic: Price configuration options
Replies: 3
Views: 377495

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 this ...
by heural
20 May 2025, 09:39
Forum: TYPO3 extension
Topic: Product import xml: Texts with html entities
Replies: 5
Views: 826898

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.
by heural
20 May 2025, 06:10
Forum: TYPO3 extension
Topic: Product import xml: Texts with html entities
Replies: 5
Views: 826898

Re: Product import xml: Texts with html entities

The entities are in the xml of the export:

Code: Select all

<text.content><![CDATA[&lt;ul&gt;&lt;li&gt; ...