#CreativeMutation
1 messages · Page 1 of 1 (latest)
Hi, can you add more details here?
I am trying ot achive something like this in the no code payment link
I am trying to create the payment link and would like ot add 2-3 variants of a product
👋 you can add multiple Products/Prices to a Payment Link.
Are you looking to allow a customer to adjust the quantity of these -- essentially select the actual Product while on the Stripe Checkout page?
I have only one product, but it has 3 variations. How can I add those 3 variations to the payment link?
the quantitiy will always be 1
no, just one
Okay then you would create 3 different links
I am essentially asking the customer to select a specific date out of 3 possible dates
That would be the recommended route. Otherwise you could add 3 Prices to your Payment Link when you create it and set each one for adjustable quantity between 0 and 1
its for booking a class, and I want them to choose which day they would like to attend the class.
Are you creating your Payment Link via the API or Dashboard?
Okay so you would just go to https://dashboard.stripe.com/test/payment-links/create and then add 3 Prices to the Payment Link
It will let you add multiple on that page
"Find or add a test product"
Click on that and you can add another Price
And then you want to tick the "Let customers adjust quantity" box for each Price as well
if i try to remove one of the link, it says minimum one item requered
ok it works on the link
and how can I change the name of each item?
it remails the same
how can I provide the name?
When you create the products/ prices, you'd choose this name: https://stripe.com/docs/products-prices/getting-started
name for the product is the same
I want to change the name of the variants
Image you have a TShirt, you want to ask them to chose Red, Blue or green. They all are same cost but how does the user know which of the 3 options they selected _
You can add the price description when creating the price. I'd highly encourage you to read through this, https://stripe.com/docs/products-prices/getting-started.