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.
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.
Hello lewrossi,
Please continue in your topic.
Thank you.