diff --git a/config/smarty.config.inc.php b/config/smarty.config.inc.php index 073f641ac..b0b3075c7 100644 --- a/config/smarty.config.inc.php +++ b/config/smarty.config.inc.php @@ -66,6 +66,8 @@ smartyRegisterFunction($smarty, 'function', 'displayWtPrice', array('Product', ' smartyRegisterFunction($smarty, 'function', 'displayWtPriceWithCurrency', array('Product', 'displayWtPriceWithCurrency')); smartyRegisterFunction($smarty, 'function', 'displayPrice', array('Tools', 'displayPriceSmarty')); smartyRegisterFunction($smarty, 'modifier', 'convertAndFormatPrice', array('Product', 'convertAndFormatPrice')); // used twice +smartyRegisterFunction($smarty, 'function', 'getAdminToken', array('Tools', 'getAdminTokenLiteSmarty')); +smartyRegisterFunction($smarty, 'function', 'displayAddressDetail', array('AddressFormat', 'generateAddressSmarty')); function smartyDieObject($params, &$smarty) {