donaldlloyds Posted September 18, 2009 Posted September 18, 2009 bonjour, comment afficher les bloc des produits phares en longueurs comme l affichage de base d une catégorie ?V Share this post Link to post Share on other sites More sharing options...
donaldlloyds Posted January 21, 2010 Posted January 21, 2010 bonjour, grâce a la fonction recherche je suis retomber sur un vieux post a moi,j ai un peu progresser depuis :-P et j ai besoin superposer ses produits pharesj ai bien dégrossi le boulot, il me reste juste le prix et les bouton a placeravec firebug ca marche mais il ne me donne pas de chemin correct pour modifieril se contente de element.style { margin-left:600px; margin-top:-200px; } impossible de l appliquer ds le global.css >le page en question : http://www.exception-day.com/ Share this post Link to post Share on other sites More sharing options...
donaldlloyds Posted January 21, 2010 Posted January 21, 2010 j ai bien avancé reste plus que le prix qui fait chier ! Share this post Link to post Share on other sites More sharing options...
donaldlloyds Posted January 21, 2010 Posted January 21, 2010 ta dammmmmmmmmmmmmmmmm !!!!!!!! j ai reussi merci a tous pour votre aide !! ;-Phttp://www.exception-day.com/ Share this post Link to post Share on other sites More sharing options...
Lavande Posted January 23, 2010 Posted January 23, 2010 Très chouette !ton slide en haut de ta page d'accueil c'est un module payant ? Share this post Link to post Share on other sites More sharing options...
donaldlloyds Posted January 23, 2010 Posted January 23, 2010 non c est un slide gratuit tu le trouvera sur prestatoolps :meci d avoir sauvé le topik je me senté seul lol Share this post Link to post Share on other sites More sharing options...
Lavande Posted January 23, 2010 Posted January 23, 2010 trop dur la solitude des forums ! Je vais regarder de près cette affaire du slide, ça le fait ! Share this post Link to post Share on other sites More sharing options...
Lavande Posted January 24, 2010 Posted January 24, 2010 pas trouver le slide dans les tools... snif Share this post Link to post Share on other sites More sharing options...
donaldlloyds Posted January 24, 2010 Posted January 24, 2010 http://dgcraft.free.fr/blog/index.php/free-prestashop-modules/prestacycle-slideshow/ Share this post Link to post Share on other sites More sharing options...
Lavande Posted January 25, 2010 Posted January 25, 2010 Merci pour le lien ! Je l'ai mis dans les modules sur mon ftp mais je dois être complètement gourde je ne le trouve nulle part dans mon admin :-( Share this post Link to post Share on other sites More sharing options...
donaldlloyds Posted January 25, 2010 Posted January 25, 2010 Merci pour le lien ! Je l'ai mis dans les modules sur mon ftp mais je dois être complètement gourde je ne le trouve nulle part dans mon admin :-( vérifie que en le dezippant tu e l a pas contenu dans un dossier (ca m arrive souvent)genre ok = module/fichier pas bon dezip = module/module/fichier Share this post Link to post Share on other sites More sharing options...
bak21 Posted January 25, 2010 Posted January 25, 2010 Salut Donaldlloyds !Peux-tu expliquer ce que tu as modifié pour mettre les produits phares ainsi ?Cette façon de faire peut m'être utile...cdt Share this post Link to post Share on other sites More sharing options...
vestax Posted January 26, 2010 Posted January 26, 2010 bonjour, Je serez aussi intéresser par celle modification des produits phares en longueur.cordialement Share this post Link to post Share on other sites More sharing options...
donaldlloyds Posted January 26, 2010 Posted January 26, 2010 patienter encore une semaine dés qu il est fini ca sera mon cadeaux de cette année, je vais offrir le template Share this post Link to post Share on other sites More sharing options...
vestax Posted January 31, 2010 Posted January 31, 2010 Bonjour a tous,Toujours pas de nouvelles ?Cordialement Share this post Link to post Share on other sites More sharing options...
vestax Posted February 7, 2010 Posted February 7, 2010 Salut a toi ,toujours pas de nouvelles Share this post Link to post Share on other sites More sharing options...
donaldlloyds Posted February 7, 2010 Posted February 7, 2010 je bosse encore sur le template, mais en attendant si ce sont les produits phares qui t interesse voila le code(dsl j ai pas mal de boulot en ce moment) /* Special style for block products in center column */ #center_column .products_block { border: none; } #center_column .products_block { color: #595a5e; } #center_column .products_block h4 { line-height: 1.3em; margin-top: 320px; height: auto; } #center_column .products_block .block_content { background: #d0d3d8 none; padding:0pt; } #center_column .products_block ul li:hover { background: transparent url('../img/block-produits-bg-over.png') no-repeat scroll 0 0; } #center_column .products_block ul li { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:transparent url('../img/block-produits-bg.png') no-repeat scroll 0 0; clear:both; height:140px; width: 750px; margin-bottom:0.3em; padding:0px; } #center_column .products_block ul .product_accessories_description { margin:0; padding:0; } #center_column .products_block ul .product_accessories_description .product_accessories_price{ margin-top:75px !important; margin-top:0px; } #center_column .products_block ul .product_accessories_description { margin:0; padding:0; height:280px; } /*#center_column .products_block li.last_item { float:none; clear:both; }*/ #center_column .products_block li.last_item_of_line { border-right:none; } #center_column .products_block li.first_item_of_line { clear:both; } #center_column .products_block li.last_line { border-bottom:none; } #center_column .products_block p, #center_column .products_block h5 { margin: 0.5em 0.1em; } #center_column div.products_block h5 { display: block; height: auto; } #center_column div.products_block h5 a { color: #333300; font-size: 15px; } #center_column div.products_block ul li p { margin:0; padding:0; margin-left:600px; margin-top:-200px; } #center_column div.products_block p.product_desc { height:9.5em; color: #CCCCCC; } #center_column div.products_block a.product_image { display: block; background-color: transparent; width: 129px; height: 129px; margin-left:2px; } #center_column div.products_block .product_accessories_description a.product_image { width: 118px; height: 85px; } #center_column div.products_block a.product_description { display: block; width: 118px; height: 50px; margin-left:2px; } #center_column div.products_block a.product_image img{ float:none; margin:0; height:129px; margin-left: 13px; width:300px; margin-top:-135px; border: 0px solid #99CC00; padding-top:5px; } #center_column div.products_block p.product_desc, #center_column div.products_block h5 { margin-left:330px; margin-right:0.5em; margin-top:0; width: 270px; } #center_column div.products_block ul li p.product_desc a { font-weight:normal; } #center_column .products_block span.price { text-align: center; font-size: 1.5em; padding: 0.5em 0; /*display: block;*/ } p.price_container { text-align: center; } #center_column .products_block a.button { text-align:center; margin-left:600px; margin-top : 0; } #center_column .products_block a.exclusive { text-align:center; margin-left:600px; margin-top:0; } #center_column .products_block span.exclusive { text-align:center; } Share this post Link to post Share on other sites More sharing options...
donaldlloyds Posted February 7, 2010 Posted February 7, 2010 je te joind aussi les deux fichier graphique a mettre dans img de ton template produits phares e-com raptor.zip Share this post Link to post Share on other sites More sharing options...
vestax Posted February 7, 2010 Posted February 7, 2010 merci beaucoup pour ce code, dans quel fichier il faut l'ajouter ?Cordialement Share this post Link to post Share on other sites More sharing options...
donaldlloyds Posted February 7, 2010 Posted February 7, 2010 dans le global.css recherche (avec un editeur comme notepad ou le bloc note) les ligne et remplace par celle ci Share this post Link to post 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