Search found 8619 matches

by aimeos
04 Jun 2025, 06:56
Forum: Help
Topic: Jsonapi endpoint setup in typo3 v13.4.11 aimeos 25.4.1
Replies: 4
Views: 268165

Re: Jsonapi endpoint setup in typo3 v13.4.11 aimeos 25.4.1

Did you import the Aimeos page subtree into your TYPO3 page tree? Can you try this TypoScript in the setup section of the jsonapi page? page = PAGE page { typeNum = 0 headerData > config { additionalHeaders.10.header = Content-type:application/json disableAllHeaderCode = 1 disableCharsetHeader = 1 d...
by aimeos
02 Jun 2025, 14:25
Forum: TYPO3 extension
Topic: Index rebuild with more than one site
Replies: 2
Views: 236523

Re: Index rebuild with more than one site

Which Aimeos version do you use?
by aimeos
02 Jun 2025, 07:59
Forum: Help
Topic: Implement new theme
Replies: 3
Views: 222353

Re: Implement new theme

Yes, using adapted CSS files is the most efficient way to create a new Aimeos theme. At a few places, you will need to adapt the HTML as well but that's OK as long as you don't need to overwrite all templates.
by aimeos
01 Jun 2025, 07:21
Forum: Help
Topic: Service provider problem
Replies: 1
Views: 159319

Re: Service provider problem

This is an error in the docs and you should use current() or reset() to get the first order service item in the array if you are sure there's only one. We will fix that in the docs, thanks for the hint!
by aimeos
29 May 2025, 13:52
Forum: Help
Topic: Implement new theme
Replies: 3
Views: 222353

Re: Implement new theme

Using HTML/CSS/JS from a design that has a totally different structure is a pretty hard task in every project (also non-Aimeos related). The problem is that you have to integrate all PHP code from the Aimeos templates to the new HTML. Furthermore, if you don't assign the same CSS classes to the new ...
by aimeos
29 May 2025, 13:46
Forum: Help
Topic: Boost for products
Replies: 1
Views: 112373

Re: Boost for products

The boost value is only used when doing a fulltext search. For a regular category list, the position of the product in the category applies (you can check in the Categories > Products sub-panel)
by aimeos
29 May 2025, 13:44
Forum: TYPO3 extension
Topic: Scheduler Task Problem
Replies: 6
Views: 653152

Re: Scheduler Task Problem

The JS error for dark mode is already fixed and will be part of the next release. Can you check why the order e-mail are sent more than once? Is the record with "email-sent" as type and "5" (authorized) or "6" (received) as value isn't created and if yes, what happened ...
by aimeos
27 May 2025, 10:50
Forum: Help
Topic: Klarna Payment
Replies: 3
Views: 320001

Re: Klarna Payment

If you can give us more information about the problem in the Omnipay driver for Sofort payments, then we can fix it.
by aimeos
27 May 2025, 10:42
Forum: TYPO3 extension
Topic: Product import xml: Texts with html entities
Replies: 5
Views: 413816

Re: Product import xml: Texts with html entities

The content and attributes will be properly decoded in the 2025.10 release.
by aimeos
27 May 2025, 08:36
Forum: TYPO3 extension
Topic: Scheduler Task Problem
Replies: 6
Views: 653152

Re: Scheduler Task Problem

1- After updating to Aimeos V25.4.1, order related e-mails are constantly being sent to the receiver. Do you have any error messages in the Log panel? 2- When importing products from CSV, every 1000 st line is ignored and is not being imported. For example, you have 3000 products in your CSV file. ...