Subscriptions(manage price, add to basket)

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Justus
Posts: 13
Joined: 02 Aug 2022, 19:19

Subscriptions(manage price, add to basket)

Post by Justus » 18 Jul 2023, 16:59

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 subscription interval using the jsonAPI? I could not find such information

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

Re: Subscriptions(manage price, add to basket)

Post by aimeos » 20 Jul 2023, 09:12

Justus wrote: 18 Jul 2023, 16:59 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
Subscription intervals are just attributes and you have two options:

1.) Create a selection product with variant articles and use the subscription interval as variant attribute for each article. There you can add different prices to the variant articles

2.) Go to the attribute panel and add a price (positive or negative) to the subscription attributes
Justus wrote: 18 Jul 2023, 16:59 Also is there any documentation on how we can add a product to the basket with a subscription interval using the jsonAPI? I could not find such information
That depends on which option you want to choose from above.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Justus
Posts: 13
Joined: 02 Aug 2022, 19:19

Re: Subscriptions(manage price, add to basket)

Post by Justus » 20 Jul 2023, 15:58

thank you, you saved a lot of time researching how it works :)

Post Reply