*/
function get_apptivo_ecommerce_my_account () {
global $apptivo_ecommerce;
if(function_exists('custom_apptivo_ecommerce_my_account'))
{
return custom_apptivo_ecommerce_my_account();
}else {
return $apptivo_ecommerce->shortcode_wrapper('apptivo_ecommerce_my_account');
}
}
function apptivo_ecommerce_my_account( ) {
global $apptivo_ecommerce;
$apptivo_ecommerce->show_messages();
if (is_apptivo_user_logged_in()) :
?>
%s. From your account you can view your recent orders and change your password.', 'apptivo-ecommerce'), $_SESSION['apptivo_user_account_name'], 'javascript:void(0);'); ?>