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
can not input the QTY
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: can not input the QTY
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)
Jan
(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)
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 13 Oct 2019, 11:40
Re: can not input the QTY
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
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
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: can not input the QTY
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):
Kind regards
Christine
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;
}
Christine
-
- Phoca Newbie
- Posts: 3
- Joined: 13 Oct 2019, 11:40
Re: can not input the QTY
thank you so much,Christine
it fixed with your guidance.
appreciate your help.
it fixed with your guidance.
appreciate your help.
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: can not input the QTY
Hi Leon,
that's fine & thanks for feedback.
Kind regards
Christine
that's fine & thanks for feedback.
Kind regards
Christine