Search found 5 matches
- 29 Aug 2019, 08:24
- Forum: TYPO3 extension
- Topic: Routing fails on Apache Webserver
- Replies: 2
- Views: 2238
Routing fails on Apache Webserver
I integrated the Aimeos Shop in my NEOS site and finally wanted to deploy it to the live server. The admin interface is secured by Policy.yaml as described here: https://github.com/aimeos/aimeos-flow/issues/16 On the final system, I recognized routing issues in the admin interface, where encoded sla...
- 24 Jul 2019, 16:36
- Forum: TYPO3 extension
- Topic: Site-tree in NEOS backend broken when installing Aimeos.Shop
- Replies: 1
- Views: 1511
Site-tree in NEOS backend broken when installing Aimeos.Shop
Once I install the Aimeos.Shop Plugin in a NEOS installation, the site tree is not loaded anymore and errors are thrown (see below). It seems that "AimeosTypeConverter" that extend Neos\Flow\Property\TypeConverter\MediaTypeConverter is not properly implemented. I fixed this, by removing th...
- 17 Jul 2019, 11:22
- Forum: TYPO3 extension
- Topic: Aimeos Shop as Neos Plugin
- Replies: 4
- Views: 2815
Re: Aimeos Shop as Neos Plugin
Thanks for your reply.
I think you should state this in your manual, so people don't waste their time trying to implement this (or remove the plugin as its not working)...
I think you should state this in your manual, so people don't waste their time trying to implement this (or remove the plugin as its not working)...
- 17 Jul 2019, 11:04
- Forum: TYPO3 extension
- Topic: Aimeos Shop as Neos Plugin
- Replies: 4
- Views: 2815
Re: Aimeos Shop as Neos Plugin
I tweaked now the URI Helper (using aspects) so pages as jsonapi or stock-js are rendered directly via Flow. But, now the next problem is on: No POST params find the way to the Aimeos shop. E.g. when I click "add to basket" or send my address data in the checkout. So not possible to add pr...
- 16 Jul 2019, 10:21
- Forum: TYPO3 extension
- Topic: Aimeos Shop as Neos Plugin
- Replies: 4
- Views: 2815
Aimeos Shop as Neos Plugin
I try to integrate the Aimeos Shop as a Neos Plugin but fail at some points. Some requests that are made (e.g. loading stockJS or jsonapi basket information) are directed as well to the plugin site. Thus, the requested JavaScript code or JsonApi content is returned wrapped in the website code (e.g. ...