Search found 15 matches

by Dhara1510
01 May 2019, 07:55
Forum: Laravel package
Topic: How to extend Controller Base file and add custom function
Replies: 3
Views: 1895

How to extend Controller Base file and add custom function

Hello, I am new to your package and I want to do some functionality with it by extending core features. On create of subscription I want to do some update records on my database. I have found "createSubscriptions()" function inside ai-controller-frontend/controller/frontend/src/Controller/...
by Dhara1510
30 Apr 2019, 12:57
Forum: Laravel package
Topic: After successful payment callback function
Replies: 5
Views: 2400

Re: After successful payment callback function

I am using the default Payment Provider given in core setup. As you said I can use updateSync() method for my custom code. I only want to add one database entry when subscription created. So is it fine to use it in Base file of extension?

Is it will overwrite when I do composer update?
by Dhara1510
30 Apr 2019, 10:36
Forum: Laravel package
Topic: How do I extend and override Order checkout page
Replies: 7
Views: 4820

Re: How do I extend and override Order checkout page

Hello, @aimeos, I am using your suggested method by using this documentation. https://aimeos.org/docs/Developers/Controller/Implement_subscription_processors I want to do some code after subscription creation so i need to override subscription end() method. I followed your method. but I cannot proce...
by Dhara1510
30 Apr 2019, 08:58
Forum: Laravel package
Topic: After successful payment callback function
Replies: 5
Views: 2400

Re: After successful payment callback function

I want to update user information after successful payment. Is there a method by which I do not need to update core functions and do it in my controller?
by Dhara1510
27 Apr 2019, 05:42
Forum: Laravel package
Topic: After successful payment callback function
Replies: 5
Views: 2400

After successful payment callback function

Hello All, Thanks for your awesome package!! I have used aimeos on my Skelton laravel application. I have configured the skeleton application database and aimeos database differently but install on the same laravel installation with the different subdomain. Once a new user successfully payment in su...