Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author myCred

    (@designbymerovingi)

    Hi.

    If you are referring to the “Checkout” page where payments are made, this is done on the same page where you have the buy form but in a closed environment in order to minimize the risk of conflicts with third party plugins or your theme. Basically the buy request is sent to the same page and intercepted by myCRE. Once intercepted and validated, the “Checkout” page is loaded before your theme causing the custom page layout.

    One thing you could do would be to look at the form that myCRED creates when a users selects to buy points and create your own form which then re-directs to a https page.

    Thread Starter PaulMRivera

    (@paulmrivera)

    Where can I find the form the myCRED creates?

    Plugin Author myCred

    (@designbymerovingi)

    You can have a look at the mycred-abstract-payment-gateway.php file which is located in mycred/addons/buy-creds/abstracts/.

    You would be using the form_with_redirect function for gateways that redirect to an external processor i.e. PayPal or Skrill.

    Thread Starter PaulMRivera

    (@paulmrivera)

    Got it to work. Thanks for leading me to that file path.

    Plugin Author myCred

    (@designbymerovingi)

    Excellent news!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Force HTTPS (SSL) for myCred Stripe Addon’ is closed to new replies.