joomshop product quantitiy doenst show

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Apr 16, 2013 4:45 pm
Reply with quote
Report this post
i am using this tempalte with joomshoop companent. I cant see produtct quantity in product show case or in cart. may be text color is white. how i can fix it.
User avatar
Junior Boarder

teitbite
Tue Apr 16, 2013 4:48 pm
Reply with quote
Report this post
Hi

It's not about the color. It's just shop component locking the width of this field so tex is not visible. Please add this code to css:

Code: Select all
.jshop .prod_qty_input input,
tr.jshop_prod_cart .inputbox {
    padding: 0 5px;
    width: 35px !important;
}


This will also work for quantity box in cart checkout.
User avatar
Moderator


cron