#srikanth_docs

1 messages ยท Page 1 of 1 (latest)

bold sluiceBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1440996184603758734

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

long mantle
#

Coupon code creation and Pricing plan for the product

heady sleet
#

there's no way to do that today. you'd just need to create a discount for the exact unit amount for n units

long mantle
#

But somehow ChatGpt is able to do that?

#

When I edit the quantity to 5, it updates to 0

heady sleet
#

can you paste that cs_live_xxx string from the URL here

heady sleet
#

let me see how they're doing this

long mantle
#

thanks @heady sleet

heady sleet
#

yeah, like I thought โ€“ it's a fixed amount discount of 1299500 INR

long mantle
#

found this

heady sleet
#

which is why quantity 5 is zero because 2599*5=12995

long mantle
#

got it

heady sleet
# long mantle

I'm not familiar with that at all, it's in private beta

long mantle
#

Cool, thanks for the support @heady sleet Let me see what I can from this

#

@heady sleet I have another query. I had created the coupon with 245/- for 3 months. But its not reflecting to the Users in the checkout page.

#

Can you please help with this? How do i create a payment link that showcases 3 months of free trial

heady sleet
#

screenshots aren't useful really, the cs_xxx ID is

long mantle
#

REINVENT2025 is the code

#

test_28EbJ16Pi5Y75r0fNt5Ne00

long mantle
#

I there anyway i can enable this from console?

heady sleet
#

The Dashboard?

long mantle
#

yeah

#

while creating

heady sleet
#

'Include a free trial'

long mantle
#

I did select that for the above payment link i shared earlier ๐Ÿ˜“

bold sluiceBOT
heady sleet
#

right, so why not just make it a 3 month trial? the link you had only has 30 days?

#

you just want it to be a 3 month trial right? so use ~90 days

long mantle
#

not really, i want the promo code to give 3 months free discount

#

while the payment link can include by default 30 day trial

#

we will share the coupon code to those who come to our event alone

#

rest who doesn't have coupon code, should just get 30 day trial as default

rare pike
#

hi! I'm taking over this thread.

long mantle
#

hi @rare pike

heady sleet
#

then create a 100% discount for 3-months

long mantle
#

but then I wouldn't be able to give 100% wave off for just first 5 units ?

#

Basically what I want to understand this. How exactly is Duration of 3months while creating the coupon code getting effected?

rare pike
#

can you summarize what you are trying to do? you are using Payment Links to create a Subscription with a 30 day free trial, and you want to create a coupon that gives 2 additional months for free?

long mantle
#

I see that we say Then US$0.00 per month until coupon expires but nowhere mentioning it expires after 3 months

#

Sure @rare pike , let me summarise

#

I have a Product called Amnic Team Plan which has a tiered pricing with volume: each unit at $49
I want to create a coupon code which can give users 3 months of free subscription but only for the first 5 units.

Meaning:

  • if User 1 is purchasing 3 units, I want the coupon code to give him the subscription for free for first 3 months
  • if User 2 is purchasing 6 units, I want him to pay $49 (for 3 months) for the 6th unit since first 5 units are covered under the coupon's max discount. From 4th month onwards, he has to pay $294/- (49*6) for every month
#

The payment link itself should have a 30-day free trial.

This is needed as not everyone will be privy to the coupon code we created. We will share that code to the folks who attend our booth in AWS Re:Invent

rare pike
#

what about creating a $49 * 5 = $245 coupon that last 3 months?

long mantle
#

That is exactly what I did:

long mantle
rare pike
#

that text is accurate, no? first they have the free trial, then they pay $0 until the coupon expire.

long mantle
#

yes, it says unit the coupon expire but how will the customer know it expires in 3 months?

#

Since that is not conveyed anywhere in this payment page

#

It also shows Total after trial and Total due today but if it can also include Total after 3 months of coupon expiry line item, it would clear as a day

rare pike
#

I agree this is not ideal, but you can't customize any of this text when using Payment Links

long mantle
#

Our sales team is behind me for this ๐Ÿ˜…
They want this payment link to indicate $0.00 for 3 months and $49*unit price after that somehwere

rare pike
#

if you want more control over this, then you would need to build your own payment flow with Payment Element.

long mantle
#

got it, let me take a stab at it.