YITH Pre-Order for WooCommerce, by YITH
Compatibility notes for using YITH Pre-Order for WooCommerce with Advanced Dynamic Pricing: recommended settings and code tweaks so pre-order products and discounts work together without conflicts.
Add provided code to functions.php and update Settings.
Calculation option “Use prices modified by other plugins” must be ON.
System option “Suppress other pricing plugins in frontend” must be OFF.
|
1 |
add_filter( 'yith_wcpo_return_original_price', '__return_true' ); |