Vente de fichiers - templates
Documentation et tutoriels
- e-majine
- Ma boutique
Vente de fichiers - templates
Ce module s'inscrit dans le E-commerce d'E-Majine. Version 1.4beta requise.
Les templates impactés par l'activation du module sont :
- /account/login/content_actions_list.html
- /catalog/cart/cart_mail_customer.html
- /catalog/product/product.html
De nouveaux templates doivent être ajoutés dans votre répertoire FTP :
Insérez les lignes de codes suivantes au sein des templates existants
<mx:bloc id="downloads"> <li><a mXattribut="href:href;hreflang:hreflang;title:title"><mx:text id="label" /></a></li> </mx:bloc id="downloads">
<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="productDownload"> <mx:text id="productDownload" /> </mx:bloc id="productDownload">
Ajoutez les templates suivants dans l'arborescence correspondante
<div id="account_downloads_list"> <h1><mx:text id="title" /></h1> <mx:bloc id="msg"> <mx:text id="msg" /> </mx:bloc id="msg"> <mx:bloc id="no_result"> <mx:text id="no_result" /> </mx:bloc id="no_result"> <mx:bloc id="downloads_list"> <div id="downloads_list"> <h2><mx:text id="download_list_title" /></h2> <table> <thead> <tr> <th><mx:text id="num_order" /></th> <th><mx:text id="date" /></th> <th><mx:text id="title" /></th> <th><mx:text id="type" /></th> <th><mx:text id="weight" /></th> <th><mx:text id="status" /></th> <th><mx:text id="nb_downloads" /></th> <th><mx:text id="maximum" /></th> <th><mx:text id="duree" /></th> <th mXattribut="colspan:colspan_actions"><mx:text id="actions" /></th> </tr> </thead> <tbody> <mx:bloc id="downloads"> <tr> <mx:bloc id="order"> <td><a mXattribut="href:href;hreflang:hreflang;title:title"><mx:text id="label" /></a></td> </mx:bloc id="order"></td> <td><mx:text id="date" /></td> <td><mx:text id="title" /></td> <td><mx:text id="type" /> (<mx:text id="extension" />)</td> <td><mx:text id="weight" /></td> <td><mx:text id="status" /></td> <td><mx:text id="nb_downloads" /></td> <td><mx:text id="maximum" /></td> <td><mx:text id="duree" /></td> <mx:bloc id="download"> <td><mx:bloc id="link"><a mXattribut="href:href;hreflang:hreflang;title:title"><mx:text id="label" /></a></mx:bloc id="link"></td> </mx:bloc id="download"> </tr> </mx:bloc id="downloads"> </tbody> </table> </div> </mx:bloc id="downloads_list"> </div>
<div id="download"> <mx:text id="label_name" /> : <mx:text id="name" /> <mx:text id="label_size" /> :<mx:text id="size" /> <mx:text id="label_type" /> :<mx:text id="type" /> <mx:text id="label_extension" /> :<mx:text id="extension" /> <mx:bloc id="max_downloads"> <mx:text id="label" /> :<mx:text id="value" /> </mx:bloc id="max_downloads"> <mx:bloc id="max_delay"> <mx:text id="label" /> : <mx:text id="value" /> </mx:bloc id="max_delay"> <mx:bloc id="sample"> <mx:text id="label_sample" /> : <a mxAttribut="href:href;title:title;hreflang:hreflang;onclick:onclick"><mx:text id="label"/></a> </mx:bloc id="sample"> </div>