nagim Posted January 11, 2016 Share Posted January 11, 2016 Bonjour, J'aimerai modifier complétement mon blockcart,avoir un panier déroulant par exemple et en couleur,mais surtout modifier le petit icon "caddy". Pouvez vous m'aider sur les modification a faire. merci www.rasageluxe.com Link to comment Share on other sites More sharing options...
slykereven Posted January 12, 2016 Share Posted January 12, 2016 voir cette discussion pour modifier l'icone panier https://www.prestashop.com/forums/topic/332121-changer-icone-panier/ Link to comment Share on other sites More sharing options...
cleanhoster Posted January 13, 2016 Share Posted January 13, 2016 Bonjour, pour le faire par exemple pour ajouter une autre icone du panier, allez d'abord dans le fichier css du module panier(blockcart.css) et commentez la ligne ci-dessous pour faire disparaitre l'icone qui est là: .shopping_cart > a:first-child:before { /*content: "\f07a";*/ ensuite allez dans le fichier tpl du module et insérez l'image que vous voulez comme je l'ai fait sur la ligne en rouge, n'oubliez pas de mettre un id afin de facilement le manipuler avec le css <!-- MODULE Block cart --> {if isset($blockcart_top) && $blockcart_top} <div class="col-sm-3 clearfix{if $PS_CATALOG_MODE} header_user_catalog{/if}"> {/if} <div class="shopping_cart"> <a href="{$link->getPageLink($order_process, true)|escape:'html':'UTF-8'}" title="{l s='View my shopping cart' mod='blockcart'}" rel="nofollow"> <img src="{$img_dir}panier.png" alt="{$shop_name|escape:'html':'UTF-8'}" id="top"/> <b>{l s='Cart' mod='blockcart'}</b> Cordialement, 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now