Problems displaying item number with two digits

  • Posts: 51
  • Thank you received: 4
3 years 7 months ago #323108

-- url of the page with the problem -- : www.balkapetfood.dk/
-- HikaShop version -- : 4.3.0
-- Joomla version -- : 3.9.20
-- PHP version -- : 7.4.9
-- Browser(s) name and version -- : Google Chrome Linux

I experience problems showing two digit numbers in the basket and in the checkout process.
If I buy 10 (or more) of a item in the webshop I only see the first digit in my basket and in the final checkout process.
Is there a way to solve this, as this could confuse my customers.
I have attached three screen dumps illustrating the issue.

Best Regards,
Anders

Attachments:

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

  • Posts: 12953
  • Thank you received: 1778
3 years 7 months ago #323114

Hello,

Sure, you'll just have to use some CSS code so that you'll be able to correctly see the quantity field's value.
For example, for the product page, using that kind of CSS code will do the job :

.hikashop_product_quantity_main .jsn_quantity_default .hikashop_product_quantity_input_div_default .hikashop_product_quantity_field {
    width: 44px!important;
}
.hikashop_product_quantity_main .jsn_quantity_default .hikashop_product_quantity_change_div_default {
    width: 22px!important;
}

For more information about CSS customization :
www.hikashop.com/support/documentation/1...the-display.html#css

Kind regards,
Mohamed.

The following user(s) said Thank You: anders.drejer

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

  • Posts: 51
  • Thank you received: 4
3 years 7 months ago #323170

Thank you - this did the trick :cheer:
Regards,
Anders

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

Time to create page: 0.084 seconds
Powered by Kunena Forum