VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: psm on August 29, 2017, 14:44:40 PM

Title: Quantity buttons do not show arrows
Post by: psm on August 29, 2017, 14:44:40 PM
Dear all,
last day, I saw that I do not have arrows in quantity box. I checked all php modifications which I made untill this day but I could not find rootcause. Please could you advice me what can be problem? I checked also all new components and modules which I install and turned off them, but it is still the same.

Thanks
Title: Re: Quantity buttons do not show arrows
Post by: jenkinhill on August 29, 2017, 16:28:55 PM
In which "quantity box"?  Default VM templates use +/-  sprites. This is usually a template css issue.
Title: Re: Quantity buttons do not show arrows
Post by: psm on August 29, 2017, 17:15:56 PM
Sorry there should be + - but it is wrong. Please if you want you can check directly on my webpage www.smartobchod.sk.

Thanks
Title: Re: Quantity buttons do not show arrows
Post by: Ghost on August 29, 2017, 17:34:05 PM
Are you talking about arrows shown in template demo? https://demo.virtuemarttemplates.net/joomla3/megawebshop/

If so, you could either update your template (mind your customizations!) or customize add to cart button sublayout. In the sublayout you need to change quantity input type from text to number.
Title: Re: Quantity buttons do not show arrows
Post by: Ghost on August 29, 2017, 17:40:54 PM
OK, I see now. Buttons appear on the page but they're hidden behind other elements because of styling. Use Firebug to inspect your CSS. Change their positioning, etc.
Title: Re: Quantity buttons do not show arrows
Post by: psm on August 29, 2017, 20:20:05 PM
Finally I found out problem. I deleted files from sulayouts folder from my template folder and so original virtuemart files were used.