Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Woo-commerce iframe functionality #1

Open
pandemicGander opened this issue Feb 23, 2024 · 0 comments
Open

Woo-commerce iframe functionality #1

pandemicGander opened this issue Feb 23, 2024 · 0 comments

Comments

@pandemicGander
Copy link

The payment gateway plugin for woocommerce doesn't currently support iframes or lightboxes out of the box, only redirects:

	public function process_payment( $order_id ) {
	...
				return [
					'result'   => 'success',
					'redirect' => esc_url_raw( $hppURL ),
				];
        ...
	}

You offer examples in AccessWorldpayHPP.php and iframeHPP.php to do this manually but this isn't compatible without editing your plugin or overriding your code.

Is HPP via iframe/lightboxes in the woocommerce plugin an up coming feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant