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

Bug/Issue: When selling membership through WooCommerce Account Page link need redirection to product. #140

Open
kimwhite opened this issue Aug 17, 2020 · 1 comment

Comments

@kimwhite
Copy link

As reported in this ticket and tested by me
https://wordpress.org/support/topic/renew-link-redirects-to-woocommerce-empty-checkout-instead-of-product-page/#post-13271693

If the Membership is sold as a product, it would be good if "Renew" link could go-to the product.

@andrewlimaza
Copy link
Collaborator

This is quite difficult to do, as products may change over time or levels linked to the product may change (more than a PMPro level).

What I can suggest is to do is:

  1. Set membership products to a specific WooCommerce category like "membership-products".
  2. Use a WooCommerce block or shortcode to show all membership linked products - https://woocommerce.com/document/woocommerce-shortcodes/.
  3. Display this on a standalone page, and possibly set it to be the PMPro Levels page or even the checkout page to start the flow on WooCommerce's side.

That way customer's may navigate to this page from the PMPro account page and choose any linked product. I don't think this is something we will automatically do right now.

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

2 participants