WebDesign-Entreprise Posted March 2, 2018 Share Posted March 2, 2018 Bonjour à tous, Une petite astuce qui vous évitera des erreurs de quantité lors de l'expédition de vos commandes. Cela fera vibrer, lors de la gestion de vos commandes, le champs quantité de chaque produit si plus de 1 produit est commandé. Ces lignes sont à ajouter dans le fichier CSS admin/themes/default/css/overrides.css .product_quantity_show.badge{ animation: shake 1.5s infinite; transform: translate3d(0, 0, 0); padding: 4px 8px; } @keyframes shake { 10%, 90% { transform: translate3d(-1px, 0, 0); } 20%, 80% { transform: translate3d(2px, 0, 0); } 30%, 50%, 70% { transform: translate3d(-2px, 0, 0); } 40%, 60% { transform: translate3d(2px, 0, 0); } } Link to comment Share on other sites More sharing options...
Soyons Solidaire Posted March 2, 2018 Share Posted March 2, 2018 (edited) Salut , Merci pour le partage, pour 1.6 et 1.7 ? Edited March 2, 2018 by Soyons zen (see edit history) 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