Search found 52 matches

by flomo
20 Jan 2020, 11:01
Forum: Laravel package
Topic: Hook into order completing process
Replies: 13
Views: 4192

Hook into order completing process

As soon as an order has been paid, I need to make an API call to fetch a serial number, store the serial with the order and send it to the customer with the payment email. I'm a bit lost: 1. Where can I hook into the order complete process to start my API calls (the order must be fully paid at this ...
by flomo
15 Nov 2019, 13:55
Forum: Laravel package
Topic: Category tree depth
Replies: 2
Views: 1169

Re: Category tree depth

Thanks for pointing that out.

I've added a link from the documentation of the old configuration to the new one.
by flomo
14 Nov 2019, 11:21
Forum: Laravel package
Topic: Category tree depth
Replies: 2
Views: 1169

Category tree depth

How can I increase the depth of the category tree in the filter section? I found this configuration, but it is only for Aimeos 2018 https://aimeos.org/docs/Configuration/Core/client/html/catalog/filter/tree/levels-always Then I checked the catalog/filter/tree-body-standard template and found out tha...
by flomo
09 Nov 2019, 15:16
Forum: Laravel package
Topic: Popup / lightbox payments
Replies: 5
Views: 1808

Re: Popup / lightbox payments

I think you have to extend the Datatrans service provider to create the HTML/JS that is required for lightbox mode just like the Stripe provider does: I'm a bit confused. It would indeed help to see this implemented in any provider, that's why I also tried out other payment methods. But I have Stri...
by flomo
07 Nov 2019, 18:29
Forum: Laravel package
Topic: Popup / lightbox payments
Replies: 5
Views: 1808

Re: Popup / lightbox payments

The Datatrans payment provider in the ai-payments extension only supports the redirect mode AFAIK The implementation has a lightbox mode: https://github.com/academe/omnipay-datatrans#lightbox-mode But I was more wondering, if and how such a function could be enabled in Aimeos. I checked the checkou...
by flomo
06 Nov 2019, 10:51
Forum: Laravel package
Topic: Popup / lightbox payments
Replies: 5
Views: 1808

Popup / lightbox payments

Some payment gateways offer lightbox payments, where the payment form opens in a popup window and payment negotiations occur over Javascript (for example Datatrans). I wasn't able to find out, if this is supported in Aimeos. I checked the code of Omnipay and its concrete gateway implementation (Data...
by flomo
05 Nov 2019, 09:27
Forum: Laravel package
Topic: Remove subparts from checkout summary
Replies: 8
Views: 2620

Re: Remove subparts from checkout summary

I will try my best ;)

Btw, Gatsby has a very nice onboarding process for new developers, with docs, tutorials, starter templates and short how-tos for common problems: https://www.gatsbyjs.org/

Maybe have a look at it for inspiration.
by flomo
04 Nov 2019, 08:08
Forum: Laravel package
Topic: Remove subparts from checkout summary
Replies: 8
Views: 2620

Re: Remove subparts from checkout summary

No worries. I can only imagine how hard it is, to maintain a documentation for such a large project. I just think, that more developers would switch to Aimeos, if the entry point wasn't that high. It's a great software, but hard to learn. I've created an account in the Wiki for you so you can edit p...
by flomo
01 Nov 2019, 17:21
Forum: Laravel package
Topic: Remove subparts from checkout summary
Replies: 8
Views: 2620

Re: Remove subparts from checkout summary

This configuration also seems to have no effect: https://aimeos.org/docs/Configuration/C ... d/subparts

Where could we report such pages? Is there a repo with issues for the documentation?
by flomo
01 Nov 2019, 15:44
Forum: Laravel package
Topic: Remove subparts from checkout summary
Replies: 8
Views: 2620

Re: Remove subparts from checkout summary

Ok, thanks. The outdated documentation is one of the most frustrating part when learning Aimeos, unfortunately. Also on this page: https://aimeos.org/docs/Laravel/Create_new_pages I just spent 1h to find out that the sentence "The easiest and most efficient way to retrieve the body and header p...