Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author DOTonPAPER

    (@dotonpaper)

    Hello,

    Find the file booking-system/assets/js/jquery.dop.frontend.BSPCalendar.js and comment these lines:

          if (parseFloat(groupItem['price']) !== 0){
                                    HTML.push(' <span class="dopbsp-info">(');
                                        
                                    if (groupItem['price_type'] === 'fixed'){
                                        HTML.push(groupItem['operation']+DOPBSPFrontEnd.setPrice(ID, groupItem['price']));
                                    }
                                    else{
                                        HTML.push(groupItem['operation']+groupItem['price']+'%');
                                    }
                                    
                                    if (groupItem['price_by'] !== 'once'){
                                        HTML.push('/'+(methods_hours.data['enabled'] ? DOPBSPFrontEnd.text(ID, 'extras', 'byHour'):DOPBSPFrontEnd.text(ID, 'extras', 'byDay')));
                                   }
                                    HTML.push(')</span>');
                                }

    Thank you.

    Thread Starter robygiac

    (@robygiac)

    Great! Thank you so much

    Plugin Author DOTonPAPER

    (@dotonpaper)

    Glad I could help.
    Please write if you have more plugin questions.

    Thank you.

    Hi,

    Were you removing the woo commerce variable price here? I want to keep the calendar price but hide the woo commerce variable price from the shop page and the product page?

    Thanks.

    Plugin Author DOTonPAPER

    (@dotonpaper)

    Hello lewrossi,

    Please continue in your topic.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hide Extra Price’ is closed to new replies.