Aimeos Shop as Neos Plugin

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!
User avatar
chvonrohr
Posts: 5
Joined: 16 Jul 2019, 10:14

Aimeos Shop as Neos Plugin

Post by chvonrohr » 16 Jul 2019, 10:21

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

User avatar
chvonrohr
Posts: 5
Joined: 16 Jul 2019, 10:14

Re: Aimeos Shop as Neos Plugin

Post by chvonrohr » 17 Jul 2019, 11:04

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

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

Re: Aimeos Shop as Neos Plugin

Post by aimeos » 17 Jul 2019, 11:16

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, Image give us a star

User avatar
chvonrohr
Posts: 5
Joined: 16 Jul 2019, 10:14

Re: Aimeos Shop as Neos Plugin

Post by chvonrohr » 17 Jul 2019, 11:22

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)...

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

Re: Aimeos Shop as Neos Plugin

Post by aimeos » 17 Jul 2019, 11:51

We still hope to get some help for NeosCMS ;-)
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply