LeGastronome Posted November 19, 2012 Share Posted November 19, 2012 Bonjour, j'ai une petit problème avec le module moneybookers, il semble que celui ci ne passe pas la comande à paiement accepté. Mais pas toujours, je crois que c'est uniquement quand les client sont en groupe invités (guest) et non pas enregistré (groupe défaut) pouvez vous vérifier ? Link to comment Share on other sites More sharing options...
LeGastronome Posted November 20, 2012 Author Share Posted November 20, 2012 Problème est à la ligne 237 quand c'est moneybookers qui appel le fichier Mail.php : Context::getContext()->link n'est pas un objet j'ai donc rajouter un test ! if(is_object(Context::getContext()->link)){ $template_vars['{my_account_url}'] = Context::getContext()->link->getPageLink('my-account', true, Context::getContext()->language->id); $template_vars['{guest_tracking_url}'] = Context::getContext()->link->getPageLink('guest-tracking', true, Context::getContext()->language->id); $template_vars['{history_url}'] = Context::getContext()->link->getPageLink('history', true, Context::getContext()->language->id); } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now