Please Log in or Create an account to join the conversation.
A query field pulls its value directly from the database using the query provided to it. It has no storage so there's nothing to populate beyond making your query. For example the below query will grab their most recent basket and output mc_gross.When will the new query fields that I create be populated? Do I need them to be populated?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
It's not a bug, but a feature to support invoice substitutions in emails.The question for me is: is it a small bug or a BIG bug?
It's a subscription management software. It automates the entire payment process. There is no invoice to be paid. The invoice we issue is correct and valid. We do not issue invoices for recurring payments because they're paying the same invoice (it states what their recurring rate is on the initial invoice). Currently invoices are baskets. They're one in the same. So separate invoices per recurring payment is not possible. We'll be reviewing improving our invoice functionality in a later release.Most membership sites are getting paid and issue the invoice after. Most of them offer recurring payments. So you should clearly state somewhere that your software is not suitable for membership sites, which would like to have recurring payments!
No, it's not. Issuing invoices is manual. CBSubs is designed for automation. If you're using strictly Offline payments then I suppose I could see an issue, but offline payments strictly gives a payment slip which is basically an "invoice to be paid" with every payment.Issuing invoices is part of the process, and you've proven it to us that you could do it for the first invoices.
It increments on each new basket. In CBSubs Basket = Invoice. We do not generate a new basket for recurring payments. This also means we do not generate an invoice for recurring payments.Is the invoice number incrementing only for the first payment or also for the following recurring payments? If it's not incrementing for the following recurring payments I've wrote a query that will do it. Here it is:
You should be able to make it a SELECT and place it in a query field then within CBSubs > Settings > Display > Invoices substitute in the query field. Not 100% sure this will work with query fields at this time, but it should. Otherwise I'm guessing you could use onCbSubsAfterPaymentBasket trigger in CB Auto Actions or onCPayAfterPaymentBasketUpdated.But we now need an auto action that will execute the query on following recurring payments. Could you tell us how to set that auto action please?
Please Log in or Create an account to join the conversation.