Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3637465
Fixed price a default pricing method
Open

Comments

  • Jannik started the conversation

    Is it possible to deactivate the automatic price calculation and set fixed pricing for product bundles by default?

  •  1,223
    Dustin replied

    Hi 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