BerryPress
Forum Replies Created
-
Forum: Plugins
In reply to: [Automatic Product Categories for WooCommerce] Critial ErrorHi,
Thank you for reporting the issue. In order to better understand the error, we would need to view the detailed error message. Could you please enable WordPress debugging?
You can do this by following these steps:
1. Open your wp-config.php file.
2. Add or update the following lines of code:
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );
This will log the errors to a debug file (wp-content/debug.log) without displaying them on the website. Once you’ve done that, please send us the error details from the debug log, and we’ll take it from there.
Thank you for creating the support thread. We are currently working on a fix, and it will be included in the next plugin update.
Forum: Plugins
In reply to: [Automatic Product Categories for WooCommerce] Promotion category ruleHi, the “Automatic Product Categories for WooCommerce” plugin only adds or removes product categories, not the products themselves. It seems there may be an issue with your configuration. In both cases, when a product is updated, it will automatically be assigned to the “Promos” category.