Pat64 Posted January 16, 2008 Share Posted January 16, 2008 Bonjour J'ai remarqué un [très] léger bug sur le fichier blocknewproducts.php. Le problème est le suivant : L'ors d'une nouvelle installation, ce block, dépourvu de produit à afficher (il n'en existe pas encore, à priori) affiche un parse error ligne 72. J'ai remédié au problème en corrigeant le source comme ci-dessous (#start line 71 end 78 #) : [pre]$new_products = array(); if($new_products){ foreach ($newProducts AS $newProduct) { $newProduct['price'] = Tools::displayPrice(Product::getPriceStatic(intval($newProduct['id_product'])), $currency); $new_products[] = $newProduct; } }[/pre] Si cela peut aider l'équipe de développement. Merci encore pour cette [magnifique] mise à jour. Continuez. Cordialement, Patrick. Link to comment Share on other sites More sharing options...
DrÿSs' Posted January 18, 2008 Share Posted January 18, 2008 Corrigé, merci Link to comment Share on other sites More sharing options...
sebou Posted February 19, 2008 Share Posted February 19, 2008 bonjour, j'ai un autre bug à ce niveau : le prix il s'affiche sans les centimes enfin avec ,00 au lieu de ,99 par exemple bug connu ? sachant que j'affiche le prix de cette manière {displayWtPrice p=$new_product.price} merci seb Link to comment Share on other sites More sharing options...
sebou Posted February 20, 2008 Share Posted February 20, 2008 bonjour, je reviens vers vous pour ce bug assez génant car concernant les prix sur la home. Personne n'a ce problème ? merci seb 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