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 3.0 Compatibility #8

Open
4 tasks done
scottnelle opened this issue Apr 8, 2017 · 0 comments
Open
4 tasks done

WooCommerce 3.0 Compatibility #8

scottnelle opened this issue Apr 8, 2017 · 0 comments

Comments

@scottnelle
Copy link
Owner

scottnelle commented Apr 8, 2017

WooCommerce 3.0 includes changes which render Custom Related Products 1.2 incompatible. The following issues must be addressed:

  • WooCommerce 3.0 introduces the filter woocommerce_product_related_posts_force_display and if that isn't true, no related products will show if there are no categories or tags set.
  • WooCommerce 3.0 alters the means by which parameters are set when related posts are queried. Identify and resolve this issue.
  • WooCommerce 3.0 seems to have once again changed the markup and/or underlying functionality utilized for asynchronous product lookups. Implement their new system (without breaking backward compatibility.) It may be worth implementing our own product autocomplete to prevent future breaks.
  • Test thoroughly against WooCommerce 2.6 to avoid breaking changes.

Additionally, issue #7 has been opened and seems to indicate a javascript conflict between Custom Related Products, WooCommerce 3.0, and possibly Yoast SEO. I've been unable to replicate the issue as reported, but it warrants additional investigation.

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