Quantity don't display

29.10.2021 17:06
#1
shaddou
Joomshopping forum user no avatar
Name: haddou
01.11.2014
Posts: 3
Quote
Quantity don't display

Hello,
I have a problem with the store, I enter a quantity but no number appears in the item field, however, if the amount is valid in the cart but the quantity is still invisible. The version is 4.15.1

Thanks for help.
Quantity don't display


Joomla: 3.10.2
JoomShopping: 4.15.1
PHP: 7.3.29-1
MySQL: 5.0.12
Website Url: https://reflexologie-bienetre.fr/index.php?option=com_jshopping&view=product&category_id=2&product_id=2&Itemid=326&lang=fr
 
29.10.2021 19:24
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25857
Quote
Aw: Quantity don't display

Problem in CSS
https://reflexologie-bienetre.fr/components/com_jshopping/css/table.css

.jshop .prod_qty_input input {
width: 20px;
}

change to
.jshop .prod_qty_input input {
width: 50px;
}

 
29.10.2021 21:37
#3
shaddou
Joomshopping forum user no avatar
Name: haddou
01.11.2014
Posts: 3
Quote
Aw: Quantity don't display

Thanks !! It's ok on computer but not on smartphone and the same problem on the cart ...

 
30.10.2021 09:59
#4
shaddou
Joomshopping forum user no avatar
Name: haddou
01.11.2014
Posts: 3
Quote
Aw: Quantity don't display

I found !

in file /components/com_jshopping/templates/table/cart/cart.php

line 71, change "width: 25px" to "width: 50px"

cart.php: <input type = "text" name = "quantity[<?php print $key_id ?>]" value = "<?php print $prod['quantity'] ?>" class = "inputbox" style = "width: 25px" />


 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.