Index: trunk/core/units/users/users_tag_processor.php =================================================================== diff -u -r1566 -r1929 --- trunk/core/units/users/users_tag_processor.php (.../users_tag_processor.php) (revision 1566) +++ trunk/core/units/users/users_tag_processor.php (.../users_tag_processor.php) (revision 1929) @@ -19,6 +19,11 @@ return $this->Application->ConfigValue('User_Allow_New') != 2; } + function SuggestRegister($params) + { + return !( $this->Application->LoggedIn() || $this->Application->ConfigValue('Comm_RequireLoginBeforeCheckout') ); + } + function ConfirmPasswordLink($params) { //global $m_var_list_update, $var_list_update, $objSession, $objConfig;