Please Log in or Create an account to join the conversation.
If it's not an auto-recurring payment then yes. You can edit the subscription within CBSubs > Subscriptions by clicking the # under ID and edit the expiration date to extend it by 2 months. For auto-recurring payments I don't think you can as even if you change the expiration date the payment will still auto bill from the gateway.1) Can site admins issue credits to a user during an active subs?
For example a user is upset with the service, and because of their dissatisfaction we will offer 2 free months of service.
I guess this would involve postponing the billing for two months... Is this possible?
No, not currently. The "quantity" feature is only visually implemented and not used yet, but it's planned as for example it'd be handy to have a quantity for a merchandise plan. The only thing I can suggest at this time is create multiple versions of the plan with incrementing prices to show increased quantity being purchased.2) Can a user purchase a multitude of subscriptions(quantity) at the same time?
You probably don't need to create a plugin. You can use CB Auto Actions and its Code action with method set to PHP on the CBSubs triggers to execute PHP code. You can also use CBSubs SQL Actions or a Query action if all you need is database inserts for example. Below for example is the trigger and conditional you'd use in your action.we have some subs which will require a purchase order to be created in Virtuemart (existing)so that our factory can produce the items as it does with the current web store.
So we will be creating a custom cbplugin which will allow us to create orders every time the associated cbsubs transaction is successful.
You can publicly share it here for the community benefit as you see fit. We will be discontinuing support for VirtueMart integrations in a future release due to too many rapid changes in VM API and Database usage/structure making it impossible for us to maintain integration.If you are interested we can share this script with you when complete? Just a thought...
Please Log in or Create an account to join the conversation.