#j_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime!
đ 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/1212507482803671131
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
â˛ď¸ 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. Thank you for your patience!
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- j_api, 1 day ago, 12 messages
Hello
Are you using a Wordpress plugin here?
Or developing your Wordpress site directly?
If directly, I'd assume it is possible since you control the code here.
But I'm not really familiar with Wordpress development overall.
Hi bismarck, thank you for connecting. I'm not sure what the best method to use. I was hoping to develope the embedded check out on my wordpress site directly but also have tried to make it work through woocommerce.
Yeah, unfortunantly it doesn't seem like anyone knows how to make it work on a wordpress website. I can't find any articles / videos showing how to make it possible on a wordpress website
which is surprising considering most website are built on wordpress
Embedded Checkout is relatively new. But mostly you would just integrate it like you would write any other code on Wordpress? I'm not sure why it would be particularly special here.
when i've input the html code on my website, no stripe check out appears. it only shows the code that was added... The stripe check out instructions say that the checkout should appear in an iframe but for some reason it is not
Yeah that's not HTML
That code is meant to be run on your server
You might want to instead look into using Pricing Tables in this case: https://docs.stripe.com/payments/checkout/pricing-table or a Buy Button: https://docs.stripe.com/payment-links/buy-button
Both of those just need HTML
However if you are working at scale at all you are really going to need a server to be able to properly handle fulfillment
I have dedicated server with godaddy. would this code need to be put into cpanel then? forgive my inexperience
i have also read that it needs to be added to my site theme's functions.php file.
I'm also not familiar with hosting code on GoDaddy so not sure sorry. I'd recommend reaching out to their support if you need help with their configuration. But the idea with Checkout is that you create the Checkout Session on your server and then you send the relevant data from the response to your client at which point Embedded Checkout is rendered.
ok, and as far as using a plugin to make this happen, is that an easier process and would you know of any plugins that could help me achieve this? When I have tried to integrated it with woocommerece, i still am stuck with a woocommerce check out page, instead of an embedded stripe check out.
Yeah I don't know if any Wordpress plugins actually offer the ability to use Embedded Checkout at this point. Woocommerce is indeed the most popular one.