#vince-seven_unexpected
1 messages ¡ Page 1 of 1 (latest)
đ 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/1371990153886699530
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
Hi. Can you give me the ID of the livemod Product on which you were expecting to see cross-sell items listed?
prod_SJ3f2iIN56g945
as you can see, there is nothing to select in the listbox
but I create 4 products , so normally they should appear
product catalog :
I think this is a bug that Stripe is not aware of
When you create product in "test mod" , and you copy them in production, then , they don't appear in cross sell list box
I clicked on this one :
I see them all there, ya. Not sure why they're not showing up.
I think they are not showing up because I not create them in Prod mod. I create all the product in "test mod" , and then I copy them in live mod
Maybe stripe is not aware of that bug
Ok
The product must be associated with only a single Price
https://docs.stripe.com/payments/checkout/cross-sells#:~:text=The product must be,Price
All of your Products in livemode have more than one Price.
All of your Products in testmode have only one Price.
So that's nearly certainly the issue, and if you remove all but one Price from each Product, you should be able to add them as cross-sells.
Ok I'm gonna try
Can you give it try that create Product with only 1 Price in Live mode first, seeing if it's appeared.
Then creating Product with only 1 Price in Test mode, copy to Live mode, and see if it's appeared
Ok ( by the way I don't know why there is a lot of price, I just created 1 price, and at the end , each product have 2 or 3 price , I don't know why )
I just created a product in live mod, and it appear in the list box ( but this is normal , I expected this behavior )
Now Im creating one product in test mod
Im gonna copy this one
text product X
It appear , but this does not help me to solve my problem
By the way , I think there is really a bug , Im gonna show you why :
This product link (early checkin ) has a recommendations (netflix)
but when you go to "Product Catalog"
you can see that it is not linked to netflix in the list
And if I open the payment link of "early checkin" , you can see that the cross sell work
so the cross sell is active with the payment link, but in stripe dashboard, the list of cross is not linked, and is empty
so there is a BUG here
Okie this looks like a different ask to the original question. Looking into this one
For me everything is linked here, the main bug of all of this start from the fact of copying product from "test mod" to prod mod
By the way , for my first question, how can I do ? Because I cannot delete the others price of the products, I can only "Archive" them. But when I "Archive" them, they still do not appear in the cross sell listbox
Yeah I think archiving doesn't mean removing here. With the only-one-Price product it is working, even for copied one, correct?
Correct
Sure okay so that's good. Now looking at the PaymentLink. This one is prod_SJ3fxRkTDpkeRM and plink_1RORXxIdzAxV4PqvrMnTz1LK, correct?
Correct
I think the PaymentLink has a different setting here. When you click to ... and "Edit payment link" you have an option to specify "Recommended products".
you're right
This mean , there is 2 different way to do cross sell , the first one is in the catalogue product, and the second one is in the payment link
Yes