Search found 62 matches

by heural
03 Sep 2024, 12:10
Forum: TYPO3 extension
Topic: Routes and TYPO3 404 Error-Page
Replies: 1
Views: 554

Re: Routes and TYPO3 404 Error-Page

A workaround is to add "limitToPages" in the route enhancer config.
by heural
02 Sep 2024, 11:29
Forum: TYPO3 extension
Topic: Routes and TYPO3 404 Error-Page
Replies: 1
Views: 554

Routes and TYPO3 404 Error-Page

Hi Aimeos-Team, we have the following 2 routes in RouteEnhancer (as last 2 routes) that works in Aimeos 2022 (Typo3 11.5.37): routePath: '/{f_catid}/{f_name}' _controller: 'Catalog::list' routePath: '/{f_catid}/{f_name}/{d_name}' _controller: 'Catalog::detail' Now in Aimeos 2023 it worked also but n...
by heural
29 Jul 2024, 14:00
Forum: Help
Topic: Extend order/manager/standard wit own throws ertror in jsonapi
Replies: 3
Views: 5617

Re: Extend order/manager/standard wit own throws ertror in jsonapi

I dont overwrite this method but yes I overwrite in config/mshop.php order/manager/base/name and order/manager/base/product/name.
We use offically 2023.x but I´ve tested locally on my system with 2022.x

In 2023.10 this issue seems not exists, it works as expected!
by heural
26 Jul 2024, 14:32
Forum: Help
Topic: Extend order/manager/standard wit own throws ertror in jsonapi
Replies: 3
Views: 5617

Extend order/manager/standard wit own throws ertror in jsonapi

Hi Aimeos-Team, I extend (overwrite) MShop/Order/Manager/Standard with my own Customerordermanager, purpose is to generate a custom invoice number (MShop/Order/Manager/Standard::createInvoiceNumber) in config/mshop.php I have defined return [ 'order' => [ 'manager' => [ 'name' => 'Customordermanager...
by heural
15 Apr 2024, 08:00
Forum: TYPO3 extension
Topic: add variant to selection product: js error
Replies: 2
Views: 66168

Re: add variant to selection product: js error

Ok, thats it. Thank you!
by heural
12 Apr 2024, 13:09
Forum: TYPO3 extension
Topic: add variant to selection product: js error
Replies: 2
Views: 66168

add variant to selection product: js error

Hi Aimeos-Team,

I can not add variants to selection products, a js error occured:
ReferenceError: getCss is not defined
(aimeos-typo3: 2023.10.6)

How can I fix that?
Thank you!
by heural
26 Mar 2024, 09:33
Forum: TYPO3 extension
Topic: Aimeos 23.7: memory-limit exceeded in Typo3-Backend-Module configuration
Replies: 5
Views: 147136

Re: Aimeos 23.7: memory-limit exceeded in Typo3-Backend-Module configuration

That dont work, this file is for "Einstellungen -> Configure extensions -> aimeos" and now that is empty as you can see but has no affect on the "Konfiguration" module.
In the configuration module are $GLOBALS-vars, Middlewares, Events etc. of the whole typo3 system.
by heural
07 Mar 2024, 13:21
Forum: TYPO3 extension
Topic: Aimeos 23.7: memory-limit exceeded in Typo3-Backend-Module configuration
Replies: 5
Views: 147136

Re: Aimeos 23.7: memory-limit exceeded in Typo3-Backend-Module configuration

No, the configuration module of typo3.
If I uninstall the aimeos-extension, it works again.
by heural
05 Mar 2024, 09:09
Forum: TYPO3 extension
Topic: Aimeos 23.7: memory-limit exceeded in Typo3-Backend-Module configuration
Replies: 5
Views: 147136

Aimeos 23.7: memory-limit exceeded in Typo3-Backend-Module configuration

Hi Aimeos-Team, the typo3 (version 12.4.11) backend module configuration (https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/Configuration/ConfigurationModule/Index.html) gets a HTTP-500, memory-limit exceeded. Even if I change the limit from 512MB to 16G. All other backend pages and fronte...
by heural
26 Feb 2024, 08:16
Forum: TYPO3 extension
Topic: JSON-API Typo3 v12
Replies: 2
Views: 90821

Re: JSON-API Typo3 v12

Thank you, it works!