• olivernielsen

    (@mortalkiller666)


    Hi everybody,

    I am trying to learn programming through Colt Steele’s course and through building my own website. I’ve built a WordPress webshop “from scratch” where I use Stripe and Woocommerce for products and payments. This works perfect. However, I am trying to create a separate stand-alone page where a user can buy a specific service and perform payment on the same site. I do not want users to “add to cart” when buying this specific service. I’ve run into a brick wall here, because I cannot seem to figure out how to make this. It would be perfect if I could use Stripe on this page too, but I can’t seem to figure out how.

    The website in question [see link below] and I’ve attached a screenshot explaining what I’m intending to build. See screenshot.

    Specifically, it is the payment module that is hard for me.

    Do you guys have any suggestions as to how I could go about this? Please keep in mind that I am a beginner programmer.

    Thank you very much for your attention.

    • This topic was modified 5 years ago by Yui. Reason: extra link deleted
    • This topic was modified 5 years ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    The entire process will revolve around what is required to use Stripe’s API to collect payments. In case it hasn’t dawned on you yet, WP is capable of doing anything that is possible to do with PHP, which is extremely wide ranging. There’s no reason you can’t interact with the Stripe API through PHP to do this.

    See if there is some sort of “sandbox” version of the API you can use for development without any actual money changing hands. I know PayPal has such a thing for their API, but I have no experience with Stripe.

Viewing 1 replies (of 1 total)
  • The topic ‘Solution to a one-page service purchase?’ is closed to new replies.