#jmak

1 messages · Page 1 of 1 (latest)

lunar mortarBOT
low ember
#

Which information specifically you want to prefill?

icy brook
#

the user email, since they are logged in via email

low ember
#

Um I looked but yeah seems that's something we haven't supported yet. I will forward your feedback!

icy brook
#

so it cant be prefilled?

low ember
#

Unfortunately yes, at this time

icy brook
#

Hmm, I see. Is there a note I can use on the checkout screen then to tell them to use the same email they signed up with?

#

The PricingTable Screen

low ember
#

Let's just put on a separated div than the div you are embedding the Pricing Table

icy brook
#

<script async src="https://js.stripe.com/v3/pricing-table.js"></script>
<stripe-pricing-table pricing-table-id="prctbl_1MjUR4B9t5l6pstBtkVhnZfS"
publishable-key="pk_test_51MXCJfB9t5l6pstBpaApCgoQqMhmgoFHFJiNfEhmuD8mZPi1tInHKn42pr8wT3eRI7R7aA0KElrUEbL2SAYC0Lpz00Idq97gke">
</stripe-pricing-table>

can the <stripe-pricing-table> so inside a div? I was hoping to just have it directly on the checkout page when they pay

low ember
#

Not sure but how about just putting a div beside it? like <div>Your notice</div> then <stripe-pricing-table>...</stripe-pricing-table>