Payment Redirection Page - Stripe Checkout Plugin

  • Kelly Turner
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 4 months ago #143137 by Kelly Turner
Hi,

I figured out how to customize the payment redirection page for the Paypal plugin by creating a template override for this file:

/com_osmembership/view/common/tmpl/paymentredirect.php

However I am also using the Stripe Checkout plugin (purchased separately) as a payment option, but the override doesn't seem to work with this plugin. In other words, when the user chooses Stripe at checkout, it goes to a different payment redirection page than the override I created. It still goes to the Stripe website for payment, but just the wrong payment redirection page. What am I doing wrong?

Thanks,
Kelly

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Online
  • Administrator
  • Administrator
More
4 years 4 months ago #143139 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Payment Redirection Page - Stripe Checkout Plugin
Hello Kelly

The Stripe Checkout payment plugin uses a different structure for redirection (it is not the same way with other payment methods), so we do not have layout override support for redirection. If you want to modify it, you will need to modify code directly in the payment plugin

Tuan

Please Log in or Create an account to join the conversation.