Page 1 of 1

can not input the QTY

Posted: 13 Oct 2019, 11:51
by limin
Dear Jan
i am new Phoca Cart user,after i submitted one production,it can not input "Qty:" box near the add to cart.
where wrong did i make?

thank you very much.
Leon

Re: can not input the QTY

Posted: 13 Oct 2019, 11:57
by Jan
Hi, can you paste a screenshot or link to the site where this occurrs to see what do you exactly mean?

(Mostly if a number cannot be added to quantity input box, it is caused by template CSS which adds large padding value which in fact prevents from seeing numbers inside short form fields like quantity input field) :idea:

Jan

Re: can not input the QTY

Posted: 14 Oct 2019, 04:43
by limin
thank you very much,Jan

i will try to look at it according to your guidance.below is my website link.


https://belnda.cloudaccess.host/en/esse ... n-oil.html

Re: can not input the QTY

Posted: 14 Oct 2019, 11:16
by christine
Hi,

current code is in: /media/com_phocacart/css/main.css with width 2em;

you could add to your e.g. custom.css or template.css (depends on template):

Code: Select all

.form-inline .form-group .ph-input-quantity {
    width: 3.5em;
}
Kind regards

Christine

Re: can not input the QTY

Posted: 19 Oct 2019, 14:56
by limin
thank you so much,Christine
it fixed with your guidance.
appreciate your help.

Re: can not input the QTY

Posted: 19 Oct 2019, 21:53
by christine
Hi Leon,

that's fine & thanks for feedback.
Kind regards
Christine