#Manu.El

1 messages ยท Page 1 of 1 (latest)

dusky acornBOT
prime wagon
#

Hi! Let me help you with this.

late dome
#

ok nice! im gonna check it out and if i have any question ill text you again ๐Ÿ™‚

prime wagon
#

Sure. Happy to help.

late dome
#

So the only way to activate cross-selling is through the dashboard?

#

Is there a way that, for example, I can choose an amount from my page and thus tell stripe the amount that I want from that cross sale?

wispy tusk
#

Hi ๐Ÿ‘‹ jumping in as my teammate needed to step away. Yes, cross-sell functionality is currently only available to set up through the dashboard.

late dome
#

But the quantity of that product can be modified? Or just 1?

wispy tusk
#

Will you know whether you want to include an additional item before you create the Checkout Session? If so, you could include that item when creating the Checkout Session.

late dome
#

so i want to know if that i can modify that amount of that "extra product"

wispy tusk
#

Alright, if you know you want to include additional items when creating the Checkout Session, then you can provide multiple items in the line_items array. If the additional offerings are not already associated with a Price and Product in your Stripe account, then you can use price_data and product_data to provide the necessary information to create those objects in an adhoc fashion:
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-price_data

late dome
#

ok! ill check it