Guest Posted April 23, 2013 Share Posted April 23, 2013 (edited) Bonjour, Dans le cadre du passage de ma boutique vers la 1.5.4.0, un de mes modules m'indique que la fonction getDefaultCountryId() est déprécié. J'ai fais quelques recherche mais je ne vois pas qu'elle méthode il faut utiliser maintenant à la place de getDefaultCountryId() ? Merci d'avance pour votre aide, Cordialement, Edited April 24, 2013 by biostak (see edit history) Link to comment Share on other sites More sharing options...
coeos.pro Posted April 23, 2013 Share Posted April 23, 2013 Fichier classes/Country.php : /** * Returns the default country Id * * @deprecated as of 1.5 use $context->country->id instead * @return integer default country id */ public static function getDefaultCountryId() { Tools::displayAsDeprecated(); return Context::getContext()->country->id; } c'est pourtant indiqué clairement, en anglais certes, mais c'est indiqué Link to comment Share on other sites More sharing options...
Guest Posted April 24, 2013 Share Posted April 24, 2013 Bonjour, merci beaucoup et j'avoue ne pas avoir regardé là, je suis désolé mais merci du coup de main en tout cas. Cordialement, Link to comment Share on other sites More sharing options...
coeos.pro Posted April 24, 2013 Share Posted April 24, 2013 de rien, en général c'est indiqué assez clairement, ça évite de perdre du temps à chercher... 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