LDDS Posted March 14, 2011 Share Posted March 14, 2011 BonjourJe suis en train de tenter de mettre un bouton "Ajouter à ma liste de cadeaux" sur la page product-list.tplJ'ai modifié le code comme ceci :1. ajout d'un bouton "add to wishlist" après le bouton "add to cart" <!-- Ajout du bouton Liste à la liste de produits --> {if ($product.allow_oosp OR $product.quantity > 0) && $product.customizable != 2} {l s='Add to my wishlist' mod='blockwishlist'} {else} {/if} <!-- end of bouton--> 2.ajout de la ligne appelant le module "blockwishlist" dans category.php include(dirname(__FILE__).'/header.php'); include(dirname(__FILE__).'/product-sort.php'); include(dirname(__FILE__).'/modules/blockwishlist/blockwishlist.php'); Et voila ce que j'obtiens ... Fatal error: Cannot redeclare class BlockWishList in /homez.420/doudouss/www/boutique/modules/blockwishlist/blockwishlist.php on line 338 Est ce que quelqu'un a déjà tenté cette manip ? Merci par avance Link to comment Share on other sites More sharing options...
sum41147 Posted March 2, 2012 Share Posted March 2, 2012 Je cherche aussi à ajouter ce bouton à product-list, aurais-tu trouvé la solution ? 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