Page 1 of 1

No type parameter for JS script tag URLs

Posted: 17 May 2019, 13:13
by boettner
Hi all,

we are using TYPO3 9.5.7 with the core seo extension and don´t use realurl anymore.

The URLs for count, stock status and all the other asynchonous JS calls currently lack the page type parameter e.g. 191351524 or 191351525.

While there´s the class aimeos-typo3/Classes/Custom/Realurl.php I couldn´t find anything for typo3/cms-seo. Also the docs don´t give any hint about a change so I guess there´s none. Do we have to build that ourselves for the moment?

Best
Robert.

Re: No type parameter for JS script tag URLs

Posted: 20 May 2019, 21:57
by aimeos
The type parameter is configured here: https://github.com/aimeos/aimeos-typo3/ ... up.txt#L35

There's currently no way to configure URLs in 9.5 in the extension as it's only possible in the site yaml configuration file. We would love if you could share your route enhancer configuration for others :-)

Re: No type parameter for JS script tag URLs

Posted: 21 May 2019, 06:38
by boettner
aimeos wrote:We would love if you could share your route enhancer configuration for others :-)
I will do so but since the type parameter isn´t present in the non-transformed URL I will have to find the cause for that prior to configuring a route enhancer.

My TS configuration contains the URL parameter configuration from the aimeos core TYPO3 extension.