[insert_php]
if (is_user_logged_in()) {
echo ‘
} else {
echo ‘
To know our prices and to place an order, please log in or register.
[one_third]Log in
[/one_third] [one_fourth] [/one_fourth] [one_third]Register
If you are a dental professional and still do not have an account, please check in to take advantage of our offers and services.
You can also participate, if desired, in our projects.
[sf_button colour=”accent” type=”standard” size=”standard” link=”/en/register” extraclass=”extra-class”]Sign up[/sf_button]
[/one_third]
‘;
}
[/insert_php]