Skip to main content

manual subscription in fluentCart

What would be the best way to create a manual subscription in fluentCart?

I know this feature doesn't exist yet, but I'd like to create a temporary solution.

Shahjahan JewelΒ 

Rafael Piton

Jorge de los Reyes

Following!

Sarkar Ripon

We turned it off due to malfunctions in certain corner cases. We will enable it after resolving everything. If you have a simple use case, such as no upgrade path, trial days, or any complex setup, you can enable this feature.

Rafael Piton

Ripon SarkarΒ I would like to manually record subscription with the start and expiration dates. Would that be possible?

Sarkar Ripon

Rafael Piton Yes, that is possible. However, please note that since we do not have an invoicing feature at the moment, the next invoice will not be created.

Rafael Piton

Ripon SarkarΒ Great! That's not a problem for me.
So, do I create this subscription manually through the API or do I do it directly in the database?

Sarkar Ripon

fluent_cart/order/is_subscription_allowed_in_manual_order', false, [

Β  Β  Β  Β  Β  Β  Β  Β  'order_items' => Arr::get($data, 'order_items', [])

Β  Β  Β  Β  Β  Β  ]);

Since we had disabled it from the API as well, we have added a hook for you. It will be usable in the next release. By default, it is set to false.

Rafael Piton

Ripon SarkarΒ 
Thank you very much! You are my saviour :)