Select Product Quantity Dropdowns Blank

  • Posts: 106
  • Thank you received: 0
3 months 1 week ago #358357

-- HikaShop version -- : 5.0.2
-- Joomla version -- : 4.4.2
-- PHP version -- : 8.2.14
-- Browser(s) name and version -- : Chrome Version 116.0.5845.187 (Official Build) (x86_64)
-- Error-message(debug-mod must be tuned on) -- : None

We recently migrated our site from Joomla 3.10.x to 4.4.x and have noticed that the product fields to select a quantity are blank white. We cannot enter a value. When we select Add to Cart, the quantity field is also blank white but HikaShop has filled in the price for one item.

How do I get the quantity selector to display the options?

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 81566
  • Thank you received: 13075
  • MODERATOR
3 months 1 week ago #358359

Hi,

The problem is ith the CSS of your template.
I suppose you must be using another template and this new template has CSS code which messes the display of the quantity input field.
It adds padding which is bigger than the width available in the input field making the text in it disappear.
You would have to add custom CSS code to circumvent this:

.hikashop_product_quantity_field {
    padding: 8px !important;
}
i.imgur.com/8rZRX8H.png

Please Log in or Create an account to join the conversation.

Time to create page: 0.055 seconds
Powered by Kunena Forum