No type parameter for JS script tag URLs

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
boettner
Advanced
Posts: 136
Joined: 09 Feb 2015, 17:49

No type parameter for JS script tag URLs

Post by boettner » 17 May 2019, 13:13

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.

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: No type parameter for JS script tag URLs

Post by aimeos » 20 May 2019, 21:57

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 :-)
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

boettner
Advanced
Posts: 136
Joined: 09 Feb 2015, 17:49

Re: No type parameter for JS script tag URLs

Post by boettner » 21 May 2019, 06:38

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.

Post Reply