Search the Community
Showing results for tags 'touchspin'.
-
Hi, I'd like to change the display for the quantity buttons on a product page on Prestashop 1.7.3.2 From what I got, the default display is Bootstrap TouchSpin with vertical alignment, and I'd like to change it for a classic vue, with the - at the left of the field, and the + at the right of the field. I'd also like to add custom icons for - and + Any idea how to do so? Thanks, Pierre
-
Hello everyone, i'm facing a weird problem with my ps_1.7.8 Close to the 'add to cart' button (and also in the cart checkout and cart itself) I have 2 squares instead of the arrows for increase or decrease quantities. Squares in which i can't really read but looks like FT06 (up) and FT07 (down). at the F5 refresh we can see very shortly the arrows appearing and then disappear under these squares As they appear at least 1/4 second, i guess there is a kind of function that finally erase them. I wondered then a font issue, i'm using a Warehouse theme with Google font Raleway typography (https://fonts.google.com/specimen/Raleway) and it seems that this font do not accept ˄ or ˅. Do you think it could come from that ? I then changed the font in order to see if i had the same result and even with arial or tahoma, there are still these squares... With console i see <span class="input-group-addon bootstrap-touchspin-postfix" style="display: none;"></span> <button class="btn btn-touchspin js-touchspin bootstrap-touchspin-up" type="button"><i class="fa fa-angle-up touchspin-up" aria-hidden="true"></i></button> <button class="btn btn-touchspin js-touchspin bootstrap-touchspin-down" type="button"><i class="fa fa-angle-down touchspin-down" aria-hidden="true"></i></button> Do you think there is any error ? in my previous 1.7.6 (where arrows appear correctly), i had no aria-hidden="true", i don't really know what this is for, is there any chance it comes from that ? Have you ever faced something like this and do you have any idea how to solve it ? Many thanks by advance
-
Bonjour, Je cherche à transformer le design des boutons d'incrémentation de la partie product-add-to-cart. Dans le fichier .tlp, le code ne corresponds pas au code généré que l'on peut voir dans l'inspecteur de propriété et il semblerait que des classes soient générées en JS. Si je surcharge ou modifie le fichier product-add-to-cart.tpl je n'arrive pas a afficher correctement le bloc. En fait, je cherche juste à faire quelque chose comme ça en remplaçant les flèches up et down par un + et un -, en les plaçant de chaque côté du nombre de commande. C'est assez répandu dans les sites prestashop mais je n'y arrive pas 😞 . Est-ce que je suis dans la bonne démarche ? Est-ce qu'il faut modifier ça ailleurs ? Est-ce que quelqu'un aurait une solution ? Merci !