Search found 13 matches

by georg03
14 Aug 2019, 15:40
Forum: TYPO3 extension
Topic: Mini Basket auto reload
Replies: 16
Views: 6521

Re: Mini Basket auto reload

Finally I was able to solve the problem. This installation I took over from another developer uses the extensions fluidpages and flux for setup. Maybe there are some conflicts? What I had to do is to change the ext Template Typoscript setup for the JSON REST API page from page = PAGE ... to e.g. jso...
by georg03
13 Aug 2019, 13:53
Forum: TYPO3 extension
Topic: Mini Basket auto reload
Replies: 16
Views: 6521

Re: Mini Basket auto reload

I was able to eliminate all unexpected characters. For some reason however the json is called twice (see below) which generates the following error message: --> SyntaxError: JSON.parse: unexpected non-whitespace character after JSON data at line 7 column 1 of the JSON data { "errors": { &q...
by georg03
13 Aug 2019, 12:36
Forum: TYPO3 extension
Topic: Mini Basket auto reload
Replies: 16
Views: 6521

Re: Mini Basket auto reload

Thank you! I checked the default page tree and added the typoscript for jsonapi page. Now when I add a product to basket I get the following error message in Developer Tools/Network/Response --> SyntaxError: JSON.parse: unexpected character at line 11 column 7 of the JSON data
by georg03
13 Aug 2019, 09:27
Forum: TYPO3 extension
Topic: Mini Basket auto reload
Replies: 16
Views: 6521

Re: Mini Basket auto reload

I set the page ID for JSON API manually in each plugin. However mini basket still needs a page reload to update. I also came across a similar Typoscript setting however with typenum = 191351524 and 191351525. https://github.com/aimeos/aimeos-typo3/blob/master/Configuration/TypoScript/setup.txt What ...
by georg03
12 Aug 2019, 19:42
Forum: TYPO3 extension
Topic: Mini Basket auto reload
Replies: 16
Views: 6521

Re: Mini Basket auto reload

JSON API REQUEST http://websiteurl.at/index.php?id=32&ai%5Bcontroller%5D=Jsonapi&ai%5Baction%5D=options / Method: OPTIONS --> Response: { "meta": { "prefix": "ai", "content-baseurl": "/uploads/tx_aimeos" , "resources": {"attrib...
by georg03
12 Aug 2019, 19:04
Forum: TYPO3 extension
Topic: Mini Basket auto reload
Replies: 16
Views: 6521

Re: Mini Basket auto reload

You mean if I view the page with ID 32? --> { "errors": { "title": "Use OPTIONS method for the resource list", "detail": "This is the Aimeos JSON REST API\n\nUse the HTTP OPTIONS method to retrieve a list available resources from http:\/\/WEBSITEURL\/inde...
by georg03
12 Aug 2019, 15:56
Forum: TYPO3 extension
Topic: Mini Basket auto reload
Replies: 16
Views: 6521

Re: Mini Basket auto reload

Thanks! In developer tools/network I get the following output when I add a product to the basket: method: Options file: .../index.php?id=32&ai%5Bcontroller%5D=Jsonapi&ai%5Baction%5D=options source: xhr I believe I need to set some settings according to https://aimeos.org/docs/Developers/Clie...
by georg03
11 Aug 2019, 19:08
Forum: TYPO3 extension
Topic: Mini Basket auto reload
Replies: 16
Views: 6521

Re: Mini Basket auto reload

Thank you, unfortunately I do not know what exactly I have to do. I placed the JSON REST API plugin on a blank page and set the Confirmation page in the Flexform. Then I set the plugin.tx_aimeos.settings.client.html.basket.standard.url.target & plugin.tx_aimeos.settings.client.jsonapi.url.target...
by georg03
08 Aug 2019, 08:00
Forum: TYPO3 extension
Topic: Mini Basket auto reload
Replies: 16
Views: 6521

Mini Basket auto reload

Hello, I read about this topic in some posts but I was not able to get the mini basket running. My problem ist that after I add a product to the basket I need to do a page reload to see the product also in the mini basket. According to the post below the mini basket update happens during the basket ...
by georg03
01 Aug 2019, 11:07
Forum: TYPO3 extension
Topic: Variants add to basket
Replies: 2
Views: 1171

Re: Variants add to basket

Hello,

any feedback on this?

Thanks!