error in item number

  • Posts: 78
  • Thank you received: 0
11 years 3 months ago #118738

when viewing a product the item number is empty, and you cant put a number in...

Please advise

regards
Bison

Attachments:

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

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
11 years 3 months ago #118748

I've never seen such problem. Can you provide a link to that page so that we can see that ?

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

  • Posts: 78
  • Thank you received: 0
11 years 3 months ago #118754

Hi nicolas

Sure thing -

www.fotografkurser.dk/kat/product/1-ligh...-shoot-it-retouch-it

We was going for VM, but decided to go for hikashop instead, but the fields is all over the place....

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

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
11 years 3 months ago #118756

Hi,

That's coming from the CSS code:
select, textarea, input[type="text"], input[type="password"], input[type="url"], input[type="email"] {
-moz-border-radius: 4px;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-border-radius: 4px;
-webkit-box-sizing: border-box;
border: 1px solid #e5e5e5;
border-radius: 4px;
box-sizing: border-box;
color: #9c9c9c;
font-size: 12px;
font-weight: 400;
height: 34px;
max-width: 100%!important;
padding: 0 15px;
}
of the file www.fotografkurser.dk/templates/gk_storebox/css/joomla.css of your template. Remove that CSS and it will display correctly the quantity number.

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

  • Posts: 78
  • Thank you received: 0
11 years 3 months ago #118760

Hi nicolas... Thanks for the info,

But if I remove that, wont it ruin our template in other places, I mean the css must be there for a reason ??

regards
Bison

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

  • Posts: 26159
  • Thank you received: 4028
  • MODERATOR
11 years 3 months ago #118761

Hi,

Or you can add

min-width: 40px;
Or you can change padding to
padding: 0 5px;
But the input box works good, just your template which give the impression that...

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 78
  • Thank you received: 0
11 years 3 months ago #118785

Thanks - the min-width: 40px; did the trick

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

Time to create page: 0.059 seconds
Powered by Kunena Forum