Pop-up de notification

  • Posts: 42
  • Thank you received: 0
12 years 8 months 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: 81604
  • Thank you received: 13082
  • MODERATOR
12 years 8 months 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
12 years 8 months ago #24406

OK merci infiniment

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

Time to create page: 0.056 seconds
Powered by Kunena Forum