Search found 8 matches

by alexkereszturi
29 Jan 2025, 10:02
Forum: TYPO3 extension
Topic: Best practice to implement organizations (as parents of users)
Replies: 1
Views: 21838

Best practice to implement organizations (as parents of users)

Hi!

The shop-owner wants to implement the entity [organization] as parent-entity of [user] to enable:

- multiple [user] per [organization]
- different [user]s to perform different tasks. e.g. one [user] fills a basket, another [user] buys it.

Any best practice or hint available for this idea?
by alexkereszturi
28 Jan 2025, 15:00
Forum: TYPO3 extension
Topic: Categories instead of Products? (trying to add multiple products to category)
Replies: 15
Views: 70134

Re: Categories instead of Products? (trying to add multiple products to category)

the code change works! thanks!

Will it be in the next release/update?
by alexkereszturi
27 Jan 2025, 02:59
Forum: TYPO3 extension
Topic: How to define correct ISO-Code?
Replies: 1
Views: 21507

How to define correct ISO-Code?

Definig a language in the backend needs the ISO-code in "de_CH" Format. (001.png) Trying to save it as "de-CH" delivers an error: 002.png But "de_CH" invokes an error "Incorrect locale information provided" in basket-mini.js (003.png) which might be explainabl...
by alexkereszturi
27 Jan 2025, 02:50
Forum: TYPO3 extension
Topic: Categories instead of Products? (trying to add multiple products to category)
Replies: 15
Views: 70134

Re: Categories instead of Products? (trying to add multiple products to category)

Yes, the response delivers categories. But it shold deliver products.
So the query is ok ... but it's the wrong query for the task: I want to add a product to a category!
by alexkereszturi
26 Jan 2025, 16:11
Forum: TYPO3 extension
Topic: Does own extension really overwrite all translations?
Replies: 1
Views: 22608

Does own extension really overwrite all translations?

Using Typo3 with an own extension. In Folder " myExtension /Resources/Private/Extensions/ myExtension /i18n" there's a de.po file which (when converted) overwrites the default translations in "/ vendor /aimeos/aimeos-core/i18n" Works fine for: - msgid "tax" - msgid &quo...
by alexkereszturi
23 Jan 2025, 08:14
Forum: TYPO3 extension
Topic: Categories instead of Products? (trying to add multiple products to category)
Replies: 15
Views: 70134

Re: Categories instead of Products? (trying to add multiple products to category)

https://www.domain.ch/typo3/module/web/aimeos?token=00f4c7a78ca2d859157d9cc1fe40c966176d4b85&tx_aimeos_web_aimeos%5Bsite%5D=default&tx_aimeos_web_aimeos%5Bresource%5D=catalog&tx_aimeos_web_aimeos%5Bcontroller%5D=Jsonadm&tx_aimeos_web_aimeos%5Baction%5D=index&site=default&L=0&...
by alexkereszturi
31 Dec 2024, 01:59
Forum: TYPO3 extension
Topic: Categories instead of Products? (trying to add multiple products to category)
Replies: 15
Views: 70134

Re: Categories instead of Products? (trying to add multiple products to category)

Aimeos: 23.10.8

Additional Info: the "same same" happens when trying to add products to suppliers => suppliers are listed instead of products :roll:
by alexkereszturi
24 Dec 2024, 11:21
Forum: TYPO3 extension
Topic: Categories instead of Products? (trying to add multiple products to category)
Replies: 15
Views: 70134

Categories instead of Products? (trying to add multiple products to category)

Hi forum!

Trying to add products to a category (using Typo3). When searching for a product it lists categories: (see png)

Bug? Can I "debug" that on our side somehow? Maybe anyone changed a file he shouldn't.
Thx for any hint.