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
Hello, sorry for my bad english,this module is really nice.You can hide the price to unregistered users?tanks.
global $database, $wb;if ($wb->is_authenticated() ) { return 'price: ';}else {return '<!--';}
global $database, $wb;if ($wb->is_authenticated() ) { return 'somethingbehindthepric';}else {return '-->';}