Search found 13 matches

by Justus
10 Aug 2023, 10:47
Forum: Help
Topic: Subscription jobs
Replies: 4
Views: 16348

Re: Subscription jobs

it also seems to me that I found a bug in the repay process for the Stripe provider, the price for the order will not take into account the price of the products, since only 'order/base/service' is set in the $ref for the getOrderBase method 2023-08-10-133642.png 2023-08-10-133449.png if so, I can m...
by Justus
10 Aug 2023, 10:40
Forum: Help
Topic: Subscription jobs
Replies: 4
Views: 16348

Re: Subscription jobs

ok, but I will run the process manually after paying for the subscription, the user should not have to wait a while for the permissions
by Justus
09 Aug 2023, 17:40
Forum: Help
Topic: Subscription jobs
Replies: 4
Views: 16348

Subscription jobs

I have seen the following in the documentation Once a day# These jobs should be executed once a day (best at times of low traffic): Start subscription period (start subscription period and add permissions if applicable) Renew subscriptions (renew subscriptions on next date) End subscription period (...
by Justus
20 Jul 2023, 15:58
Forum: Help
Topic: Subscriptions(manage price, add to basket)
Replies: 2
Views: 17686

Re: Subscriptions(manage price, add to basket)

thank you, you saved a lot of time researching how it works :)
by Justus
18 Jul 2023, 16:59
Forum: Help
Topic: Subscriptions(manage price, add to basket)
Replies: 2
Views: 17686

Subscriptions(manage price, add to basket)

I have a question about subscriptions, I can create a product and add different subscription intervals (1 month, 1 year, etc.) Can we manage subscription prices? For example, for 1 year, I would like to add a discount Also is there any documentation on how we can add a product to the basket with a s...
by Justus
11 Jul 2023, 14:59
Forum: Help
Topic: How to implement a down payment / deposit option
Replies: 12
Views: 26252

Re: How to implement a down payment / deposit option

I have a similar situation, only the deposit rate is customizable, it can be 40% 50%, 60%, etc. I save the deposit rate in the site options. I was able to implement deposit payment using a decorator. And pay the rest with a new order. But I don't think it's a good way. Can we pay the rest amount usi...
by Justus
11 Apr 2023, 10:09
Forum: Laravel package
Topic: Vendor for the basket product
Replies: 3
Views: 1655

Re: Vendor for the basket product

ok, thanks
by Justus
07 Apr 2023, 10:28
Forum: Laravel package
Topic: Vendor for the basket product
Replies: 3
Views: 1655

Vendor for the basket product

I'm using JSONAPI and tried to set the vendor as described in the add products documentation , but it doesn't work I'm using aimeos 2022.10 In 2021.x I have used supplier ID for supplier key and it works fine. Now in the code I didn't find that the vendor from the request is used, the label from the...
by Justus
12 Jan 2023, 10:21
Forum: Laravel package
Topic: Laravel user schema update
Replies: 4
Views: 1197

Re: Laravel user schema update

thanks a lot, it seems the list of dependencies was generated automatically and I completely forgot about it :roll:
by Justus
12 Jan 2023, 10:08
Forum: Laravel package
Topic: Laravel user schema update
Replies: 4
Views: 1197

Re: Laravel user schema update

users table is present and the changes work from aimeos/ai-laravel, but when I created the same customer.php file in my extension and want to change some columns, when I run the setup command, I get this result