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
[TXT_PRICE]: [CURRENCY] [PRICE] ([[usd?p=[PRICE]]])
<?phpif (!isset($p)) return true;$rate = 1.3075;return "USD: ".round(($p * $rate),2);
UPDATE mod_bakery_items set price = (price / 7.85);
UPDATE mod_bakery_item_attributes set price = (price / 7.85);