Please Log in or Create an account to join the conversation.
If Hikashop has Joomla events for when a specific product is purchased I suppose you could use CB Auto Actions to give them a subscription. You'd need to check with Hikashop regarding such events.How can we make that happen?
CBSubs requires registration as the subscription is tied to the user. If it creates a user after purchase process then answer would be same as the above where you need Joomla events in Hikashop for CB Auto Actions to act on. If it doesn't create a user then you won't be able to do this.I can set up a product and have them pay, and then just add the membership to their account, but if they are checking out as a guest can't see how to make that work?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I suppose they'll want to implement the events onAfterOrderCreate(&$order) and onAfterOrderUpdate(&$order) so that they can check the status of the order in $order->order_status (and for the update, compare it to the previous order_status in $order->old->order_status) so that when the order status is equal to "confirmed" they would create / extend the subscription in CB Subs.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.