WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
<script type="text/javascript" src="/modules/bakery/jquery/calc_price.js"></script><script type="text/javascript">$(document).ready(function() { // Get the price container (must be adapted if html template has been modified) container = $('.mod_bakery_item_price_f').parent().next(); // General settings currency = 'EUR'; decimal_sep = '.'; thousands_sep = "'"; // Calculate price on document ready $('.mod_bakery_item_select_f :selected').calcPrice(); // Calculate price on selcted item option $('.mod_bakery_item_select_f').change(function() { $('.mod_bakery_item_select_f :selected').calcPrice(); });});