#juliuskiesian - prices
1 messages · Page 1 of 1 (latest)
One moment while I catch up on some threads here
Hi this is doable from the dashboard
There's options to create recurring and one-time prices for a single product
ok.
but i want to do that in one price.
so the one price has two components, one fixed one-time and one recurring.
not really 2 payments.
one payment that combines two items. first fixed, second recurring.
let's take the internet setup example.
there is a one time installation fee of 200 euro, then you pay the isp 30 euro per month.
so the first invoice is 230 euro.
afterwards, every month you get an invoice of 30 euro.
i hope i have made it clear. 🙂
You can't do this with one price, you need two prices
You set up your recurring portion as a recurring price and the one time portion as a one time price
Then you'd create a subscription for the recurring price item and use add_invoice_items with the one-time price to have that one-time item added to the first invoice
NP!