#tyler_77560

1 messages · Page 1 of 1 (latest)

dapper pastureBOT
inner urchin
#

Hi 👋 no. The concept of a trial is applied at the Subscription level. If you want to not charge for specific items in a Subscription, you will need to build additional logic to accomplish that.

fossil parcel
#

What would that additional logic look like if it's not supported?

inner urchin
#

Depends on how you want to accomplish that, as well as which (if any) of our prebuilt surfaces you're using as the various approaches may not look the way you hope in those UIs.

You could create new Price objects that don't have an amount, you could use Coupons to discount your existing Prices, you could create Invoice Items to be included on the next Invoice to reduce the amount charged.

fossil parcel
#

got it thanks