can not input the QTY

Phoca Cart - complex e-commerce extension
limin
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 13 Oct 2019, 11:40

can not input the QTY

Post 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

Tags:
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: can not input the QTY

Post 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
If you find Phoca extensions useful, please support the project
limin
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 13 Oct 2019, 11:40

Re: can not input the QTY

Post 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
christine
Phoca Hero
Phoca Hero
Posts: 2723
Joined: 28 Nov 2010, 17:20

Re: can not input the QTY

Post 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
limin
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 13 Oct 2019, 11:40

Re: can not input the QTY

Post by limin »

thank you so much,Christine
it fixed with your guidance.
appreciate your help.
christine
Phoca Hero
Phoca Hero
Posts: 2723
Joined: 28 Nov 2010, 17:20

Re: can not input the QTY

Post by christine »

Hi Leon,

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