qty products box

08.11.2016 21:09
#1
petekay
Joomshopping forum user no avatar
Name: peter
09.07.2014
Posts: 6
Quote
qty products box

Hello,

I had an issue with the length to the prod_qty input box.

I change the following rules in the CSS to 35px with succes:
.jshop .prod_qty_input input{
width:35px;
margin-bottom: 0px;

But in my shopping cart the box is still too small

in my case, this is my shop:
http://www.kaldenbachpiano.nl/component/jshopping/cart/view?Itemid=0

How can i make this qty box more wide ?

thank you

 
08.11.2016 21:11
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25936
Quote
Aw: qty products box

Change template cart

style="width: 25px"

<input class="inputbox" name="quantity[0]" value="1" style="width: 25px" type="text">


https://www.webdesigner-profi.de/joomla-webdesign/joomla-shop/forum/posts/7/3567.html?lang=en

 
08.11.2016 21:44
#3
petekay
Joomshopping forum user no avatar
Name: peter
09.07.2014
Posts: 6
Quote
Aw: qty products box

I've added
style="width: 25px"
in cart.php

so it looks now like this:
<input type = "text" name = "quantity[<?php print $key_id ?>]" value = "<?php print $prod['quantity'] ?>" style="width:25px" class = "inputbox" />

but, it has no inpact on it. The box is still the same.

 
09.11.2016 08:04
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25936
Quote
Aw: qty products box

Set example 100px;

 
09.11.2016 20:40
#5
petekay
Joomshopping forum user no avatar
Name: peter
09.07.2014
Posts: 6
Quote
Aw: qty products box

Solved. My mistake:

I changed now the cart.php of the template (div) i'm using (not the standard one).

Thank you for you're quick help.

 


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.