Comments Jannik started the conversationApril 29, 2024 at 9:27amIs it possible to deactivate the automatic price calculation and set fixed pricing for product bundles by default? 1,223Dustin repliedApril 29, 2024 at 9:53amHi Jannik,Please add the custom code below. (How to add custom code? ↗): add_filter( 'woosb_is_fixed_price', '__return_true', 999 );Then, all bundles will be marked as "fixed price" whether checked in the backend or not.Best regards,Dustin Sign in to reply ...
Is it possible to deactivate the automatic price calculation and set fixed pricing for product bundles by default?
Hi Jannik,
Please add the custom code below. (How to add custom code? ↗):
Then, all bundles will be marked as "fixed price" whether checked in the backend or not.
Best regards,
Dustin