Hi @knguyen2011
The PHP message you see, “Priority of highlight set after add to cart button: 100,” is not necessarily an error. It’s a debug message that indicates the priority level of the highlight action that is set to occur after the ‘add to cart’ button. In this case, the priority level is set to 100.
However, if this is causing issues on your site, it could be related to a conflict with your theme or one of your plugins. To troubleshoot this, I recommend you to follow these steps:
- Disable all plugins: Temporarily deactivate all your plugins except WooCommerce. This will help you to determine whether a plugin is causing the problem. You can find a more detailed explanation of conducting a conflict test here.
- Switch to a default theme: Temporarily switch your theme to the default Storefront theme. If the problem is resolved, the issue might be with your theme.
- Check for updates: Ensure that all your plugins, theme, and WordPress are updated to the latest versions.
- Enable Debugging: If the problem persists, enable debugging in your wp-config.php file. This will provide more detailed error messages.
If the issue remains after following these steps, please do not hesitate to get back the following:
- System Status Report: navigate to WooCommerce → Status. Select Get system report and then Copy for support.
- Fatal Error log: Share a copy of any fatal error log found under WooCommerce → Status → Logs.
You could copy and paste your reply here or paste it via https://gist.github.com/ and send the link here. This will help us investigate further and provide you with a more accurate solution.
Once we have more information, we’ll be able to assist you further.
Thanks!