Catalogue avec gestion de panier - Templates
lundi 16 mars 2009
| templates
Cette documentation est un complément à l'article "Catalogue de présentation - Templates". Elle rajoute un niveau de documentation supplémentaire à ce qui a été écrit.
catalog > cart :
- box_cart.html
- cart.html
- cart_address.html (catalogue avec gestion de panier avancé)
- cart_authentification.html
- cart_mail_administrator.html
- cart_mail_customer.html
- cart_order_confirmation.html
- cart_subscription.html
- cart_thanks.html
- cart_authentification.html (catalogue avec gestion de panier avancé)
- cart_send.html
- cart_send_mail.html
catalog > product :
Joindre un fichier :
cart :
box_cart.html :
<div id="boxcart" class="box boxcart" mXattribut="class:box_class"> <h2><mx:text id="box_title" /></h2> <mx:bloc id="advanced"> <div class="product_number"> <span class="label"><mx:text id="label_product_number" />&nbsp;:&nbsp;</span> <span class="value"><mx:text id="product_number" /></span> </div> <div class="amount"> <span class="label"><mx:text id="label_amount" />&nbsp;:&nbsp;</span> <span class="value"><mx:text id="amount" /></span> </div> </mx:bloc id="advanced"> <div class="viewcart"> <a mXattribut="href:href;hreflang:hreflang;title:title"><mx:text id="cart" /></a> </div> <mx:bloc id="save_cart" > <div class="save_cart"> <a mXattribut="href:href;hreflang:hreflang;title:title"> <mx:text id="label" /></a> </div> </mx:bloc id="save_cart"> <mx:bloc id="send_cart" > <div class="send_cart"> <a mXattribut="href:href;hreflang:hreflang;title:title"><mx:text id="label" /></a> </div> </mx:bloc id="send_cart"> </div>
Haut de page
cart.html
<div id="cart" class="cart_tableau cart"> <!-- gestion de commande rapide --> <mx:bloc id="fast_order"> <h2><mx:text id="title" /></h2> <mx:bloc id="log"> <p> <mx:text id="log" /> </p> </mx:bloc id="log"> <form id="fastorder_form" method="post" mXattribut="action:action"> <fieldset> <label for="fastorder_ref"> <mx:text id="fastorder_ref_label" /> </label><input type="text" name="fastorder_ref" id="fastorder_ref" /> <label for="fastorder_quantity"> <mx:text id="fastorder_quantity_label" /> </label><input type="text" name="fastorder_quantity" id="fastorder_quantity" /><input type="submit" name="fastorder_add2cart" mXattribut="value:submit_value" /> </fieldset> </form> </mx:bloc id="fast_order"><h2><mx:text id="cart_title" /></h2> <mx:bloc id="empty_cat"> <div id="empty_cart"> Le panier est vide.... </div> </mx:bloc id="empty_cat"> <mx:bloc id="products_table"> <div id="steps_cart"> <strong>Panier</strong>&nbsp;|&nbsp;Identification&nbsp;|&nbsp;Adresses&nbsp;|&nbsp;Paiement&nbsp;|&nbsp;Confirmation </div> <mx:bloc id="save_cart"> <div id="save_cart"> <a mXattribut="href:href;hreflang:hreflang;title:title"><mx:text id="label" /></a> </div> </mx:bloc id="save_cart"> <mx:bloc id="send_cart" > <div id="send_cart"> <a mXattribut="href:href;hreflang:hreflang;title:title"><mx:text id="label" /></a> </div> </mx:bloc id="send_cart"> <div id="selections_cart"> <form id="formcart" method="post" mXattribut="action:action"> <table> <thead> <tr> <th> <mx:text id="label_picture" /> </th> <th> <mx:text id="label_name" /> </th> <th> <mx:text id="label_reference" /> </th> <mx:bloc id="alternatives_label"> <th> <mx:text id="alternatives_label" /> </th> </mx:bloc id="alternatives_label"> <th> <mx:text id="taxe_rate" /> </th> <th> <mx:text id="label_quantity" /> </th> <th> <mx:text id="unit_price_label" /> </th> <th> <mx:text id="total_price_label" /> </th> <th> <mx:text id="label_delete" /> </th> </tr> </thead> <tbody> <mx:bloc id="products"> <tr mXattribut="class:trclass"> <td> <a mXattribut="href:href;hreflang:hreflang;title:title"><mx:text id="picture" /></a> </td> <td> <a mXattribut="href:href;hreflang:hreflang;title:title"><mx:text id="name" /></a> <br/> <mx:bloc id="options"> <div class="row"> <label mXattribut="for:for"> <mx:text id="option_label" /> </label> <select class="field" mXattribut="id:id;name:name"> </div> <mx:bloc id="opt"> <option mXattribut="value:value;selected:selected"><mx:text id="value" /></option> </mx:bloc id="opt"> </select> </mx:bloc id="options"><!-- Affichage du texte de personnalisation --> <mx:bloc id="customised_text"> <br/> <strong><mx:text id="customised_text_label" />: </strong> <br/> <mx:text id="customised_text_message" /> </mx:bloc id="customised_text"><!-- Affichage des images de personnalisation --> <mx:bloc id="product_customization"> <br/> <strong><mx:text id="product_customization_label" />: </strong> <br/> <mx:text id="product_customization" /> </mx:bloc id="product_customization"><!-- Affichage des informations sur la réservation --> <mx:bloc id="attachedFiles"><!-- Affichage des fichiers uploadés --> <br/> <mx:bloc id="file"> <div class="file"> <a mXattribut="href:href;hreflang:hreflang;title:title"><mx:text id="file" /></a> </div> </mx:bloc id="file"> <br/> </mx:bloc id="attachedFiles"> <mx:bloc id="reservation"> <br/> <mx:text id="detail" /> <br/> <mx:text id="season" /> </mx:bloc id="reservation"> </td> <td> <mx:text id="reference" /> </td> <mx:bloc id="alternatives"> <td> <mx:bloc id="alternative_1"> <div class="row"> <label mXattribut="for:for"> <mx:text id="label_alternative_1" /> </label> <select class="field" mXattribut="id:id;name:name"> <mx:bloc id="opt"> <option mXattribut="value:value;selected:selected"><mx:text id="value" /></option> </mx:bloc id="opt"> </select> </div> </mx:bloc id="alternative_1"> <mx:bloc id="alternative_2"> <div class="row"> <label mXattribut="for:for"> <mx:text id="label_alternative_2" /> </label> <select class="field" mXattribut="id:id;name:name"> <mx:bloc id="opt"> <option mXattribut="value:value;selected:selected"><mx:text id="value" /></option> </mx:bloc id="opt"> </select> </div> </mx:bloc id="alternative_2"> </td> </mx:bloc id="alternatives"> <td> <mx:text id="taxe_rate" /> </td> <td> <!-- déprécié <input type="text" class="field" mXattribut="name:namequantity;value:valuequantity" size="4" /> --> <mx:text id="quantity_input" /> </td> <td> <mx:text id="unit_price" /> <!--Affichage du prix avant application d'éventuelles promotions--> <mx:bloc id="normal_price"><span class="normal_price"><mx:text id="normal_price" /></span></mx:bloc id="normal_price"> <!-- Affichage des différentes balises de prix pour l'unité d'un produit --> <mx:bloc id="detailPriceUnited"> <mx:bloc id="priceHtBeforeRate"> <mx:text id="label" /><mx:text id="priceHtBeforeRate" /><br /> </mx:bloc id="priceHtBeforeRate"> <mx:bloc id="priceHtAfterRate"> <mx:text id="label" /><mx:text id="priceHtAfterRate" /><br /> </mx:bloc id="priceHtAfterRate"> <mx:bloc id="rateHt"> <mx:text id="label" /><mx:text id="rateHt" /><br /> </mx:bloc id="rateHt"> <mx:bloc id="rateTtc"> <mx:text id="label" /><mx:text id="rateTtc" /><br /> </mx:bloc id="rateTtc"> <mx:bloc id="priceTtcBeforeRate"> <mx:text id="label" /> <mx:text id="priceTtcBeforeRate" /><br /> </mx:bloc id="priceTtcBeforeRate"> <mx:bloc id="priceTtcAfterRate"> <mx:text id="label" /> <mx:text id="priceTtcAfterRate" /><br /> </mx:bloc id="priceTtcAfterRate"> <mx:bloc id="ecoTaxeHt"> <mx:text id="label" /> <mx:text id="ecoTaxeHt" /><br /> </mx:bloc id="ecoTaxeHt"> <mx:bloc id="ecoTaxeTtc"> <mx:text id="label" /> <mx:text id="ecoTaxeTtc" /><br /> </mx:bloc id="ecoTaxeTtc"> <mx:bloc id="tvaOnEcoTaxe"> <mx:text id="label" /> <mx:text id="tvaOnEcoTaxe" /><br /> </mx:bloc id="tvaOnEcoTaxe"> <mx:bloc id="priceTotHtBeforeRate"> <mx:text id="label" /> <mx:text id="priceTotHtBeforeRate" /><br /> </mx:bloc id="priceTotHtBeforeRate"> <mx:bloc id="priceTotHtAfterRate"> <mx:text id="label" /> <mx:text id="priceTotHtAfterRate" /><br /> </mx:bloc id="priceTotHtAfterRate"> <mx:bloc id="priceTotTtcBeforeRate"> <mx:text id="label" /> <mx:text id="priceTotTtcBeforeRate" /><br /> </mx:bloc id="priceTotTtcBeforeRate"> <mx:bloc id="priceTotTtcAfterRate"> <mx:text id="label" /> <mx:text id="priceTotTtcAfterRate" /><br /> </mx:bloc id="priceTotTtcAfterRate"> <mx:bloc id="amountTvaBeforeRate"> <mx:text id="label" /> <mx:text id="amountTvaBeforeRate" /><br /> </mx:bloc id="amountTvaBeforeRate"> <mx:bloc id="amountTvaAfterRate"> <mx:text id="label" /> <mx:text id="amountTvaAfterRate" /><br /> </mx:bloc id="amountTvaAfterRate"> <mx:bloc id="amountTvaEcoTaxe"> <mx:text id="label" /> <mx:text id="amountTvaEcoTaxe" /><br /> </mx:bloc id="amountTvaEcoTaxe"> <mx:bloc id="amountTvaTotBeforeRate"> <mx:text id="label" /> <mx:text id="amountTvaTotBeforeRate" /><br /> </mx:bloc id="amountTvaTotBeforeRate"> <mx:bloc id="amountTvaTotAfterRate"> <mx:text id="label" /> <mx:text id="amountTvaTotAfterRate" /><br /> </mx:bloc id="amountTvaTotAfterRate"> <mx:bloc id="ecoHtWEcoTaxe"> <mx:text id="label" /> <mx:text id="ecoHtWEcoTaxe" /><br /> </mx:bloc id="ecoHtWEcoTaxe"> <mx:bloc id="ecoTtcWEcoTaxe"> <mx:text id="label" /> <mx:text id="ecoTtcWEcoTaxe" /><br /> </mx:bloc id="ecoTtcWEcoTaxe"> <mx:bloc id="ecoHtWoEcoTaxe"> <mx:text id="label" /> <mx:text id="ecoHtWoEcoTaxe" /><br /> </mx:bloc id="ecoHtWoEcoTaxe"> <mx:bloc id="ecoTtcWoEcoTaxe"> <mx:text id="label" /> <mx:text id="ecoTtcWoEcoTaxe" /><br /> </mx:bloc id="ecoTtcWoEcoTaxe"> </mx:bloc id="detailPriceUnite"> </td> <td> <mx:text id="total_price" /> <!-- Affichage des différentes balises de prix pour produit total --> <mx:bloc id="detailPriceTotal"> <mx:bloc id="priceHtBeforeRate"> <mx:text id="label" /><mx:text id="priceHtBeforeRate" /><br /> </mx:bloc id="priceHtBeforeRate"> <mx:bloc id="priceHtAfterRate"> <mx:text id="label" /><mx:text id="priceHtAfterRate" /><br /> </mx:bloc id="priceHtAfterRate"> <mx:bloc id="rateHt"> <mx:text id="label" /><mx:text id="rateHt" /><br /> </mx:bloc id="rateHt"> <mx:bloc id="rateTtc"> <mx:text id="label" /><mx:text id="rateTtc" /><br /> </mx:bloc id="rateTtc"> <mx:bloc id="priceTtcBeforeRate"> <mx:text id="label" /><mx:text id="priceTtcBeforeRate" /><br /> </mx:bloc id="priceTtcBeforeRate"> <mx:bloc id="priceTtcAfterRate"> <mx:text id="label" /><mx:text id="priceTtcAfterRate" /><br /> </mx:bloc id="priceTtcAfterRate"> <mx:bloc id="ecoTaxeHt"> <mx:text id="label" /><mx:text id="ecoTaxeHt" /><br /> </mx:bloc id="ecoTaxeHt"> <mx:bloc id="ecoTaxeTtc"> <mx:text id="label" /><mx:text id="ecoTaxeTtc" /><br /> </mx:bloc id="ecoTaxeTtc"> <mx:bloc id="tvaOnEcoTaxe"> <mx:text id="label" /><mx:text id="tvaOnEcoTaxe" /><br /> </mx:bloc id="tvaOnEcoTaxe"> <mx:bloc id="priceTotHtBeforeRate"> <mx:text id="label" /><mx:text id="priceTotHtBeforeRate" /><br /> </mx:bloc id="priceTotHtBeforeRate"> <mx:bloc id="priceTotHtAfterRate"> <mx:text id="label" /><mx:text id="priceTotHtAfterRate" /><br /> </mx:bloc id="priceTotHtAfterRate"> <mx:bloc id="priceTotTtcBeforeRate"> <mx:text id="label" /><mx:text id="priceTotTtcBeforeRate" /><br /> </mx:bloc id="priceTotTtcBeforeRate"> <mx:bloc id="priceTotTtcAfterRate"> <mx:text id="label" /><mx:text id="priceTotTtcAfterRate" /><br /> </mx:bloc id="priceTotTtcAfterRate"> <mx:bloc id="amountTvaBeforeRate"> <mx:text id="label" /><mx:text id="amountTvaBeforeRate" /><br /> </mx:bloc id="amountTvaBeforeRate"> <mx:bloc id="amountTvaAfterRate"> <mx:text id="label" /><mx:text id="amountTvaAfterRate" /><br /> </mx:bloc id="amountTvaAfterRate"> <mx:bloc id="amountTvaEcoTaxe"> <mx:text id="label" /><mx:text id="amountTvaEcoTaxe" /><br /> </mx:bloc id="amountTvaEcoTaxe"> <mx:bloc id="amountTvaTotBeforeRate"> <mx:text id="label" /><mx:text id="amountTvaTotBeforeRate" /><br /> </mx:bloc id="amountTvaTotBeforeRate"> <mx:bloc id="amountTvaTotAfterRate"> <mx:text id="label" /><mx:text id="amountTvaTotAfterRate" /><br /> </mx:bloc id="amountTvaTotAfterRate"> <mx:bloc id="ecoHtWEcoTaxe"> <mx:text id="label" /><mx:text id="ecoHtWEcoTaxe" /><br /> </mx:bloc id="ecoHtWEcoTaxe"> <mx:bloc id="ecoTtcWEcoTaxe"> <mx:text id="label" /><mx:text id="ecoTtcWEcoTaxe" /><br /> </mx:bloc id="ecoTtcWEcoTaxe"> <mx:bloc id="ecoHtWoEcoTaxe"> <mx:text id="label" /><mx:text id="ecoHtWoEcoTaxe" /><br /> </mx:bloc id="ecoHtWoEcoTaxe"> <mx:bloc id="ecoTtcWoEcoTaxe"> <mx:text id="label" /><mx:text id="ecoTtcWoEcoTaxe" /><br /> </mx:bloc id="ecoTtcWoEcoTaxe"> </mx:bloc id="detailPriceTotal"> </td> <td> <a mXattribut="href:hrefdel;hreflang:hreflangdel;title:titledel"><mx:text id="delete" /></a> </td> </tr> <mx:bloc id="product_associated"> <tr> <td mxAttribut="colspan:colspan"> <mx:text id="pack" /> </td> </tr> </mx:bloc id="product_associated"> </mx:bloc id="products"><!-- Produits offerts --> <mx:bloc id="free_products"> <tr mXattribut="class:trclass"> <td> <a mXattribut="href:href;hreflang:hreflang;title:title"><mx:text id="picture" /></a> </td> <td> <a mXattribut="href:href;hreflang:hreflang;title:title"><mx:text id="name" /></a> <br/> <mx:bloc id="alternatives"> <mx:bloc id="alternative_1"> <mx:bloc id="display"> <strong><mx:text id="label_alternative_1" /></strong>: <mx:text id="value" /> </mx:bloc id="display"> <mx:bloc id="choose"> <div class="row"> <label mXattribut="for:for"> <mx:text id="label_alternative_1" /> </label> <select class="field" mXattribut="id:id;name:name"> <mx:bloc id="opt"> <option mXattribut="value:value;selected:selected"><mx:text id="value" /></option> </mx:bloc id="opt"> </select> </div> </mx:bloc id="choose"> </mx:bloc id="alternative_1"> <mx:bloc id="alternative_2"> <mx:bloc id="display"> <strong><mx:text id="label_alternative_2" /></strong>: <mx:text id="value" /> </mx:bloc id="display"> <mx:bloc id="choose"> <div class="row"> <label mXattribut="for:for"> <mx:text id="label_alternative_2" /> </label> <select class="field" mXattribut="id:id;name:name"> <mx:bloc id="opt"> <option mXattribut="value:value;selected:selected"><mx:text id="value" /></option> </mx:bloc id="opt"> </select> </div> </mx:bloc id="choose"> </mx:bloc id="alternative_2"> </mx:bloc id="alternatives"> </td> <td> <mx:text id="reference" /> </td> <mx:bloc id="alternatives_col"> <td> </td> </mx:bloc id="alternatives_col"> <td> <mx:text id="quantity" /> </td> <td> <mx:text id="unit_price" /> </td> <td> <mx:text id="total_price" /> </td> <td> </td> </tr> </mx:bloc id="free_products"> <!--Affichage des actions de type Réduction sur la commande--> <mx:bloc id="orders_actions"> <mx:bloc id="item"> <tr class="orders_actions"> <td mxAttribut="colspan:colspan"> <mx:text id="label" /> <mx:bloc id="description"> <mx:text id="description"> </mx:bloc id="description"> </td> <td> <mx:text id="value" /> </td> </tr> </mx:bloc id="item"> </mx:bloc id="orders_actions"><!-- Gestion des coupons--> <mx:bloc id="coupon"> <tr class="coupon"> <mx:bloc id="form"> <td mxAttribut="colspan:colspan"> <mx:text id="label" /> </td> <td> <mx:bloc id="log"> <mx:text id="error" /> </mx:bloc id="log"> <div class="row"> <input type="text" name="coupon" mXattribut="value:value" /> </div> <div class="submit"> <input type="submit" name="submit_coupon" mXattribut="value:value_submit" /> </div> </td> </mx:bloc id="form"> <mx:bloc id="current_coupon"> <td mxAttribut="colspan:colspan"> <mx:text id="label" /> </td> <td> <mx:text id="value" /> </td> </mx:bloc id="current_coupon"> </tr> </mx:bloc id="coupon"> <mx:bloc id="shipping"> <tr class="shipping"> <td mXattribut="colspan:colspan"> <mx:text id="shipping_label" /> <mx:bloc id="radios_shipping"> : <label mXattribut="for:idradio"> <mx:text id="shipping_rule_label" /> </label><input type="radio" class="field" name="fdp_selection" mXattribut="id:id;value:value;checked:checked" /> </mx:bloc id="radios_shipping"> </td> <td mxAttribut="class:class_free_shipping"> <span><mx:text id="shipping_amount" /></span> <mx:bloc id="freeshipping"> <mx:text id="label" /><mx:text id="description" /> </mx:bloc id="freeshipping"> </td> </tr> </mx:bloc id="shipping"> <mx:bloc id="amount_detail"> <mx:bloc id="HT_amount"> <tr class="amount"> <td mxAttribut="colspan:colspan"> <mx:text id="label" /> </td> <td> <mx:text id="value" /> </td> </tr> </mx:bloc id="HT_amount"> <mx:bloc id="taxe_amount"> <tr class="amount"> <td mxAttribut="colspan:colspan"> <mx:text id="label" /> </td> <td> <mx:text id="value" /> </td> </tr> </mx:bloc id="taxe_amount"> <mx:bloc id="total_amount"> <tr class="amount"> <td mxAttribut="colspan:colspan"> <mx:text id="label" /> </td> <td> <mx:text id="value" /> </td> </tr> </mx:bloc id="total_amount"> <!-- Gestion de l'affichage des balise pour le total du panier --> <mx:bloc id="detailPriceTotal"> <mx:bloc id="priceHtBeforeRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="priceHtBeforeRate" /></td> </tr> </mx:bloc id="priceHtBeforeRate"> <mx:bloc id="priceHtAfterRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="priceHtAfterRate" /></td> </tr> </mx:bloc id="priceHtAfterRate"> <mx:bloc id="rateHt"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="rateHt" /></td> </tr> </mx:bloc id="rateHt"> <mx:bloc id="rateTtc"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="rateTtc" /></td> </tr> </mx:bloc id="rateTtc"> <mx:bloc id="priceTtcBeforeRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="priceTtcBeforeRate" /></td> </tr> </mx:bloc id="priceTtcBeforeRate"> <mx:bloc id="priceTtcAfterRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="priceTtcAfterRate" /></td> </tr> </mx:bloc id="priceTtcAfterRate"> <mx:bloc id="ecoTaxeHt"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="ecoTaxeHt" /></td> </tr> </mx:bloc id="ecoTaxeHt"> <mx:bloc id="ecoTaxeTtc"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="ecoTaxeTtc" /></td> </tr> </mx:bloc id="ecoTaxeTtc"> <mx:bloc id="tvaOnEcoTaxe"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="tvaOnEcoTaxe" /></td> </tr> </mx:bloc id="tvaOnEcoTaxe"> <mx:bloc id="priceTotHtBeforeRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="priceTotHtBeforeRate" /></td> </tr> </mx:bloc id="priceTotHtBeforeRate"> <mx:bloc id="priceTotHtAfterRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="priceTotHtAfterRate" /></td> </tr> </mx:bloc id="priceTotHtAfterRate"> <mx:bloc id="priceTotTtcBeforeRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="priceTotTtcBeforeRate" /></td> </tr> </mx:bloc id="priceTotTtcBeforeRate"> <mx:bloc id="priceTotTtcAfterRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="priceTotTtcAfterRate" /></td> </tr> </mx:bloc id="priceTotTtcAfterRate"> <mx:bloc id="amountTvaBeforeRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="amountTvaBeforeRate" /></td> </tr> </mx:bloc id="amountTvaBeforeRate"> <mx:bloc id="amountTvaAfterRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="amountTvaAfterRate" /></td> </tr> </mx:bloc id="amountTvaAfterRate"> <mx:bloc id="amountTvaEcoTaxe"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="amountTvaEcoTaxe" /></td> </tr> </mx:bloc id="amountTvaEcoTaxe"> <mx:bloc id="amountTvaTotBeforeRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="amountTvaTotBeforeRate" /></td> </tr> </mx:bloc id="amountTvaTotBeforeRate"> <mx:bloc id="amountTvaTotAfterRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="amountTvaTotAfterRate" /></td> </tr> </mx:bloc id="amountTvaTotAfterRate"> <mx:bloc id="ecoHtWEcoTaxe"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="ecoHtWEcoTaxe" /></td> </tr> </mx:bloc id="ecoHtWEcoTaxe"> <mx:bloc id="ecoTtcWEcoTaxe"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="ecoTtcWEcoTaxe" /></td> </tr> </mx:bloc id="ecoTtcWEcoTaxe"> <mx:bloc id="ecoHtWoEcoTaxe"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="ecoHtWoEcoTaxe" /></td> </tr> </mx:bloc id="ecoHtWoEcoTaxe"> <mx:bloc id="ecoTtcWoEcoTaxe"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="ecoTtcWoEcoTaxe" /></td> </tr> </mx:bloc id="ecoTtcWoEcoTaxe"> </mx:bloc id="detailPriceTotal"> <mx:bloc id="acompte"> <tr class="amount"> <td mxAttribut="colspan:colspan"> <mx:text id="label" />:<mx:text id="description" /> </td> <td> <mx:text id="value" /> </td> </tr> </mx:bloc id="acompte"> </mx:bloc id="amount_detail"> </tbody> </table><!-- Affichage de l'éco-participation --> <mx:bloc id="eco_participation"> <mx:text id="label" /><mx:text id="price" /> </mx:bloc id="eco_participation"><!-- Affichage le message d'information concernant les frais de port (dans le cas de frais de port particulier, associé à un produit) --> <mx:bloc id="msgInfoFdp"> <mx:text id="content" /> </mx:bloc id="msgInfoFdp"><hr class="clear" /> <mx:bloc id="invalid_order"> <div class="invalid_order"> <h2><mx:text id="label" /></h2> <mx:bloc id="description"> <mx:text id="description"> </mx:bloc id="description"> </div> </mx:bloc id="invalid_order"> <div class="submit"> <input type="submit" name="updatecartsubmit" mXattribut="value:valueupdatecart" /><input type="submit" name="deletecartsubmit" mXattribut="value:valuedeletecart" onclick="return window.confirm('<mx:text id="delete_cart_confirmation" />')" /> <mx:bloc id="validation"> <input type="submit" name="validcarsubmit" mXattribut="value:valuevalidcar" /> </mx:bloc id="validation"> </div> </form> </div> </mx:bloc id="products_table"> </div> <!-- <mx:bloc id="colspanValueIfTableWithAlternatives">5</mx:bloc id="colspanValueIfTableWithAlternativess"> <mx:bloc id="colspanValueIfTableWithoutAlternatives">6</mx:bloc id="colspanValueIfTableWithoutAlternatives"> -->
Haut de page
cart_authentification.html
<div id="cart_authentification" class="cart"> <h2><mx:text id="title" /></h2> <div id="steps_cart"> Panier&nbsp;|&nbsp;<strong>Identification</strong>&nbsp;|&nbsp;Adresses&nbsp;|&nbsp;Paiement&nbsp;|&nbsp;Confirmation </div> <h3>Vous &ecirc;tes d&eacute;j&agrave; client ?</h3> <p>Si vous disposez d&eacute;j&agrave; d'un compte, indiquez le login et le mot de passe avec lesquels vous &ecirc;tes inscrit :</p> <form id="loginform" method="post" mXattribut="action:actionlogin"> <fieldset> <legend><mx:text id="login_legend" /></legend> <div class="row"> <label for="username"><mx:text id="username" /></label> <input type="text" name="username" id="username" /> </div> <div class="row"> <label for="password"><mx:text id="password" /></label> <input type="password" name="password" id="password" /> </div> <a mXattribut="href:hrefpassword;hreflang:hreflangpassword;title:titlepassword"><mx:text id="lost_password" /></a><br /> <input type="hidden" name="manageaccount" value="1" /> </fieldset> <div class="submit"> <input type="submit" mXattribut="value:submitvaluelogin" /> </div> </form> <h3>Vous &ecirc;tes un nouveau client ?</h3> <form id="subscribeform" method="post" mXattribut="action:actionsubscribe"> <fieldset> <legend><mx:text id="subscription_legend" /></legend> <div class="row"> <label for="mail"><mx:text id="mail" /></label> <input type="mail" name="mail" id="mail" /> </div> <input type="hidden" name="subscriptionformcart" value="1" /> </fieldset> <div class="submit"> <input type="submit" mXattribut="value:submitvaluesubscribe" /> </div> </form> </div>
Haut de page
cart_mail_administrator.html
<mx:bloc id="mail_subject">Une nouvelle commande {site_name}</mx:bloc id="mail_subject"> <h2><mx:text id="mail_title" /></h2><mx:text id="date_label" /> : <mx:text id="date" /> <br/> <mx:text id="order_reference_label" /> : <mx:text id="order_reference" /> <br/> <mx:bloc id="payment"> <mx:text id="payment_infos" /> </mx:bloc id="payment"> <mx:bloc id="invoicing"> <h3><mx:text id="invoicing_title" /></h3> <address> <mx:text id="address" /> </address> </mx:bloc id="invoicing"> <mx:bloc id="delivery"> <h3><mx:text id="delivery_title" /></h3> <address> <mx:text id="address" /> </address> </mx:bloc id="delivery"> <mx:bloc id="customer"> <h3><mx:text id="customer_title" /></h3> <mx:bloc id="mail"> <mx:text id="mail_label" />: <mx:text id="mail" /> <br/> </mx:bloc id="mail"> <mx:bloc id="tel"> <mx:text id="tel_label" />: <mx:text id="tel" /> <br/> </mx:bloc id="tel"> <mx:bloc id="mobile"> <mx:text id="mobile_label" />: <mx:text id="mobile" /> <br/> </mx:bloc id="mobile"> <mx:bloc id="fax"> <mx:text id="fax_label" />: <mx:text id="fax" /> <br/> </mx:bloc id="fax"> </mx:bloc id="customer"> <h3><mx:text id="order_title" /></h3> <table> <thead> <tr> <th> <mx:text id="name_label" /> </th> <th> <mx:text id="reference_label" /> </th> <mx:bloc id="alternatives_label"> <th> <mx:text id="alternatives_label" /> </th> </mx:bloc id="alternatives_label"> <th> <mx:text id="taxe_rate" /> </th> <th> <mx:text id="quantity_label" /> </th> <th> <mx:text id="unit_price_label" /> </th> <th> <mx:text id="total_price_label" /> </th> </tr> </thead> <tbody> <mx:bloc id="products"> <tr> <td> <mx:text id="name" /> <br/> <mx:bloc id="options"> <strong><mx:text id="option_label" /></strong>: <mx:text id="value" /> </mx:bloc id="options"><!-- Affichage du texte de personnalisation --> <mx:bloc id="customised_text"> <br/> <strong><mx:text id="customised_text_label" />: </strong> <br/> <mx:text id="customised_text_message" /> </mx:bloc id="customised_text"><!-- Affichage des images de personnalisation --> <mx:bloc id="product_customization"> <br/> <strong><mx:text id="product_customization_label" />: </strong> <br/> <mx:text id="product_customization" /> </mx:bloc id="product_customization"> <mx:bloc id="attachedFiles"> <!-- Affichage des fichiers uploadés --> <br/> <mx:bloc id="file"> <div class="file"> <a mXattribut="href:href;hreflang:hreflang;title:title"><mx:text id="file" /></a> </div> </mx:bloc id="file"> <br/> </mx:bloc id="attachedFiles"> <mx:bloc id="reservation"> <br/> <mx:text id="detail" /> <br/> <mx:text id="season" /> </mx:bloc id="reservation"> </td> <td> <mx:text id="reference" /> </td> <mx:bloc id="alternatives"> <td> <mx:bloc id="alternative_1"> <mx:text id="value" /> </mx:bloc id="alternative_1"> <mx:bloc id="alternative_2"> <mx:text id="value" /> </mx:bloc id="alternative_2"> </td> </mx:bloc id="alternatives"> <td> <mx:text id="taxe_rate" /> </td> <td> <mx:text id="quantity" /> </td> <td> <mx:text id="unit_price" /> <!--Affichage du prix avant application d'éventuelles promotions--> <mx:bloc id="normal_price"><span class="normal_price"><mx:text id="normal_price" /></span></mx:bloc id="normal_price"> <!-- Affichage des différentes balises de prix pour l'unité d'un produit --> <mx:bloc id="detailPriceUnite"> <mx:bloc id="priceHtBeforeRate"> <mx:text id="label" /><mx:text id="priceHtBeforeRate" /><br /> </mx:bloc id="priceHtBeforeRate"> <mx:bloc id="priceHtAfterRate"> <mx:text id="label" /><mx:text id="priceHtAfterRate" /><br /> </mx:bloc id="priceHtAfterRate"> <mx:bloc id="rateHt"> <mx:text id="label" /><mx:text id="rateHt" /><br /> </mx:bloc id="rateHt"> <mx:bloc id="rateTtc"> <mx:text id="label" /><mx:text id="rateTtc" /><br /> </mx:bloc id="rateTtc"> <mx:bloc id="priceTtcBeforeRate"> <mx:text id="label" /> <mx:text id="priceTtcBeforeRate" /><br /> </mx:bloc id="priceTtcBeforeRate"> <mx:bloc id="priceTtcAfterRate"> <mx:text id="label" /> <mx:text id="priceTtcAfterRate" /><br /> </mx:bloc id="priceTtcAfterRate"> <mx:bloc id="ecoTaxeHt"> <mx:text id="label" /> <mx:text id="ecoTaxeHt" /><br /> </mx:bloc id="ecoTaxeHt"> <mx:bloc id="ecoTaxeTtc"> <mx:text id="label" /> <mx:text id="ecoTaxeTtc" /><br /> </mx:bloc id="ecoTaxeTtc"> <mx:bloc id="tvaOnEcoTaxe"> <mx:text id="label" /> <mx:text id="tvaOnEcoTaxe" /><br /> </mx:bloc id="tvaOnEcoTaxe"> <mx:bloc id="priceTotHtBeforeRate"> <mx:text id="label" /> <mx:text id="priceTotHtBeforeRate" /><br /> </mx:bloc id="priceTotHtBeforeRate"> <mx:bloc id="priceTotHtAfterRate"> <mx:text id="label" /> <mx:text id="priceTotHtAfterRate" /><br /> </mx:bloc id="priceTotHtAfterRate"> <mx:bloc id="priceTotTtcBeforeRate"> <mx:text id="label" /> <mx:text id="priceTotTtcBeforeRate" /><br /> </mx:bloc id="priceTotTtcBeforeRate"> <mx:bloc id="priceTotTtcAfterRate"> <mx:text id="label" /> <mx:text id="priceTotTtcAfterRate" /><br /> </mx:bloc id="priceTotTtcAfterRate"> <mx:bloc id="amountTvaBeforeRate"> <mx:text id="label" /> <mx:text id="amountTvaBeforeRate" /><br /> </mx:bloc id="amountTvaBeforeRate"> <mx:bloc id="amountTvaAfterRate"> <mx:text id="label" /> <mx:text id="amountTvaAfterRate" /><br /> </mx:bloc id="amountTvaAfterRate"> <mx:bloc id="amountTvaEcoTaxe"> <mx:text id="label" /> <mx:text id="amountTvaEcoTaxe" /><br /> </mx:bloc id="amountTvaEcoTaxe"> <mx:bloc id="amountTvaTotBeforeRate"> <mx:text id="label" /> <mx:text id="amountTvaTotBeforeRate" /><br /> </mx:bloc id="amountTvaTotBeforeRate"> <mx:bloc id="amountTvaTotAfterRate"> <mx:text id="label" /> <mx:text id="amountTvaTotAfterRate" /><br /> </mx:bloc id="amountTvaTotAfterRate"> <mx:bloc id="ecoHtWEcoTaxe"> <mx:text id="label" /> <mx:text id="ecoHtWEcoTaxe" /><br /> </mx:bloc id="ecoHtWEcoTaxe"> <mx:bloc id="ecoTtcWEcoTaxe"> <mx:text id="label" /> <mx:text id="ecoTtcWEcoTaxe" /><br /> </mx:bloc id="ecoTtcWEcoTaxe"> <mx:bloc id="ecoHtWoEcoTaxe"> <mx:text id="label" /> <mx:text id="ecoHtWoEcoTaxe" /><br /> </mx:bloc id="ecoHtWoEcoTaxe"> <mx:bloc id="ecoTtcWoEcoTaxe"> <mx:text id="label" /> <mx:text id="ecoTtcWoEcoTaxe" /><br /> </mx:bloc id="ecoTtcWoEcoTaxe"> </mx:bloc id="detailPriceUnite"> </td> <td> <mx:text id="total_price" /> <!-- Affichage des différentes balises de prix pour produit total --> <mx:bloc id="detailPriceTotal"> <mx:bloc id="priceHtBeforeRate"> <mx:text id="label" /><mx:text id="priceHtBeforeRate" /><br /> </mx:bloc id="priceHtBeforeRate"> <mx:bloc id="priceHtAfterRate"> <mx:text id="label" /><mx:text id="priceHtAfterRate" /><br /> </mx:bloc id="priceHtAfterRate"> <mx:bloc id="rateHt"> <mx:text id="label" /><mx:text id="rateHt" /><br /> </mx:bloc id="rateHt"> <mx:bloc id="rateTtc"> <mx:text id="label" /><mx:text id="rateTtc" /><br /> </mx:bloc id="rateTtc"> <mx:bloc id="priceTtcBeforeRate"> <mx:text id="label" /><mx:text id="priceTtcBeforeRate" /><br /> </mx:bloc id="priceTtcBeforeRate"> <mx:bloc id="priceTtcAfterRate"> <mx:text id="label" /><mx:text id="priceTtcAfterRate" /><br /> </mx:bloc id="priceTtcAfterRate"> <mx:bloc id="ecoTaxeHt"> <mx:text id="label" /><mx:text id="ecoTaxeHt" /><br /> </mx:bloc id="ecoTaxeHt"> <mx:bloc id="ecoTaxeTtc"> <mx:text id="label" /><mx:text id="ecoTaxeTtc" /><br /> </mx:bloc id="ecoTaxeTtc"> <mx:bloc id="tvaOnEcoTaxe"> <mx:text id="label" /><mx:text id="tvaOnEcoTaxe" /><br /> </mx:bloc id="tvaOnEcoTaxe"> <mx:bloc id="priceTotHtBeforeRate"> <mx:text id="label" /><mx:text id="priceTotHtBeforeRate" /><br /> </mx:bloc id="priceTotHtBeforeRate"> <mx:bloc id="priceTotHtAfterRate"> <mx:text id="label" /><mx:text id="priceTotHtAfterRate" /><br /> </mx:bloc id="priceTotHtAfterRate"> <mx:bloc id="priceTotTtcBeforeRate"> <mx:text id="label" /><mx:text id="priceTotTtcBeforeRate" /><br /> </mx:bloc id="priceTotTtcBeforeRate"> <mx:bloc id="priceTotTtcAfterRate"> <mx:text id="label" /><mx:text id="priceTotTtcAfterRate" /><br /> </mx:bloc id="priceTotTtcAfterRate"> <mx:bloc id="amountTvaBeforeRate"> <mx:text id="label" /><mx:text id="amountTvaBeforeRate" /><br /> </mx:bloc id="amountTvaBeforeRate"> <mx:bloc id="amountTvaAfterRate"> <mx:text id="label" /><mx:text id="amountTvaAfterRate" /><br /> </mx:bloc id="amountTvaAfterRate"> <mx:bloc id="amountTvaEcoTaxe"> <mx:text id="label" /><mx:text id="amountTvaEcoTaxe" /><br /> </mx:bloc id="amountTvaEcoTaxe"> <mx:bloc id="amountTvaTotBeforeRate"> <mx:text id="label" /><mx:text id="amountTvaTotBeforeRate" /><br /> </mx:bloc id="amountTvaTotBeforeRate"> <mx:bloc id="amountTvaTotAfterRate"> <mx:text id="label" /><mx:text id="amountTvaTotAfterRate" /><br /> </mx:bloc id="amountTvaTotAfterRate"> <mx:bloc id="ecoHtWEcoTaxe"> <mx:text id="label" /><mx:text id="ecoHtWEcoTaxe" /><br /> </mx:bloc id="ecoHtWEcoTaxe"> <mx:bloc id="ecoTtcWEcoTaxe"> <mx:text id="label" /><mx:text id="ecoTtcWEcoTaxe" /><br /> </mx:bloc id="ecoTtcWEcoTaxe"> <mx:bloc id="ecoHtWoEcoTaxe"> <mx:text id="label" /><mx:text id="ecoHtWoEcoTaxe" /><br /> </mx:bloc id="ecoHtWoEcoTaxe"> <mx:bloc id="ecoTtcWoEcoTaxe"> <mx:text id="label" /><mx:text id="ecoTtcWoEcoTaxe" /><br /> </mx:bloc id="ecoTtcWoEcoTaxe"> </mx:bloc id="detailPriceTotal"> </td> </tr> <mx:bloc id="product_associated"> <tr> <td mxAttribut="colspan:colspan"> <mx:text id="pack" /> </td> </tr> </mx:bloc id="product_associated"> </mx:bloc id="products"><!--Affichage des actions de type Réduction sur la commande--> <mx:bloc id="orders_actions"> <mx:bloc id="item"> <tr class="orders_actions"> <td mxAttribut="colspan:colspan"> <mx:text id="label" /> <mx:bloc id="description"> <mx:text id="description"> </mx:bloc id="description"> </td> <td> <mx:text id="value" /> </td> </tr> </mx:bloc id="item"> </mx:bloc id="orders_actions"><!-- Gestion des coupons--> <mx:bloc id="coupon"> <tr class="coupon"> <mx:bloc id="current_coupon"> <td mxAttribut="colspan:colspan"> <mx:text id="label" /> </td> <td> <mx:text id="value" /> </td> </mx:bloc id="current_coupon"> </tr> </mx:bloc id="coupon"> <mx:bloc id="shipping"> <tr class="shipping"> <td mXattribut="colspan:colspan"> <mx:text id="shipping_label" /> </td> <td> <mx:text id="shipping_amount" /> </td> </tr> </mx:bloc id="shipping"> <mx:bloc id="amount_detail"> <mx:bloc id="HT_amount"> <tr class="amount"> <td mxAttribut="colspan:colspan"> <mx:text id="label" /> </td> <td> <mx:text id="value" /> </td> </tr> </mx:bloc id="HT_amount"> <mx:bloc id="taxe_amount"> <tr class="amount"> <td mxAttribut="colspan:colspan"> <mx:text id="label" /> </td> <td> <mx:text id="value" /> </td> </tr> </mx:bloc id="taxe_amount"> <mx:bloc id="total_amount"> <tr class="amount"> <td mxAttribut="colspan:colspan"> <mx:text id="label" /> </td> <td> <mx:text id="value" /> </td> </tr> </mx:bloc id="total_amount"> <!-- Gestion de l'affichage des balise pour le total du panier --> <mx:bloc id="detailPriceTotal"> <mx:bloc id="priceHtBeforeRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="priceHtBeforeRate" /></td> </tr> </mx:bloc id="priceHtBeforeRate"> <mx:bloc id="priceHtAfterRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="priceHtAfterRate" /></td> </tr> </mx:bloc id="priceHtAfterRate"> <mx:bloc id="rateHt"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="rateHt" /></td> </tr> </mx:bloc id="rateHt"> <mx:bloc id="rateTtc"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="rateTtc" /></td> </tr> </mx:bloc id="rateTtc"> <mx:bloc id="priceTtcBeforeRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="priceTtcBeforeRate" /></td> </tr> </mx:bloc id="priceTtcBeforeRate"> <mx:bloc id="priceTtcAfterRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="priceTtcAfterRate" /></td> </tr> </mx:bloc id="priceTtcAfterRate"> <mx:bloc id="ecoTaxeHt"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="ecoTaxeHt" /></td> </tr> </mx:bloc id="ecoTaxeHt"> <mx:bloc id="ecoTaxeTtc"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="ecoTaxeTtc" /></td> </tr> </mx:bloc id="ecoTaxeTtc"> <mx:bloc id="tvaOnEcoTaxe"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="tvaOnEcoTaxe" /></td> </tr> </mx:bloc id="tvaOnEcoTaxe"> <mx:bloc id="priceTotHtBeforeRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="priceTotHtBeforeRate" /></td> </tr> </mx:bloc id="priceTotHtBeforeRate"> <mx:bloc id="priceTotHtAfterRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="priceTotHtAfterRate" /></td> </tr> </mx:bloc id="priceTotHtAfterRate"> <mx:bloc id="priceTotTtcBeforeRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="priceTotTtcBeforeRate" /></td> </tr> </mx:bloc id="priceTotTtcBeforeRate"> <mx:bloc id="priceTotTtcAfterRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="priceTotTtcAfterRate" /></td> </tr> </mx:bloc id="priceTotTtcAfterRate"> <mx:bloc id="amountTvaBeforeRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="amountTvaBeforeRate" /></td> </tr> </mx:bloc id="amountTvaBeforeRate"> <mx:bloc id="amountTvaAfterRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="amountTvaAfterRate" /></td> </tr> </mx:bloc id="amountTvaAfterRate"> <mx:bloc id="amountTvaEcoTaxe"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="amountTvaEcoTaxe" /></td> </tr> </mx:bloc id="amountTvaEcoTaxe"> <mx:bloc id="amountTvaTotBeforeRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="amountTvaTotBeforeRate" /></td> </tr> </mx:bloc id="amountTvaTotBeforeRate"> <mx:bloc id="amountTvaTotAfterRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="amountTvaTotAfterRate" /></td> </tr> </mx:bloc id="amountTvaTotAfterRate"> <mx:bloc id="ecoHtWEcoTaxe"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="ecoHtWEcoTaxe" /></td> </tr> </mx:bloc id="ecoHtWEcoTaxe"> <mx:bloc id="ecoTtcWEcoTaxe"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="ecoTtcWEcoTaxe" /></td> </tr> </mx:bloc id="ecoTtcWEcoTaxe"> <mx:bloc id="ecoHtWoEcoTaxe"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="ecoHtWoEcoTaxe" /></td> </tr> </mx:bloc id="ecoHtWoEcoTaxe"> <mx:bloc id="ecoTtcWoEcoTaxe"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="ecoTtcWoEcoTaxe" /></td> </tr> </mx:bloc id="ecoTtcWoEcoTaxe"> </mx:bloc id="detailPriceTotal"> <mx:bloc id="acompte"> <tr class="amount"> <td mxAttribut="colspan:colspan"> <mx:text id="label" />: <mx:text id="description"/> </td> <td> <mx:text id="value" /> </td> </tr> </mx:bloc id="acompte"> </mx:bloc id="amount_detail"> </tbody> </table><!-- Affichage de l'éco-participation --> <mx:bloc id="eco_participation"> <mx:text id="label" /><mx:text id="price" /> </mx:bloc id="eco_participation"><!-- Affichage du message personnel du client--> <mx:bloc id="customer_message"> <div id="customer_message"> <h3><mx:text id="title" /></h3><mx:text id="catalog_customer_message" /> </div> </mx:bloc id="customer_message"> <br/> <a mXattribut="href:hrefsite;hreflang:hreflangsite;title:titlesite"><mx:text id="site" /></a> <br/> <a mXattribut="href:hrefsuivicommande;hreflang:hreflangsuivicommande;title:titlesuivicommande"><mx:text id="follow_up_order" /></a> <!-- <mx:bloc id="colspanValueIfTableWithAlternatives">4</mx:bloc id="colspanValueIfTableWithAlternativess"> <mx:bloc id="colspanValueIfTableWithoutAlternatives">5</mx:bloc id="colspanValueIfTableWithoutAlternatives"> -->
Haut de page
cart_mail_customer.html
<mx:bloc id="mail_subject">Votre commande {site_name}</mx:bloc id="mail_subject"> <h2><mx:text id="mail_title" /></h2><mx:text id="date_label" /> : <mx:text id="date" /> <br/> <mx:text id="order_reference_label" /> : <mx:text id="order_reference" /> <br/> <mx:bloc id="payment"> <mx:text id="payment_infos" /> </mx:bloc id="payment"> <mx:bloc id="invoicing"> <h2><mx:text id="invoicing_title" /></h2> <address> <mx:text id="address" /> </address> </mx:bloc id="invoicing"> <mx:bloc id="delivery"> <h2><mx:text id="delivery_title" /></h2> <address> <mx:text id="address" /> </address> </mx:bloc id="delivery"><h2><mx:text id="order_title" /></h2> <table> <thead> <tr> <th> <mx:text id="name_label" /> </th> <th> <mx:text id="reference_label" /> </th> <mx:bloc id="alternatives_label"> <th> <mx:text id="alternatives_label" /> </th> </mx:bloc id="alternatives_label"> <th> <mx:text id="taxe_rate" /> </th> <th> <mx:text id="quantity_label" /> </th> <th> <mx:text id="unit_price_label" /> </th> <th> <mx:text id="total_price_label" /> </th> </tr> </thead> <tbody> <mx:bloc id="products"> <tr> <td> <mx:text id="name" /><mx:bloc id="download"><a mXattribut="href:href;hreflang:hreflang;title:title"><mx:text id="label" /></a></mx:bloc id="download"> <br/> <mx:bloc id="options"> <strong><mx:text id="option_label" /></strong>: <mx:text id="value" /> </mx:bloc id="options"><!-- Affichage du texte de personnalisation --> <mx:bloc id="customised_text"> <br/> <strong><mx:text id="customised_text_label" />: </strong> <br/> <mx:text id="customised_text_message" /> </mx:bloc id="customised_text"><!-- Affichage des images de personnalisation --> <mx:bloc id="product_customization"> <br/> <strong><mx:text id="product_customization_label" />: </strong> <br/> <mx:text id="product_customization" /> </mx:bloc id="product_customization"> <mx:bloc id="attachedFiles"><!-- Affichage des fichiers uploadés --> <br/> <mx:bloc id="file"> <div class="file"> <a mXattribut="href:href;hreflang:hreflang;title:title"><mx:text id="file" /></a> </div> </mx:bloc id="file"> <br/> </mx:bloc id="attachedFiles"> <mx:bloc id="reservation"> <br/> <mx:text id="detail" /> <br/> <mx:text id="season" /> </mx:bloc id="reservation"> </td> <td> <mx:text id="reference" /> </td> <mx:bloc id="alternatives"> <td> <mx:bloc id="alternative_1"> <mx:text id="value" /> </mx:bloc id="alternative_1"> <mx:bloc id="alternative_2"> <mx:text id="value" /> </mx:bloc id="alternative_2"> </td> </mx:bloc id="alternatives"> <td> <mx:text id="taxe_rate" /> </td> <td> <mx:text id="quantity" /> </td> <td> <mx:text id="unit_price" /> <!--Affichage du prix avant application d'éventuelles promotions--> <mx:bloc id="normal_price"><span class="normal_price"><mx:text id="normal_price" /></span></mx:bloc id="normal_price"> <!-- Affichage des différentes balises de prix pour l'unité d'un produit --> <mx:bloc id="detailPriceUnite"> <mx:bloc id="priceHtBeforeRate"> <mx:text id="label" /><mx:text id="priceHtBeforeRate" /><br /> </mx:bloc id="priceHtBeforeRate"> <mx:bloc id="priceHtAfterRate"> <mx:text id="label" /><mx:text id="priceHtAfterRate" /><br /> </mx:bloc id="priceHtAfterRate"> <mx:bloc id="rateHt"> <mx:text id="label" /><mx:text id="rateHt" /><br /> </mx:bloc id="rateHt"> <mx:bloc id="rateTtc"> <mx:text id="label" /><mx:text id="rateTtc" /><br /> </mx:bloc id="rateTtc"> <mx:bloc id="priceTtcBeforeRate"> <mx:text id="label" /> <mx:text id="priceTtcBeforeRate" /><br /> </mx:bloc id="priceTtcBeforeRate"> <mx:bloc id="priceTtcAfterRate"> <mx:text id="label" /> <mx:text id="priceTtcAfterRate" /><br /> </mx:bloc id="priceTtcAfterRate"> <mx:bloc id="ecoTaxeHt"> <mx:text id="label" /> <mx:text id="ecoTaxeHt" /><br /> </mx:bloc id="ecoTaxeHt"> <mx:bloc id="ecoTaxeTtc"> <mx:text id="label" /> <mx:text id="ecoTaxeTtc" /><br /> </mx:bloc id="ecoTaxeTtc"> <mx:bloc id="tvaOnEcoTaxe"> <mx:text id="label" /> <mx:text id="tvaOnEcoTaxe" /><br /> </mx:bloc id="tvaOnEcoTaxe"> <mx:bloc id="priceTotHtBeforeRate"> <mx:text id="label" /> <mx:text id="priceTotHtBeforeRate" /><br /> </mx:bloc id="priceTotHtBeforeRate"> <mx:bloc id="priceTotHtAfterRate"> <mx:text id="label" /> <mx:text id="priceTotHtAfterRate" /><br /> </mx:bloc id="priceTotHtAfterRate"> <mx:bloc id="priceTotTtcBeforeRate"> <mx:text id="label" /> <mx:text id="priceTotTtcBeforeRate" /><br /> </mx:bloc id="priceTotTtcBeforeRate"> <mx:bloc id="priceTotTtcAfterRate"> <mx:text id="label" /> <mx:text id="priceTotTtcAfterRate" /><br /> </mx:bloc id="priceTotTtcAfterRate"> <mx:bloc id="amountTvaBeforeRate"> <mx:text id="label" /> <mx:text id="amountTvaBeforeRate" /><br /> </mx:bloc id="amountTvaBeforeRate"> <mx:bloc id="amountTvaAfterRate"> <mx:text id="label" /> <mx:text id="amountTvaAfterRate" /><br /> </mx:bloc id="amountTvaAfterRate"> <mx:bloc id="amountTvaEcoTaxe"> <mx:text id="label" /> <mx:text id="amountTvaEcoTaxe" /><br /> </mx:bloc id="amountTvaEcoTaxe"> <mx:bloc id="amountTvaTotBeforeRate"> <mx:text id="label" /> <mx:text id="amountTvaTotBeforeRate" /><br /> </mx:bloc id="amountTvaTotBeforeRate"> <mx:bloc id="amountTvaTotAfterRate"> <mx:text id="label" /> <mx:text id="amountTvaTotAfterRate" /><br /> </mx:bloc id="amountTvaTotAfterRate"> <mx:bloc id="ecoHtWEcoTaxe"> <mx:text id="label" /> <mx:text id="ecoHtWEcoTaxe" /><br /> </mx:bloc id="ecoHtWEcoTaxe"> <mx:bloc id="ecoTtcWEcoTaxe"> <mx:text id="label" /> <mx:text id="ecoTtcWEcoTaxe" /><br /> </mx:bloc id="ecoTtcWEcoTaxe"> <mx:bloc id="ecoHtWoEcoTaxe"> <mx:text id="label" /> <mx:text id="ecoHtWoEcoTaxe" /><br /> </mx:bloc id="ecoHtWoEcoTaxe"> <mx:bloc id="ecoTtcWoEcoTaxe"> <mx:text id="label" /> <mx:text id="ecoTtcWoEcoTaxe" /><br /> </mx:bloc id="ecoTtcWoEcoTaxe"> </mx:bloc id="detailPriceUnite"> </td> <td> <mx:text id="total_price" /> <!-- Affichage des différentes balises de prix pour produit total --> <mx:bloc id="detailPriceTotal"> <mx:bloc id="priceHtBeforeRate"> <mx:text id="label" /><mx:text id="priceHtBeforeRate" /><br /> </mx:bloc id="priceHtBeforeRate"> <mx:bloc id="priceHtAfterRate"> <mx:text id="label" /><mx:text id="priceHtAfterRate" /><br /> </mx:bloc id="priceHtAfterRate"> <mx:bloc id="rateHt"> <mx:text id="label" /><mx:text id="rateHt" /><br /> </mx:bloc id="rateHt"> <mx:bloc id="rateTtc"> <mx:text id="label" /><mx:text id="rateTtc" /><br /> </mx:bloc id="rateTtc"> <mx:bloc id="priceTtcBeforeRate"> <mx:text id="label" /><mx:text id="priceTtcBeforeRate" /><br /> </mx:bloc id="priceTtcBeforeRate"> <mx:bloc id="priceTtcAfterRate"> <mx:text id="label" /><mx:text id="priceTtcAfterRate" /><br /> </mx:bloc id="priceTtcAfterRate"> <mx:bloc id="ecoTaxeHt"> <mx:text id="label" /><mx:text id="ecoTaxeHt" /><br /> </mx:bloc id="ecoTaxeHt"> <mx:bloc id="ecoTaxeTtc"> <mx:text id="label" /><mx:text id="ecoTaxeTtc" /><br /> </mx:bloc id="ecoTaxeTtc"> <mx:bloc id="tvaOnEcoTaxe"> <mx:text id="label" /><mx:text id="tvaOnEcoTaxe" /><br /> </mx:bloc id="tvaOnEcoTaxe"> <mx:bloc id="priceTotHtBeforeRate"> <mx:text id="label" /><mx:text id="priceTotHtBeforeRate" /><br /> </mx:bloc id="priceTotHtBeforeRate"> <mx:bloc id="priceTotHtAfterRate"> <mx:text id="label" /><mx:text id="priceTotHtAfterRate" /><br /> </mx:bloc id="priceTotHtAfterRate"> <mx:bloc id="priceTotTtcBeforeRate"> <mx:text id="label" /><mx:text id="priceTotTtcBeforeRate" /><br /> </mx:bloc id="priceTotTtcBeforeRate"> <mx:bloc id="priceTotTtcAfterRate"> <mx:text id="label" /><mx:text id="priceTotTtcAfterRate" /><br /> </mx:bloc id="priceTotTtcAfterRate"> <mx:bloc id="amountTvaBeforeRate"> <mx:text id="label" /><mx:text id="amountTvaBeforeRate" /><br /> </mx:bloc id="amountTvaBeforeRate"> <mx:bloc id="amountTvaAfterRate"> <mx:text id="label" /><mx:text id="amountTvaAfterRate" /><br /> </mx:bloc id="amountTvaAfterRate"> <mx:bloc id="amountTvaEcoTaxe"> <mx:text id="label" /><mx:text id="amountTvaEcoTaxe" /><br /> </mx:bloc id="amountTvaEcoTaxe"> <mx:bloc id="amountTvaTotBeforeRate"> <mx:text id="label" /><mx:text id="amountTvaTotBeforeRate" /><br /> </mx:bloc id="amountTvaTotBeforeRate"> <mx:bloc id="amountTvaTotAfterRate"> <mx:text id="label" /><mx:text id="amountTvaTotAfterRate" /><br /> </mx:bloc id="amountTvaTotAfterRate"> <mx:bloc id="ecoHtWEcoTaxe"> <mx:text id="label" /><mx:text id="ecoHtWEcoTaxe" /><br /> </mx:bloc id="ecoHtWEcoTaxe"> <mx:bloc id="ecoTtcWEcoTaxe"> <mx:text id="label" /><mx:text id="ecoTtcWEcoTaxe" /><br /> </mx:bloc id="ecoTtcWEcoTaxe"> <mx:bloc id="ecoHtWoEcoTaxe"> <mx:text id="label" /><mx:text id="ecoHtWoEcoTaxe" /><br /> </mx:bloc id="ecoHtWoEcoTaxe"> <mx:bloc id="ecoTtcWoEcoTaxe"> <mx:text id="label" /><mx:text id="ecoTtcWoEcoTaxe" /><br /> </mx:bloc id="ecoTtcWoEcoTaxe"> </mx:bloc id="detailPriceTotal"> </td> </tr> <mx:bloc id="product_associated"> <tr> <td mxAttribut="colspan:colspan"> <mx:text id="pack" /> </td> </tr> </mx:bloc id="product_associated"> </mx:bloc id="products"><!--Affichage des actions de type Réduction sur la commande--> <mx:bloc id="orders_actions"> <mx:bloc id="item"> <tr class="orders_actions"> <td mxAttribut="colspan:colspan"> <mx:text id="label" /> <mx:bloc id="description"> <mx:text id="description"> </mx:bloc id="description"> </td> <td> <mx:text id="value" /> </td> </tr> </mx:bloc id="item"> </mx:bloc id="orders_actions"><!-- Gestion des coupons--> <mx:bloc id="coupon"> <tr class="coupon"> <mx:bloc id="current_coupon"> <td mxAttribut="colspan:colspan"> <mx:text id="label" /> </td> <td> <mx:text id="value" /> </td> </mx:bloc id="current_coupon"> </tr> </mx:bloc id="coupon"> <mx:bloc id="shipping"> <tr class="shipping"> <td mXattribut="colspan:colspan"> <mx:text id="shipping_label" /> </td> <td> <mx:text id="shipping_amount" /> </td> </tr> </mx:bloc id="shipping"> <mx:bloc id="amount_detail"> <mx:bloc id="HT_amount"> <tr class="amount"> <td mxAttribut="colspan:colspan"> <mx:text id="label" /> </td> <td> <mx:text id="value" /> </td> </tr> </mx:bloc id="HT_amount"> <mx:bloc id="taxe_amount"> <tr class="amount"> <td mxAttribut="colspan:colspan"> <mx:text id="label" /> </td> <td> <mx:text id="value" /> </td> </tr> </mx:bloc id="taxe_amount"> <mx:bloc id="total_amount"> <tr class="amount"> <td mxAttribut="colspan:colspan"> <mx:text id="label" /> </td> <td> <mx:text id="value" /> </td> </tr> </mx:bloc id="total_amount"> <!-- Gestion de l'affichage des balise pour le total du panier --> <mx:bloc id="detailPriceTotal"> <mx:bloc id="priceHtBeforeRate"> <tr class="amount"> <td mxAttribut="colspan:colspan">Prix HT sans remise</td> <td> <mx:text id="priceHtBeforeRate" /></td> </tr> </mx:bloc id="priceHtBeforeRate"> <mx:bloc id="priceHtAfterRate"> <tr class="amount"> <td mxAttribut="colspan:colspan">Prix HT avec remise</td> <td> <mx:text id="priceHtAfterRate" /></td> </tr> </mx:bloc id="priceHtAfterRate"> <mx:bloc id="rateHt"> <tr class="amount"> <td mxAttribut="colspan:colspan">Remise HT</td> <td> <mx:text id="rateHt" /></td> </tr> </mx:bloc id="rateHt"> <mx:bloc id="rateTtc"> <tr class="amount"> <td mxAttribut="colspan:colspan">Remise TTC</td> <td> <mx:text id="rateTtc" /></td> </tr> </mx:bloc id="rateTtc"> <mx:bloc id="priceTtcBeforeRate"> <tr class="amount"> <td mxAttribut="colspan:colspan">Prix Avec TVA sans Remise</td> <td> <mx:text id="priceTtcBeforeRate" /></td> </tr> </mx:bloc id="priceTtcBeforeRate"> <mx:bloc id="priceTtcAfterRate"> <tr class="amount"> <td mxAttribut="colspan:colspan">Prix Avec TVA avec Remise</td> <td> <mx:text id="priceTtcAfterRate" /></td> </tr> </mx:bloc id="priceTtcAfterRate"> <mx:bloc id="ecoTaxeHt"> <tr class="amount"> <td mxAttribut="colspan:colspan"> Eco Taxe HT</td> <td> <mx:text id="ecoTaxeHt" /></td> </tr> </mx:bloc id="ecoTaxeHt"> <mx:bloc id="ecoTaxeTtc"> <tr class="amount"> <td mxAttribut="colspan:colspan"> Eco Taxe TTC</td> <td> <mx:text id="ecoTaxeTtc" /></td> </tr> </mx:bloc id="ecoTaxeTtc"> <mx:bloc id="tvaOnEcoTaxe"> <tr class="amount"> <td mxAttribut="colspan:colspan"> TVA sur l'éco Taxe</td> <td> <mx:text id="tvaOnEcoTaxe" /></td> </tr> </mx:bloc id="tvaOnEcoTaxe"> <mx:bloc id="priceTotHtBeforeRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"> Prix Total HT sans remise</td> <td> <mx:text id="priceTotHtBeforeRate" /></td> </tr> </mx:bloc id="priceTotHtBeforeRate"> <mx:bloc id="priceTotHtAfterRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"> Prix Total HT avec remise</td> <td> <mx:text id="priceTotHtAfterRate" /></td> </tr> </mx:bloc id="priceTotHtAfterRate"> <mx:bloc id="priceTotTtcBeforeRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"> Prix Total TTC sans remise</td> <td> <mx:text id="priceTotTtcBeforeRate" /></td> </tr> </mx:bloc id="priceTotTtcBeforeRate"> <mx:bloc id="priceTotTtcAfterRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"> Prix Total TTC avec remise</td> <td> <mx:text id="priceTotTtcAfterRate" /></td> </tr> </mx:bloc id="priceTotTtcAfterRate"> <mx:bloc id="amountTvaBeforeRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"> Montant de la TVA avant remise </td> <td> <mx:text id="amountTvaBeforeRate" /></td> </tr> </mx:bloc id="amountTvaBeforeRate"> <mx:bloc id="amountTvaAfterRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"> Montant de la TVA après remise </td> <td> <mx:text id="amountTvaAfterRate" /></td> </tr> </mx:bloc id="amountTvaAfterRate"> <mx:bloc id="amountTvaEcoTaxe"> <tr class="amount"> <td mxAttribut="colspan:colspan"> Montant de la TVA sur l'eco taxe </td> <td> <mx:text id="amountTvaEcoTaxe" /></td> </tr> </mx:bloc id="amountTvaEcoTaxe"> <mx:bloc id="amountTvaTotBeforeRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"> TVA total sans remise </td> <td> <mx:text id="amountTvaTotBeforeRate" /></td> </tr> </mx:bloc id="amountTvaTotBeforeRate"> <mx:bloc id="amountTvaTotAfterRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"> TVA total avec remise </td> <td> <mx:text id="amountTvaTotAfterRate" /></td> </tr> </mx:bloc id="amountTvaTotAfterRate"> <mx:bloc id="ecoHtWEcoTaxe"> <tr class="amount"> <td mxAttribut="colspan:colspan"> Pourcentage Economie HT Avec eco taxe </td> <td> <mx:text id="ecoHtWEcoTaxe" /></td> </tr> </mx:bloc id="ecoHtWEcoTaxe"> <mx:bloc id="ecoTtcWEcoTaxe"> <tr class="amount"> <td mxAttribut="colspan:colspan"> Pourcentage Economie Ttc Avec eco taxe </td> <td> <mx:text id="ecoTtcWEcoTaxe" /></td> </tr> </mx:bloc id="ecoTtcWEcoTaxe"> <mx:bloc id="ecoHtWoEcoTaxe"> <tr class="amount"> <td mxAttribut="colspan:colspan"> Pourcentage Economie HT sans eco taxe </td> <td> <mx:text id="ecoHtWoEcoTaxe" /></td> </tr> </mx:bloc id="ecoHtWoEcoTaxe"> <mx:bloc id="ecoTtcWoEcoTaxe"> <tr class="amount"> <td mxAttribut="colspan:colspan"> Pourcentage Economie Ttc sans eco taxe </td> <td> <mx:text id="ecoTtcWoEcoTaxe" /></td> </tr> </mx:bloc id="ecoTtcWoEcoTaxe"> </mx:bloc id="detailPriceTotal"> <mx:bloc id="acompte"> <tr class="amount"> <td mxAttribut="colspan:colspan"> <mx:text id="label" />: <mx:text id="description"/> </td> <td> <mx:text id="value" /> </td> </tr> </mx:bloc id="acompte"> </mx:bloc id="amount_detail"> </tbody> </table><!-- Affichage de l'éco-participation --> <mx:bloc id="eco_participation"> <mx:text id="label" /><mx:text id="price" /> </mx:bloc id="eco_participation"><!-- Affichage du message personnel du client--> <mx:bloc id="customer_message"> <div id="customer_message"> <h3><mx:text id="title" /></h3><mx:text id="catalog_customer_message" /> </div> </mx:bloc id="customer_message"> <br/> <p> <mx:text id="thanks" /> </p><a mXattribut="href:hrefsite;hreflang:hreflangsite;title:titlesite"><mx:text id="site" /></a> <br/> <a mXattribut="href:hrefsuivicommande;hreflang:hreflangsuivicommande;title:titlesuivicommande"><mx:text id="follow_up_order" /></a> <!-- <mx:bloc id="colspanValueIfTableWithAlternatives">4</mx:bloc id="colspanValueIfTableWithAlternativess"> <mx:bloc id="colspanValueIfTableWithoutAlternatives">5</mx:bloc id="colspanValueIfTableWithoutAlternatives"> -->
Haut de page
cart_order_confirmation.html
<div id="cart_order_confirmation" class="cart_tableau cart"> <h2><mx:text id="cart_title" /></h2> <div id="steps_cart"> Panier&nbsp;|&nbsp;Identification&nbsp;|&nbsp;Adresses&nbsp;|&nbsp;<strong>Paiement</strong>&nbsp;|&nbsp;Confirmation </div> <mx:bloc id="invoicing"> <div class="address invoicing_address"> <h3><mx:text id="invoicing_title" /></h3> <address> <mx:text id="current_address" /> </address><a mXattribut="href:href;hreflang:hreflang;title:title"><mx:text id="other" /></a> </div> </mx:bloc id="invoicing"> <mx:bloc id="delivery"> <div class="address delivery_address"> <h3><mx:text id="delivery_title" /></h3> <address> <mx:text id="current_address" /> </address><a mXattribut="href:href;hreflang:hreflang;title:title"><mx:text id="other" /></a> </div> </mx:bloc id="delivery"> <form name="ordervalidationform" mXattribut="action:action" method="post"> <div id="cart_detail"> <h3><mx:text id="order_title" /></h3> <table> <thead> <tr> <th> <mx:text id="label_picture" /> </th> <th> <mx:text id="name_label" /> </th> <th> <mx:text id="reference_label" /> </th> <mx:bloc id="alternatives_label"> <th> <mx:text id="alternatives_label" /> </th> </mx:bloc id="alternatives_label"> <th> <mx:text id="taxe_rate" /> </th> <th> <mx:text id="quantity_label" /> </th> <th> <mx:text id="unit_price_label" /> </th> <th> <mx:text id="total_price_label" /> </th> </tr> </thead> <tbody> <mx:bloc id="products"> <tr mXattribut="class:trclass"> <td> <mx:text id="picture" /> </td> <td> <mx:text id="name" /> <br/> <mx:bloc id="options"> <strong><mx:text id="option_label" /></strong>: <mx:text id="value" /> </mx:bloc id="options"><!-- Affichage du texte de personnalisation --> <mx:bloc id="customised_text"> <br/> <strong><mx:text id="customised_text_label" />: </strong> <br/> <mx:text id="customised_text_message" /> </mx:bloc id="customised_text"><!-- Affichage des images de personnalisation --> <mx:bloc id="product_customization"> <br/> <strong><mx:text id="product_customization_label" />: </strong> <br/> <mx:text id="product_customization" /> </mx:bloc id="product_customization"> <mx:bloc id="attachedFiles"><!-- Affichage des fichiers uploadés --> <br/> <mx:bloc id="file"> <div class="file"> <a mXattribut="href:href;hreflang:hreflang;title:title"><mx:text id="file" /></a> </div> </mx:bloc id="file"> <br/> </mx:bloc id="attachedFiles"> <mx:bloc id="reservation"> <br/> <mx:text id="detail" /> <br/> <mx:text id="season" /> </mx:bloc id="reservation"> </td> <td> <mx:text id="reference" /> </td> <mx:bloc id="alternatives"> <td> <mx:bloc id="alternative_1"> <strong><mx:text id="label_alternative_1" /></strong>: <mx:text id="value" /> </mx:bloc id="alternative_1"> <mx:bloc id="alternative_2"> <strong><mx:text id="label_alternative_2" /></strong>: <mx:text id="value" /> </mx:bloc id="alternative_2"> </td> </mx:bloc id="alternatives"> <td> <mx:text id="taxe_rate" /> </td> <td> <mx:text id="quantity" /> </td> <td> <mx:text id="unit_price" /> <!--Affichage du prix avant application d'éventuelles promotions--> <mx:bloc id="normal_price"><span class="normal_price"><mx:text id="normal_price" /></span></mx:bloc id="normal_price"> <!-- Affichage des différentes balises de prix pour l'unité d'un produit --> <mx:bloc id="detailPriceUnite"> <mx:bloc id="priceHtBeforeRate"> <mx:text id="label" /><mx:text id="priceHtBeforeRate" /><br /> </mx:bloc id="priceHtBeforeRate"> <mx:bloc id="priceHtAfterRate"> <mx:text id="label" /><mx:text id="priceHtAfterRate" /><br /> </mx:bloc id="priceHtAfterRate"> <mx:bloc id="rateHt"> <mx:text id="label" /><mx:text id="rateHt" /><br /> </mx:bloc id="rateHt"> <mx:bloc id="rateTtc"> <mx:text id="label" /><mx:text id="rateTtc" /><br /> </mx:bloc id="rateTtc"> <mx:bloc id="priceTtcBeforeRate"> <mx:text id="label" /> <mx:text id="priceTtcBeforeRate" /><br /> </mx:bloc id="priceTtcBeforeRate"> <mx:bloc id="priceTtcAfterRate"> <mx:text id="label" /> <mx:text id="priceTtcAfterRate" /><br /> </mx:bloc id="priceTtcAfterRate"> <mx:bloc id="ecoTaxeHt"> <mx:text id="label" /> <mx:text id="ecoTaxeHt" /><br /> </mx:bloc id="ecoTaxeHt"> <mx:bloc id="ecoTaxeTtc"> <mx:text id="label" /> <mx:text id="ecoTaxeTtc" /><br /> </mx:bloc id="ecoTaxeTtc"> <mx:bloc id="tvaOnEcoTaxe"> <mx:text id="label" /> <mx:text id="tvaOnEcoTaxe" /><br /> </mx:bloc id="tvaOnEcoTaxe"> <mx:bloc id="priceTotHtBeforeRate"> <mx:text id="label" /> <mx:text id="priceTotHtBeforeRate" /><br /> </mx:bloc id="priceTotHtBeforeRate"> <mx:bloc id="priceTotHtAfterRate"> <mx:text id="label" /> <mx:text id="priceTotHtAfterRate" /><br /> </mx:bloc id="priceTotHtAfterRate"> <mx:bloc id="priceTotTtcBeforeRate"> <mx:text id="label" /> <mx:text id="priceTotTtcBeforeRate" /><br /> </mx:bloc id="priceTotTtcBeforeRate"> <mx:bloc id="priceTotTtcAfterRate"> <mx:text id="label" /> <mx:text id="priceTotTtcAfterRate" /><br /> </mx:bloc id="priceTotTtcAfterRate"> <mx:bloc id="amountTvaBeforeRate"> <mx:text id="label" /> <mx:text id="amountTvaBeforeRate" /><br /> </mx:bloc id="amountTvaBeforeRate"> <mx:bloc id="amountTvaAfterRate"> <mx:text id="label" /> <mx:text id="amountTvaAfterRate" /><br /> </mx:bloc id="amountTvaAfterRate"> <mx:bloc id="amountTvaEcoTaxe"> <mx:text id="label" /> <mx:text id="amountTvaEcoTaxe" /><br /> </mx:bloc id="amountTvaEcoTaxe"> <mx:bloc id="amountTvaTotBeforeRate"> <mx:text id="label" /> <mx:text id="amountTvaTotBeforeRate" /><br /> </mx:bloc id="amountTvaTotBeforeRate"> <mx:bloc id="amountTvaTotAfterRate"> <mx:text id="label" /> <mx:text id="amountTvaTotAfterRate" /><br /> </mx:bloc id="amountTvaTotAfterRate"> <mx:bloc id="ecoHtWEcoTaxe"> <mx:text id="label" /> <mx:text id="ecoHtWEcoTaxe" /><br /> </mx:bloc id="ecoHtWEcoTaxe"> <mx:bloc id="ecoTtcWEcoTaxe"> <mx:text id="label" /> <mx:text id="ecoTtcWEcoTaxe" /><br /> </mx:bloc id="ecoTtcWEcoTaxe"> <mx:bloc id="ecoHtWoEcoTaxe"> <mx:text id="label" /> <mx:text id="ecoHtWoEcoTaxe" /><br /> </mx:bloc id="ecoHtWoEcoTaxe"> <mx:bloc id="ecoTtcWoEcoTaxe"> <mx:text id="label" /> <mx:text id="ecoTtcWoEcoTaxe" /><br /> </mx:bloc id="ecoTtcWoEcoTaxe"> </mx:bloc id="detailPriceUnite"> </td> <td> <mx:text id="total_price" /> <!-- Affichage des différentes balises de prix pour produit total --> <mx:bloc id="detailPriceTotal"> <mx:bloc id="priceHtBeforeRate"> <mx:text id="label" /> <mx:text id="priceHtBeforeRate" /><br /> </mx:bloc id="priceHtBeforeRate"> <mx:bloc id="priceHtAfterRate"> <mx:text id="label" /> <mx:text id="priceHtAfterRate" /><br /> </mx:bloc id="priceHtAfterRate"> <mx:bloc id="rateHt"> <mx:text id="label" /> <mx:text id="rateHt" /><br /> </mx:bloc id="rateHt"> <mx:bloc id="rateTtc"> <mx:text id="label" /> <mx:text id="rateTtc" /><br /> </mx:bloc id="rateTtc"> <mx:bloc id="priceTtcBeforeRate"> <mx:text id="label" /> <mx:text id="priceTtcBeforeRate" /><br /> </mx:bloc id="priceTtcBeforeRate"> <mx:bloc id="priceTtcAfterRate"> <mx:text id="label" /> <mx:text id="priceTtcAfterRate" /><br /> </mx:bloc id="priceTtcAfterRate"> <mx:bloc id="ecoTaxeHt"> <mx:text id="label" /><mx:text id="ecoTaxeHt" /><br /> </mx:bloc id="ecoTaxeHt"> <mx:bloc id="ecoTaxeTtc"> <mx:text id="label" /> <mx:text id="ecoTaxeTtc" /><br /> </mx:bloc id="ecoTaxeTtc"> <mx:bloc id="tvaOnEcoTaxe"> <mx:text id="label" /> <mx:text id="tvaOnEcoTaxe" /><br /> </mx:bloc id="tvaOnEcoTaxe"> <mx:bloc id="priceTotHtBeforeRate"> <mx:text id="label" /> <mx:text id="priceTotHtBeforeRate" /><br /> </mx:bloc id="priceTotHtBeforeRate"> <mx:bloc id="priceTotHtAfterRate"> <mx:text id="label" /> <mx:text id="priceTotHtAfterRate" /><br /> </mx:bloc id="priceTotHtAfterRate"> <mx:bloc id="priceTotTtcBeforeRate"> <mx:text id="label" /> <mx:text id="priceTotTtcBeforeRate" /><br /> </mx:bloc id="priceTotTtcBeforeRate"> <mx:bloc id="priceTotTtcAfterRate"> <mx:text id="label" /> <mx:text id="priceTotTtcAfterRate" /><br /> </mx:bloc id="priceTotTtcAfterRate"> <mx:bloc id="amountTvaBeforeRate"> <mx:text id="label" /> <mx:text id="amountTvaBeforeRate" /><br /> </mx:bloc id="amountTvaBeforeRate"> <mx:bloc id="amountTvaAfterRate"> <mx:text id="label" /> <mx:text id="amountTvaAfterRate" /><br /> </mx:bloc id="amountTvaAfterRate"> <mx:bloc id="amountTvaEcoTaxe"> <mx:text id="label" /> <mx:text id="amountTvaEcoTaxe" /><br /> </mx:bloc id="amountTvaEcoTaxe"> <mx:bloc id="amountTvaTotBeforeRate"> <mx:text id="label" /> <mx:text id="amountTvaTotBeforeRate" /><br /> </mx:bloc id="amountTvaTotBeforeRate"> <mx:bloc id="amountTvaTotAfterRate"> <mx:text id="label" /> <mx:text id="amountTvaTotAfterRate" /><br /> </mx:bloc id="amountTvaTotAfterRate"> <mx:bloc id="ecoHtWEcoTaxe"> <mx:text id="label" /> <mx:text id="ecoHtWEcoTaxe" /><br /> </mx:bloc id="ecoHtWEcoTaxe"> <mx:bloc id="ecoTtcWEcoTaxe"> <mx:text id="label" /> <mx:text id="ecoTtcWEcoTaxe" /><br /> </mx:bloc id="ecoTtcWEcoTaxe"> <mx:bloc id="ecoHtWoEcoTaxe"> <mx:text id="label" /><mx:text id="ecoHtWoEcoTaxe" /><br /> </mx:bloc id="ecoHtWoEcoTaxe"> <mx:bloc id="ecoTtcWoEcoTaxe"> <mx:text id="label" /><mx:text id="ecoTtcWoEcoTaxe" /><br /> </mx:bloc id="ecoTtcWoEcoTaxe"> </mx:bloc id="detailPriceTotal"> </td> </tr> <mx:bloc id="product_associated"> <tr> <td mxAttribut="colspan:colspan"> <mx:text id="pack" /> </td> </tr> </mx:bloc id="product_associated"> </mx:bloc id="products"><!-- Produits offerts --> <mx:bloc id="free_products"> <tr mXattribut="class:trclass"> <td> <mx:text id="picture" /> </td> <td> <mx:text id="name" /> <mx:bloc id="alternatives"> <mx:bloc id="alternative_1"> <mx:bloc id="display"> <strong><mx:text id="label_alternative_1" /></strong>: <mx:text id="value" /> </mx:bloc id="display"> </mx:bloc id="alternative_1"> <mx:bloc id="alternative_2"> <mx:bloc id="display"> <strong><mx:text id="label_alternative_2" /></strong>: <mx:text id="value" /> </mx:bloc id="display"> </mx:bloc id="alternative_2"> </mx:bloc id="alternatives"> </td> <td> <mx:text id="reference" /> </td> <mx:bloc id="alternatives_col"> <td> </td> </mx:bloc id="alternatives_col"> <td> <mx:text id="quantity" /> </td> <td> <mx:text id="unit_price" /> </td> <td> <mx:text id="total_price" /> </td> </tr> </mx:bloc id="free_products"><!--Affichage des actions de type Réduction sur la commande--> <mx:bloc id="orders_actions"> <mx:bloc id="item"> <tr class="orders_actions"> <td mxAttribut="colspan:colspan"> <mx:text id="label" /> <mx:bloc id="description"> <mx:text id="description"> </mx:bloc id="description"> </td> <td> <mx:text id="value" /> </td> </tr> </mx:bloc id="item"> </mx:bloc id="orders_actions"><!-- Gestion des coupons--> <mx:bloc id="coupon"> <tr class="coupon"> <mx:bloc id="form"> <td mxAttribut="colspan:colspan"> <mx:text id="label" /> </td> <td> <mx:bloc id="log"> <mx:text id="error" /> </mx:bloc id="log"> <div class="row"> <input type="text" name="coupon" mXattribut="value:value" /> </div> <div class="submit"> <input type="submit" name="submit_coupon" mXattribut="value:value_submit" /> </div> </td> </mx:bloc id="form"> <mx:bloc id="current_coupon"> <td mxAttribut="colspan:colspan"> <mx:text id="label" /> </td> <td> <mx:text id="value" /> </td> </mx:bloc id="current_coupon"> </tr> </mx:bloc id="coupon"> <mx:bloc id="shipping"> <tr class="shipping"> <td mXattribut="colspan:colspan"> <div class="row"> <label> <mx:text id="shipping_label" /> </label> <mx:bloc id="radios_shipping"> <span class="group_multi_radio"><span class="multi_radio"><input type="radio" name="fdp_selection" mXattribut="id:id;value:value;checked:checked" class="radio"/> <label mXattribut="for:idradio"> <mx:text id="shipping_rule_label" /> </label> </span></span> </mx:bloc id="radios_shipping"> </div> </td> <td mxAttribut="class:class_free_shipping"> <span><mx:text id="shipping_amount" /></span> <mx:bloc id="freeshipping"> <mx:text id="label" /><mx:text id="description" /> </mx:bloc id="freeshipping"> </td> </tr> </mx:bloc id="shipping"><!--<tr class="amount"> <td colspan="5"><mx:text id="amount_label" /></td><td><mx:text id="amount_value" /></td> </tr> --> <mx:bloc id="amount_detail"> <mx:bloc id="HT_amount"> <tr class="amount"> <td mxAttribut="colspan:colspan"> <mx:text id="label" /> </td> <td> <mx:text id="value" /> </td> </tr> </mx:bloc id="HT_amount"> <mx:bloc id="taxe_amount"> <tr class="amount"> <td mxAttribut="colspan:colspan"> <mx:text id="label" /> </td> <td> <mx:text id="value" /> </td> </tr> </mx:bloc id="taxe_amount"> <mx:bloc id="total_amount"> <tr class="amount"> <td mxAttribut="colspan:colspan"> <mx:text id="label" /> </td> <td> <mx:text id="value" /> </td> </tr> </mx:bloc id="total_amount"> <!-- Gestion de l'affichage des balise pour le total du panier --> <mx:bloc id="detailPriceTotal"> <mx:bloc id="priceHtBeforeRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="priceHtBeforeRate" /></td> </tr> </mx:bloc id="priceHtBeforeRate"> <mx:bloc id="priceHtAfterRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="priceHtAfterRate" /></td> </tr> </mx:bloc id="priceHtAfterRate"> <mx:bloc id="rateHt"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="rateHt" /></td> </tr> </mx:bloc id="rateHt"> <mx:bloc id="rateTtc"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="rateTtc" /></td> </tr> </mx:bloc id="rateTtc"> <mx:bloc id="priceTtcBeforeRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="priceTtcBeforeRate" /></td> </tr> </mx:bloc id="priceTtcBeforeRate"> <mx:bloc id="priceTtcAfterRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="priceTtcAfterRate" /></td> </tr> </mx:bloc id="priceTtcAfterRate"> <mx:bloc id="ecoTaxeHt"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="ecoTaxeHt" /></td> </tr> </mx:bloc id="ecoTaxeHt"> <mx:bloc id="ecoTaxeTtc"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="ecoTaxeTtc" /></td> </tr> </mx:bloc id="ecoTaxeTtc"> <mx:bloc id="tvaOnEcoTaxe"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="tvaOnEcoTaxe" /></td> </tr> </mx:bloc id="tvaOnEcoTaxe"> <mx:bloc id="priceTotHtBeforeRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="priceTotHtBeforeRate" /></td> </tr> </mx:bloc id="priceTotHtBeforeRate"> <mx:bloc id="priceTotHtAfterRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="priceTotHtAfterRate" /></td> </tr> </mx:bloc id="priceTotHtAfterRate"> <mx:bloc id="priceTotTtcBeforeRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="priceTotTtcBeforeRate" /></td> </tr> </mx:bloc id="priceTotTtcBeforeRate"> <mx:bloc id="priceTotTtcAfterRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="priceTotTtcAfterRate" /></td> </tr> </mx:bloc id="priceTotTtcAfterRate"> <mx:bloc id="amountTvaBeforeRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="amountTvaBeforeRate" /></td> </tr> </mx:bloc id="amountTvaBeforeRate"> <mx:bloc id="amountTvaAfterRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="amountTvaAfterRate" /></td> </tr> </mx:bloc id="amountTvaAfterRate"> <mx:bloc id="amountTvaEcoTaxe"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="amountTvaEcoTaxe" /></td> </tr> </mx:bloc id="amountTvaEcoTaxe"> <mx:bloc id="amountTvaTotBeforeRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="amountTvaTotBeforeRate" /></td> </tr> </mx:bloc id="amountTvaTotBeforeRate"> <mx:bloc id="amountTvaTotAfterRate"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="amountTvaTotAfterRate" /></td> </tr> </mx:bloc id="amountTvaTotAfterRate"> <mx:bloc id="ecoHtWEcoTaxe"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="ecoHtWEcoTaxe" /></td> </tr> </mx:bloc id="ecoHtWEcoTaxe"> <mx:bloc id="ecoTtcWEcoTaxe"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="ecoTtcWEcoTaxe" /></td> </tr> </mx:bloc id="ecoTtcWEcoTaxe"> <mx:bloc id="ecoHtWoEcoTaxe"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="ecoHtWoEcoTaxe" /></td> </tr> </mx:bloc id="ecoHtWoEcoTaxe"> <mx:bloc id="ecoTtcWoEcoTaxe"> <tr class="amount"> <td mxAttribut="colspan:colspan"><mx:text id="label" /></td> <td> <mx:text id="ecoTtcWoEcoTaxe" /></td> </tr> </mx:bloc id="ecoTtcWoEcoTaxe"> </mx:bloc id="detailPriceTotal"> <mx:bloc id="acompte"> <tr class="amount"> <td mxAttribut="colspan:colspan"> <mx:text id="label" />:<mx:text id="description" /> </td> <td> <mx:text id="value" /> </td> </tr> </mx:bloc id="acompte"> </mx:bloc id="amount_detail"> </tbody> </table><!-- Affichage de l'éco-participation --> <mx:bloc id="eco_participation"> <mx:text id="label" /><mx:text id="price" /> <br/> </mx:bloc id="eco_participation"> <a mXattribut="href:href;hreflang:hreflang;title:title"><mx:text id="edit_cart" /></a><!-- Affichage le message d'information concernant les frais de port (dans le cas de frais de port particulier, associé à un produit) --> <mx:bloc id="msgInfoFdp"> <mx:text id="content" /> </mx:bloc id="msgInfoFdp"> </div> <mx:bloc id="payment_modules"> <div id="payment_module"> <h3><mx:text id="title" /></h3> <mx:bloc id="order_action_payment"> <mx:text id="rate"> sur un paiment par <mx:text id="payment"> </mx:bloc id="order_action_payment"> <mx:bloc id="payment_modules_list"> <div class="row"> <input type="radio" name="paymentmodule" mXattribut="id:id;value:value;checked:checked" class="radio"/> <label mXattribut="for:for"> &nbsp;<mx:text id="label" /> </label> </div> </mx:bloc id="payment_modules_list"> </div> </mx:bloc id="payment_modules"><!-- Gestion d'un message personnel du client--> <mx:bloc id="customer_message"> <div id="customer_message"> <h3><mx:text id="title" /></h3> <textarea name="catalog_customer_message" id="catalog_customer_message" cols="32" rows="4"> </textarea> </div> </mx:bloc id="customer_message"> <mx:bloc id="invalid_order"> <div class="invalid_order"> <h2><mx:text id="label" /></h2> <mx:bloc id="description"> <mx:text id="description"> </mx:bloc id="description"> </div> </mx:bloc id="invalid_order"> <mx:bloc id="validation"> <fieldset> <mx:bloc id="condition_acceptation"> <div class="row"> <mx:bloc id="error_acceptation"> <div class="error"> <mx:text id="error_msg_acceptation" /> </div> </mx:bloc id="error_acceptation"> <div class="condition_label"> <mx:text id="condition_acceptation_message" /> </div><span class="condition_field"><input type="checkbox" name="condition_accepation_checkbox" value="1" class="checkbox"/></span> </div><input type="hidden" name="condition_accepation_hidden" value="1" /> </mx:bloc id="condition_acceptation"><input type="hidden" mXattribut="name:namehidden;value:valuehidden" /> </fieldset> <div class="submit"> <input type="submit" name="ordervalidation" mXattribut="value:valuesubmit" /> </div> <br/> </mx:bloc id="validation"> </form> </div> <script type="text/javascript"> <!-- var radios=document.getElementsByName('fdp_selection'); if(radios.length>0){ for(var i=0;i<radios.length;i++){ radios[i].onclick=function(){ document.getElementsByName('ordervalidationform')[0].submit(); } } } //--> </script> <!-- <mx:bloc id="colspanValueIfTableWithAlternatives">5</mx:bloc id="colspanValueIfTableWithAlternativess"> <mx:bloc id="colspanValueIfTableWithoutAlternatives">6</mx:bloc id="colspanValueIfTableWithoutAlternatives"> -->
Haut de page
cart_subscription.html
<div id="cart_subscription" class="cart"> <h2><mx:text id="title" /></h2> <div id="steps_cart"> Panier&nbsp;|&nbsp;<strong>Identification</strong>&nbsp;|&nbsp;Adresses&nbsp;|&nbsp;Paiement&nbsp;|&nbsp;Confirmation </div> <mx:text id="data_form" /> <mx:bloc id="error"><span class="error_log"><mx:text id="error" /></span></mx:bloc id="error"> </div>
cart_thanks.html
<div id="cart_thanks" class="cart"> <h2><mx:text id="title" /></h2> <p>Nous vous remerçions d'avoir passer commande sur <strong><mx:text id="site" /></strong>.</p> <p>Vous allez recevoir, dans la boite <strong><mx:text id="mail" /></strong>, un E-mail r&eacute;capitulatif de votre commande sur lequel vous d&eacute;couvrirez votre num&eacute;ro de commande utile pour nous contacter.<p> <p>Il est possible de suivre l'&eacute;volution de votre commande en direct dans la boite "<strong>Mon compte</strong>".</p> <p>Pour toute question utiliser le formulaire "<strong>Contact</strong>"</p> <p> A tr&egrave;s bient&ocirc;t<br /> <br /> L'&eacute;quipe de e-majine.com<br /> </p> </div>
cart_address.html (catalogue avec gestion de panier avancé)
<div id="cart_address" class="cart"> <h2><mx:text id="title" /></h2> <div id="steps_cart"> Panier&nbsp;|&nbsp;Identification&nbsp;|&nbsp;<strong>Adresses</strong>&nbsp;|&nbsp;Paiement&nbsp;|&nbsp;Confirmation </div> <mx:bloc id="global"> <div id="current_address"> <mx:bloc id="invoicing"> <div class="address invoicing_address"> <h3><mx:text id="invoicing_title" /></h3> <address><mx:text id="current_address" /></address> <a mXattribut="href:href;hreflang:hreflang;title:title"><mx:text id="other" /></a> </div> </mx:bloc id="invoicing"> <mx:bloc id="delivery"> <div class="address delivery_address"> <h3><mx:text id="delivery_title" /></h3> <address><mx:text id="current_address" /></address> <a mXattribut="href:href;hreflang:hreflang;title:title"><mx:text id="other" /></a> </div> </mx:bloc id="delivery"> <form id="adresseselectionvalidationform" mXattribut="action:action" method="post"> <div class="submit"> <input type="submit" name="adresseselectionvalidation" mXattribut="value:value" /> </div> </form> </div> </mx:bloc id="global"> <mx:bloc id="address_selection"> <div id="manage_address"> <mx:bloc id="address_list"> <h3><mx:text id="list_title" /></h3> <form id="adresseselectionform" mXattribut="action:action" method="post"> <fieldset> <legend><mx:text id="legend" /></legend> <mx:bloc id="address"> <div class="row adresses"> <label mXattribut="for:forradio"> <mx:text id="address_label" /></label> <input type="radio" name="adresse" mXattribut="id:idradio;value:valueradio" class="radio"/> <address><mx:text id="detail" /></address> </div> </mx:bloc id="address"> </fieldset> <div class="submit"> <input type="submit" name="adresseselectionvalidation" mXattribut="value:valueselectadresse" /> </div> <input type="hidden" name="type" mXattribut="value:valuetype" /> </form> </mx:bloc id="address_list"> <h3><mx:text id="new_address_title" /></h3> <mx:text id="new_address_form" /> </div> </mx:bloc id="address_selection"> </div>
Haut de page
cart_authentification.html (catalogue avec gestion de panier avancé)
<div id="cart_authentification" class="cart"> <h2><mx:text id="title" /></h2> <div id="steps_cart"> Panier&nbsp;|&nbsp;<strong>Identification</strong>&nbsp;|&nbsp;Adresses&nbsp;|&nbsp;Paiement&nbsp;|&nbsp;Confirmation </div> <h3>Vous &ecirc;tes d&eacute;j&agrave; client ?</h3> <p>Si vous disposez d&eacute;j&agrave; d'un compte, indiquez le login et le mot de passe avec lesquels vous &ecirc;tes inscrit :</p> <form id="loginform" method="post" mXattribut="action:actionlogin"> <fieldset> <legend><mx:text id="login_legend" /></legend> <div class="row"> <label for="username"><mx:text id="username" /></label> <input type="text" name="username" id="username" /> </div> <div class="row"> <label for="password"><mx:text id="password" /></label> <input type="password" name="password" id="password" /> </div> <a mXattribut="href:hrefpassword;hreflang:hreflangpassword;title:titlepassword"><mx:text id="lost_password" /></a><br /> <input type="hidden" name="manageaccount" value="1" /> </fieldset> <div class="submit"> <input type="submit" mXattribut="value:submitvaluelogin" /> </div> </form> <h3>Vous &ecirc;tes un nouveau client ?</h3> <form id="subscribeform" method="post" mXattribut="action:actionsubscribe"> <fieldset> <legend><mx:text id="subscription_legend" /></legend> <div class="row"> <label for="mail"><mx:text id="mail" /></label> <input type="mail" name="mail" id="mail" /> </div> <input type="hidden" name="subscriptionformcart" value="1" /> </fieldset> <div class="submit"> <input type="submit" mXattribut="value:submitvaluesubscribe" /> </div> </form> </div>
Haut de page
Product :
add2cart_product.html
<mx:bloc id="form_declaration_begin"><!-- délaration de formulaire pour les fiches résumée--></mx:bloc id="form_declaration_begin"> <mx:bloc id="quantity"> <div class= "row"> <label mXattribut="for:for_quantity"><mx:text id="quantity_label" /></label><mx:text id="quantity_input" /> </div> </mx:bloc id="quantity"> <input type="hidden" name="id_product" mXattribut="value:id_product_value" /> <input type="hidden" name="addtocartsubmission" value="1" /> <div mXattribut="id:add_to_cart_active_js" style="display:none;" class="panier"> <a mXattribut="href:href_js;hreflang:hreflang_js;title:title_js;onclick:onclick_add_to_cart_js"><mx:text id="label_add_to_cart_active_js" /></a> </div> <noscript> <div><input type="submit" name="add2cart" mXattribut="value:add_to_cart_noscript" /></div> </noscript> <mx:bloc id="form_declaration_end"><!-- délaration de fin formulaire pour les fiches résumée--></mx:bloc id="form_declaration_end"> <script type="text/javascript"> <!-- document.getElementById('<mx:text id="add_to_cart_active_js" />').style.display='block'; //--> </script> <!--<span style="display:none" id="unavailable_label_<mx:text id="id_product" />">Non disponible</span>-->
Haut de page
add2cart_confirmation_product.html
<div id="add2cart_confirmation"> <mx:text id="confirmation_message" /> <ul> <li><a href="javascript:void(0);" onclick="cClick();" mXattribut="hreflang:hreflangback;title:titleback"><mx:text id="back" /></a></li> <li><a mXattribut="href:hrefcart;hreflang:hreflangcart;title:titlecart"><mx:text id="cart" /></a></li> </ul> </div> <!-- <mx:bloc id="out_of_stock_message"> Désolé, le produit <strong><mx:text id="product" /></strong> n'est plus en stock.<br />Il sera disponible le <mx:text id="availabilty_date" />. </mx:bloc id="out_of_stock_message"> -->
cart_send.html
<!-- Message de confirmation de l'envoi après validation du formulaire --> <mx:bloc id="confirmation"> <mx:text id="msg" /> <a mXattribut="href:href;hreflang:hreflang;title:title"><mx:text id="label" /></a> </mx:bloc id="confirmation"> <!-- Lien de retour --> <mx:bloc id="back"> <a mXattribut="href:href;hreflang:hreflang;title:title"><mx:text id="label" /></a> </mx:bloc id="back"> <!-- Formulaire d'envoi --> <mx:bloc id="form"> <mx:text id="form" /> </mx:bloc id="form">
cart_send_mail.html
<mx:bloc id="objet">{PRENOM} {NOM} vous envoie son panier provenant du site {SITENAME}</mx:bloc id="objet"> <p>Bonjour,</p> <p><mx:text id="prenom" /> <mx:text id="nom" /> vous envoie son panier provenant du site <mx:text id="site" /></p> <mx:bloc id="msg"> <p><mx:text id="msg" /></p> </mx:bloc id="msg"> <div> <h4>Votre panier</h4> <div class="row"> <span class="label"><mx:text id="date_label" />&nbsp;:&nbsp;</span><span class="value"><mx:text id="date" /></span> </div> <div id="cart_detail"> <h3><mx:text id="order_title" /></h3> <table cellpadding="5"> <thead> <tr> <th><mx:text id="name_label" /></th> <th><mx:text id="reference_label" /></th> <mx:bloc id="alternatives_label"> <th><mx:text id="alternatives_label" /></th> </mx:bloc id="alternatives_label"> <th><mx:text id="quantity_label" /></th> <th><mx:text id="unit_price_label" /></th> <th><mx:text id="total_price_label" /></th> </tr> </thead> <tbody> <mx:bloc id="products"> <tr mXattribut="class:trclass"> <td> <mx:text id="name" /> <br/> <mx:bloc id="options"> <strong><mx:text id="option_label" /></strong>: <mx:text id="value" /> </mx:bloc id="options"><!-- Affichage du texte de personnalisation --> <mx:bloc id="customised_text"> <br/> <strong><mx:text id="customised_text_label" />: </strong> <br/> <mx:text id="customised_text_message" /> </mx:bloc id="customised_text"><!-- Affichage des images de personnalisation --> <mx:bloc id="product_customization"> <br/> <strong><mx:text id="product_customization_label" />: </strong> <br/> <mx:text id="product_customization" /> </mx:bloc id="product_customization"> <mx:bloc id="reservation"> <br/> <mx:text id="detail" /> <br/> <mx:text id="season" /> </mx:bloc id="reservation"> </td> <td> <mx:text id="reference" /> </td> <mx:bloc id="alternatives"> <td> <mx:bloc id="alternative_1"> <mx:text id="value" /> </mx:bloc id="alternative_1"> <mx:bloc id="alternative_2"> <mx:text id="value" /> </mx:bloc id="alternative_2"> </td> </mx:bloc id="alternatives"> <td> <mx:text id="quantity" /> </td> <td> <mx:text id="unit_price" /> </td> <td> <mx:text id="total_price" /> </td> </tr> <mx:bloc id="product_associated"> <tr> <td mxAttribut="colspan:colspan"> <mx:text id="pack" /> </td> </tr> </mx:bloc id="product_associated"> </mx:bloc id="products"><!--Affichage des actions de type Réduction sur la commande--> </tbody> </table> </div> </div>
productAttachedFile.html
<form mxAttribut="id:idForm;name:nameForm;action:actionForm;" method="post" enctype="multipart/form-data"> <fieldset> <legend><mx:text id="fieldset_label" /></legend> <mx:bloc id="file"> <div class="file"> <a mXattribut="href:href;hreflang:hreflang;title:title"><div class="fichier"><mx:text id="file" /></div></a> </div> <mx:bloc id="actions"> <div class="delete"> <a mXattribut="href:href;hreflang:hreflang;title:title;onclick:onclick"><mx:text id="label" /></a> </div> </mx:bloc id="actions"> </mx:bloc id="file"> <div class="row"> <mx:bloc id="uploading"><div mxAttribut="id:id;style:style"><mx:text id="message" /></div></mx:bloc id="uploading"> <mx:bloc id="errorType"><mx:text id="message" /></mx:bloc id="errorType"> <mx:bloc id="errorSize"><mx:text id="message" /></mx:bloc id="errorSize"> <label mXattribut="for:for;class:error"><mx:text id="label" />&nbsp;</label> <div id="inputuploadfile"> <input type="hidden" name="MAX_FILE_SIZE" mXattribut="value:valueMaxFileSize" /> <span mXattribut="class:error"> <input type="file" mXattribut="disabled:disabled;name:nameFile;id:idFile;accept:accept;onchange:onchange" /> </span> </div> <mx:bloc id="informations"> <div id="informations"> <ul> <mx:bloc id="information"> <li><mx:text id="type" /> (<mx:text id="extensions" />)</li> </mx:bloc id="information"> </ul> </div> </mx:bloc id="informations"> </div> <noscript> <div id="uploadfile" class="upload"> <input type="submit" mXattribut="name:name;id:id;value:value;onclick:onclick;class:style" /> </div> </noscript> </fieldset> </form>