cancel
Showing results for 
Search instead for 
Did you mean: 

What is the use of cissubscription?

Former Member
0 Kudos

Hi. I have to implement memberships(1 year,2years) as part of requirement. These memberships are products which will be sold to customer. Ours is B2C site built using Hybris 6.1. To implement this I came to know Hybris provides subscriptions module which has renewals/cancellations etc.
I added subscriptionfacades, subscriptionservices and sample data defined in it. When I placed an order I couldn't find any subscriptions for that user though i added subscriptionProduct to cart. When I checked in Help i found "cissubscription" is used for subscription management.
What cissubscription extension does? Do we necessarily need this in order to tie-up subscriptions with customer? If so how can I add it? Simply by adding its entry in localextension.xml or ant command to add an addon?

Former Member
Former Member
0 Kudos

Yes. But I couldn't understand it. :(

Former Member
0 Kudos

If your question is simply regarding how to add it, the answer is: add the cissubscription extension to your localextensions.xml file

What else do you want to know?

Former Member
0 Kudos

I want to setup subscriptions in B2C. In wiki they mentioned about cissubscriptions. Do we really need this to setup subscriptions in B2C?
What are all changes I am supposed to do in order to setup subscriptions?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member357259
Active Contributor
0 Kudos

cissubscription along with Subscription billing gateway (SBG) are connectors to integrate the subscription module with a subscription billing provider/backend.

Former Member
0 Kudos

@charles Am I supposed to make any code/configuration changes so that after placing an order subscription products are mapped to user?

former_member357259
Active Contributor
0 Kudos

The 'My subscriptions' is already a feature implemented as part of subscriptionstorefront. You can find this in the telco accelerator:

You will have to make changes to the b2c accelerator storefront to achieve the same functionality. Dig into the telco source code, thats the best way :)