#j_api

1 messages ¡ Page 1 of 1 (latest)

leaden flowerBOT
#

👋 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!

violet birchBOT
#

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
cloud pollen
#

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.

hexed pecan
#

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

cloud pollen
#

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.

hexed pecan
#

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

cloud pollen
#

Yeah that's not HTML

#

That code is meant to be run on your server

#

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

hexed pecan
#

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.

cloud pollen
#

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.

hexed pecan
#

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.

cloud pollen
#

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.