-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add compat plugin optional install admin notice #150
Conversation
Looks good. The only thing I would add is a note saying that the compat plugin and WooCommerce cannot be installed at the same time. So, if they need the compat plugin and they've got WC installed (but deactivated), they will need to remove WC first. Something along those lines. Otherwise, it looks good. |
That’s a good catch. I was hoping to solve the Woo - CC via #136 (comment) You are right about the compat plugin needing WC deleted to leave room for the New file |
A few issues to consider. a) Notice No.1 is generated by plugin No.2 - a WooCommerce extension. c) Notice No.4 should detect that plugin No.3 is active and therefore not display at all. This Gist works to resolve these but for (c) |
It is the intention that the compat plugin will be I think we've agreed on the name "CC Compatibility for WooCommerce" or "CC Compat with WooCommerce", something along those lines. It definitely shouldn't be The WooCommerce Category Slider plugin works for me without the compat plugin. CC being active is enough. From your screenshot, it looks like you may have an older version of CC installed. We made some changes in PR #146 to improve CC compatibility. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That’s a good catch. I was hoping to solve the Woo - CC via #136 (comment)
We still need a message to say that the compat plugin and WC cannot co-exist. Where do you propose to put this?
We need to add this to the addons extensions page under the ClassicCommerce compat plugin text. #144 should have taken this in. But a simple PR can suffice. |
Do you mind making some PRs to https://github.com/Classic-Commerce/cc-compat-woo? We should start making progress on this. |
Looks good! Small fix: You have "First uninstall Woocommerce inorder..." - should be "in order" |
Good for merge when small typo fixed. |
Should there be an additional note in the FAQ explaining this and how to "uninstall" WooCommerce? - some users may not know what uninstall means let alone how to do it. |
All Submissions:
PR is to fulfill requirements of #144. Check other information below.
Changes proposed in this Pull Request:
I hit a wall trying to detect if another plugin is using the particular lines of code. However, we can compensate for this by warning the user the issues that might arise. Leave the user to make the decision.
Closes #144 .
How to test the changes in this Pull Request: