Search found 52 matches

by loeffe1
17 Apr 2024, 07:39
Forum: TYPO3 extension
Topic: Show wishlist as catalog list
Replies: 1
Views: 997

Show wishlist as catalog list

Is it possible to show the wishlist within the catalog list view? I am looking for a way to allow users to apply filters they can use within the list view on their wishlist items.
by loeffe1
04 Apr 2024, 07:01
Forum: TYPO3 extension
Topic: Overwrite aimeos_catalog-list flexform in v23
Replies: 2
Views: 10475

Re: Overwrite aimeos_catalog-list flexform in v23

While ext_emconf.php is no longer used in composer based installations with TYPO3 v12, your reply did help me with figuring out the problem. Turns out I was only requiring aimeos/aimeos-core in my custom extensions composer.json. Adding aimeos/aimeos-typo3 fixed it.
by loeffe1
02 Apr 2024, 13:48
Forum: TYPO3 extension
Topic: Overwrite aimeos_catalog-list flexform in v23
Replies: 2
Views: 10475

Overwrite aimeos_catalog-list flexform in v23

I am trying to overwrite the flexform used for aimeos_catalog-list but my changes are overwritten by the aimeos core. In v21 I was able to simply overwrite it in Configuration/TCA/Overrides/tt_content.php in my custom extension but in v23 these changes are overwritten with the config from aimeos-typ...
by loeffe1
11 Mar 2024, 14:39
Forum: TYPO3 extension
Topic: Error running upgrade wizard after upgrading from v2021 to v2023
Replies: 4
Views: 34726

Re: Error running upgrade wizard after upgrading from v2021 to v2023

Yes, this will give me the same error: https://i.imgur.com/NLj461K.jpeg Here is what SHOW CREATE TABLE mshop_order displays: CREATE TABLE `mshop_order` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `baseid` bigint(20) NOT NULL, `siteid` varchar(255) COLLATE utf8mb4_bin NOT NULL, `channel` varchar(16) C...
by loeffe1
08 Mar 2024, 09:20
Forum: Help
Topic: Microsoft Defender detects virus in custom extension package
Replies: 2
Views: 25125

Re: Microsoft Defender detects virus in custom extension package

Yes, I realized that, I just wanted to inform you of that issue.
by loeffe1
08 Mar 2024, 09:17
Forum: TYPO3 extension
Topic: Error running upgrade wizard after upgrading from v2021 to v2023
Replies: 4
Views: 34726

Error running upgrade wizard after upgrading from v2021 to v2023

I am getting this error when running the upgrade wizard An exception occurred while executing a query: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'customerref' cannot be null #0 /var/www/html/vendor/doctrine/dbal/src/Connection.php(1943): Doctrine\DBAL\Driver\API\MySQL\ExceptionCon...
by loeffe1
07 Mar 2024, 11:14
Forum: Help
Topic: Microsoft Defender detects virus in custom extension package
Replies: 2
Views: 25125

Microsoft Defender detects virus in custom extension package

I can't create an extension via https://aimeos.org/extensions since Microsoft Defender detects this virus in the downloaded file:

Image
by loeffe1
15 Feb 2024, 09:53
Forum: TYPO3 extension
Topic: Customers also bought
Replies: 1
Views: 23604

Customers also bought

Is there any way to show a lsit of products often purchased with a specific product on that products detail page?
by loeffe1
16 Jan 2024, 14:16
Forum: TYPO3 extension
Topic: Custom order in product manager
Replies: 1
Views: 25268

Custom order in product manager

I am fetching products by a comma separated list of product codes. When passing this list to the product manager, the order is lost and instead the products are ordered by product id. How can I ensure the order of my list is respected? This is the relevant code in my Decorator: $codesArray = explode...