#Deiv

1 messages · Page 1 of 1 (latest)

fading shaleBOT
wheat blade
#

"on each payment" -> do you mean an one-time fee during subscription creation? or a recurring fee in each renewal?

naive obsidian
#

Each month I have to charge product cost + shipping

wheat blade
#

And is the shipping a fixed price? or variable ?

naive obsidian
#

Fixed

wheat blade
naive obsidian
#

Can I include a shipping rate on that list?

wheat blade
#

No

naive obsidian
#

So I have to create new items just to charge shipping?

#

If the shipping cost were dynamic what'd be the right way?

wheat blade
#

Yes you can just a item for fixed shipping.

If the shipping cost is variable, you don't include it when creating a subscription, instead, you should listen to invoice.created and create an invoice item for the amount that you want to charge for shipping.

naive obsidian
#

But that way wouldn't they have to pay twice?