Remove Quantity Option

Phoca Cart - complex e-commerce extension
User avatar
landed
Phoca Professional
Phoca Professional
Posts: 138
Joined: 15 Sep 2023, 10:51

Remove Quantity Option

Post by landed »

Is there any way to have the quantity set to 1 and not changeable, it causes a problem if people accidentally select and add 2 to cart or more even. TY
User avatar
Nidzo
Phoca Professional
Phoca Professional
Posts: 440
Joined: 07 Nov 2018, 14:55

Re: Remove Quantity Option

Post by Nidzo »

Maybe hiding quantity field with css

Code: Select all

.form-group.ph-form-quantity {
    display: none;
}
User avatar
landed
Phoca Professional
Phoca Professional
Posts: 138
Joined: 15 Sep 2023, 10:51

Re: Remove Quantity Option

Post by landed »

Actually that could work! Thanks
Post Reply