Pop-up de notification

  • Posts: 42
  • Thank you received: 0
14 years 2 weeks ago #24385

Comment fait-on et quel est le code à mettre pour qu'il y ait des images dans le pop-up de notification... une image pour continuer votre shopping et une image pour terminer ma commande
merci de me donner le code ainsi que l'endroit ou le placer

Please Log in or Create an account to join the conversation.

  • Posts: 84304
  • Thank you received: 13698
  • MODERATOR
14 years 2 weeks ago #24401

Sur notre site de démo, nous utilisons le CSS suivant pour faire cela:


#hikashop_add_to_cart_continue_div .hikashop_cart_input_button {
background-image: url(../images/shopping.png);
background-position: right;
background-repeat: no-repeat;
background-color: transparent;
color: #167E93;
padding-right: 45px;
height: 40px;
font-weight: bold;
}

#hikashop_add_to_cart_checkout_div .hikashop_cart_input_button {
background-image: url(../images/checkout.png);
background-position: right;
background-repeat: no-repeat;
background-color: transparent;
color: #167E93;
padding-right: 45px;
height: 40px;
font-weight: bold;
}


Il faut l'ajouter soit dans le CSS de votre template soit dans le CSS d'hikashop (après l'avoir adapté à votre cas bien évidemment).

Please Log in or Create an account to join the conversation.

  • Posts: 42
  • Thank you received: 0
14 years 2 weeks ago #24406

OK merci infiniment

Please Log in or Create an account to join the conversation.

Time to create page: 0.054 seconds
Powered by Kunena Forum