Making quanity box larger

  • Posts: 122
  • Thank you received: 0
11 years 4 months ago #151357

-- url of the page with the problem -- : optimizedpanama.com/starsupply/index.php...product/8-ansao-0004
-- HikaShop version -- : 2.3.0
-- Joomla version -- : 3.2
-- PHP version -- : 5.4
-- Browser(s) name and version -- : all
-- Error-message(debug-mod must be tuned on) -- : Error_message

Hi,

My customer sells wholesale so wants to have orders up to 10,000 but the field is too small for these amounts.

How dowe make the field wider?

Thanks,

Mike

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

  • Posts: 13201
  • Thank you received: 2322
11 years 4 months ago #151374

Hi,

That can be done with some css properties, here is a tutorial which can help you:
hikashop.com/support/support/documentati...ize-the-display.html

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

  • Posts: 122
  • Thank you received: 0
11 years 4 months ago #151575

Hi Xavier, Thanks for the link.

I edited frontend_custom.css and chenged

.hikashop_product_quantity_field{
width:150px;

the width to 150 but as you can see from optimizedpanama.com/starsupply/index.php...product/8-ansao-0004

the width of the box remains the same size.

Please can you suggest another method.

Thanks,

Mike

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

  • Posts: 13201
  • Thank you received: 2322
11 years 4 months ago #151614

Hi,

Can you try with an !important in the css property, that will override all the other css properties for this element.

.hikashop_product_quantity_field{ width: 150px !important; }
If it still doesn't work, thanks to try to add this property at the end of your template css file.

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

  • Posts: 122
  • Thank you received: 0
11 years 4 months ago #151693

Many thanks Xavier, it needed both ideas but we have success!

Mike

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

  • Posts: 122
  • Thank you received: 0
11 years 4 months ago #153689

Hi,

At www.starsupplyalliance.com/index.php/pro...product/8-ansao-0004

I am trying to change the css in frontend_custom.css by adding .hikashop_product_price{ color: #99cc00;font-size: 14px;} as shown in the tutorial but the size of the price is still tiny

I have even added it to the bottom of the template.css file which worked before but still no success

What am I doing wrong?

Thanks,

Mike

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

  • Posts: 84292
  • Thank you received: 13692
  • MODERATOR
11 years 4 months ago #153716

Try like that instead and it will work:
.hikashop_product_price{ color: #99cc00 !important;font-size: 14px !important;}

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

  • Posts: 122
  • Thank you received: 0
11 years 4 months ago #153729

Great thanks!

How do I increase the size of por unidad (each unit) next to the price?

Mike

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

  • Posts: 84292
  • Thank you received: 13692
  • MODERATOR
11 years 4 months ago #153753

Like that:
.hikashop_product_price_per_unit{ font-size: 14px !important; }

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

Time to create page: 0.078 seconds
Powered by Kunena Forum