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

WooCommerce Hear About Us Compatibility #392

Closed
angelleye opened this issue Jan 18, 2016 · 3 comments
Closed

WooCommerce Hear About Us Compatibility #392

angelleye opened this issue Jan 18, 2016 · 3 comments
Assignees
Milestone

Comments

@angelleye
Copy link
Collaborator

Request from vutang @ paypal.

User is attempting to use this plugin in conjunction with ours, but the setting is not showing up on the order when checkout is complete. It works with PayPal Standard, but not our Express Checkout.

image

I think we probably need to hook into our review page for Express Checkout to add the "hear about us" selection, and then make sure it gets saved on the order as it typically would with the WC checkout page.

Also need to make sure it's working with Payments Pro (DDP and PayFlow) but since those use the WC checkout page I think they may not be an issue. Still need to test it.

@kcppdevelopers
Copy link
Contributor

I am unable to display "hear about us" filed into the our review page for Express Checkout, because "hear about us" is part of check page. Also there are few other problem like WooCommerce Hear About Us plugin used global post variable and $checkout object. In our plugin it's not available because user is come from PayPal.

Let me know your suggestion for the same.

@angelleye
Copy link
Collaborator Author

Link to Hear About Us plugin: https://wordpress.org/plugins/woocommerce-hear-about-us/

@angelleye
Copy link
Collaborator Author

What we wound up doing here is making this compatible with any plugin.

Any plugin that adds custom fields to the checkout page, those same fields are now added to our Express Checkout review page.

This only happens, though, if the WooCommerce checkout page was skipped.

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

No branches or pull requests

1 participant