Aimeos Shop as Neos Plugin
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!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
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. <html><body>{ ... jsoncode } ...)
How is this intended to use? Can I somehow redirect some routes to an alternative Flow-Route to prohibit that? I also tried to add some PluginViews (as StockJS and JsonAPI) to a plain site, but those calls are always made to the main plugin-site.
Thanks for any ideas and links how to correctly use the Aimeos Neos Plugin.
Neos Version: 4.3.3
PHP Version: 7.1
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. <html><body>{ ... jsoncode } ...)
How is this intended to use? Can I somehow redirect some routes to an alternative Flow-Route to prohibit that? I also tried to add some PluginViews (as StockJS and JsonAPI) to a plain site, but those calls are always made to the main plugin-site.
Thanks for any ideas and links how to correctly use the Aimeos Neos Plugin.
Neos Version: 4.3.3
PHP Version: 7.1
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 products or checkout at all...
Question: Any ideas how to fix? Do you think there may be a happy end digging deeper or would you recommend stopping here and use Flow directly or search for another shop?
thx
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 products or checkout at all...
Question: Any ideas how to fix? Do you think there may be a happy end digging deeper or would you recommend stopping here and use Flow directly or search for another shop?
thx
Re: Aimeos Shop as Neos Plugin
Using Flow should work out of the box. The NeosCMS integration isn't complete yet because we haven't been able to sort out all issues without having an expert at hand.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

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)...
Re: Aimeos Shop as Neos Plugin
We still hope to get some help for NeosCMS 

Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
