Lyn&Or Bijoux Posted November 30, 2011 Share Posted November 30, 2011 Bonjour, J'essaye de modifier mon panier en ajoutant une ligne écrin, c'est à dire un produit qui s'ajoute automatiquement au panier, mais que le client peut supprimer. Avec l'aide d efirebug, j'ai ajouter ce code <tr id="product_1183_0" class=" cart_item"> <td class="cart_product"> <a href="http://localhost/PS1441/product.php?id_product=1183"> <img alt="Ecrin" src="http://localhost/PS1441/img/p/fr-default-small.jpg"> </a> </td> <td class="cart_description"> <h5> <a href="http://localhost/PS1441/product.php?id_product=1183">Ecrin</a> </h5> </td> <td class="cart_ref">t</td> <td class="cart_availability"> <img width="14" height="14" alt="En stock" src="http://localhost/PS1441/themes/monthemevintage/img/icon/available.gif"> </td> <td class="cart_unit"> <span id="product_price_1183_0" class="price"> 4,00 € </span> </td> <td class="cart_quantity"> <div> <a id="1183_0" class="cart_quantity_delete" title="Supprimer" href="http://localhost/PS1441/cart.php?delete&id_product=1183&ipa=0&token=183c4d3bbe95ca221200ff2b1c5f0a97" rel="nofollow"> <img class="icon" width="11" height="13" alt="Supprimer" src="http://localhost/PS1441/themes/monthemevintage/img/icon/delete.gif"> </a> </div> <div id="cart_quantity_button" style="float:left;"> <a id="cart_quantity_up_1183_0" class="cart_quantity_up" title="Ajoutez" href="http://localhost/PS1441/cart.php?add&id_product=1183&ipa=0&token=183c4d3bbe95ca221200ff2b1c5f0a97" rel="nofollow"> <img width="14" height="9" alt="Ajoutez" src="http://localhost/PS1441/themes/monthemevintage/img/icon/quantity_up.gif"> </a> <br> <a id="cart_quantity_down_1183_0" class="cart_quantity_down" title="Enlever" href="http://localhost/PS1441/cart.php?add&id_product=1183&ipa=0&op=down&token=183c4d3bbe95ca221200ff2b1c5f0a97" rel="nofollow"> <img width="14" height="9" alt="Enlever" src="http://localhost/PS1441/themes/monthemevintage/img/icon/quantity_down.gif"> </a> </div> <input type="hidden" name="quantity_1183_0_hidden" value="1"> <input class="cart_quantity_input" type="text" name="quantity_1183_0" value="1" size="2"> </td><td class="cart_total"> <span id="total_product_price_1183_0" class="price"> 4,00 € </span> </td></tr> dans le shopping-cart-product-line.tpl ca ajoute bien la ligne comme je veux, selon le produit ""écrin", crée en ID 1183. par contre, le montant ne s'ajoute pas au total du panier (voir PJ) et là, je ne sais pas comment faire... j'ai vraiment besoin d'aide car je cherche absolument une solution pour cet écrin, à l'heure actuelle, mes cleints s'embrouillent et s'enervent. merci beaucoup pour votre aide. Marilyne Link to comment Share on other sites More sharing options...
DevNet Posted December 1, 2011 Share Posted December 1, 2011 Bonjour, C'est bien plus complexe qu'une simple modification dans le tpl. C'est toute la classe Cart.php qui doit travailler sur votre nouveau produit / service à intégrer pour qu'il se comptabilise, une seule fois. En gros, par la création d'un module c'est faisable. Bien cordialement Link to comment Share on other sites More sharing options...
Lyn&Or Bijoux Posted December 1, 2011 Author Share Posted December 1, 2011 merci pour ta réponse, je laisse donc tomber, c'est bien trop complexe pour moi. bonne journée Marilyne 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