Modify ITEM IN STOCK

  • Posts: 113
  • Thank you received: 2
10 years 8 months ago #186003

-- HikaShop version -- : 2.3.5.
-- Joomla version -- : 3.3

My problem is very simple, but i don't know how to solve it. The word "item in stock" is parallel to the "add to cart". How can I move on? I tried to insert the <div> in the file product / listing_img_title.php, but unsuccessfully.
Thank You

Attachments:

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

  • Posts: 2143
  • Thank you received: 747
10 years 8 months ago #186006

You could do so by e.g. simply adding this custom CSS:

.hikashop_product_stock_count {
  display: block;
}

See www.hikashop.com/support/support/documen...the-display.html#css on how to do so.


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )

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

  • Posts: 113
  • Thank you received: 2
10 years 8 months ago #186008

Thank You for reply. In custom.css i find only:
.hikashop_product_stock table tr, .hikashop_product_stock table td{
border: 0px !important;
}

I have insert the code display: block; but don't work...
I must modify other file?
Thank You

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

  • Posts: 2143
  • Thank you received: 747
10 years 8 months ago #186009

This has nothing to do with ".hikashop_product_stock table tr, .hikashop_product_stock table td", so you should not add "display: block;" there.

Just copy and paste these following 3 lines as a separate section into your custom CSS file:

.hikashop_product_stock_count {
  display: block;
}

This could be your template's "custom.css", indeed.

Alternatively, and as said before, you could create and maintain HikaShop's own frontend custom CSS file following the link I had also already given you: www.hikashop.com/support/support/documen...the-display.html#css


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )
The following user(s) said Thank You: gioxd

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

  • Posts: 113
  • Thank you received: 2
10 years 8 months ago #186010

Now It work! Thank You!

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

Time to create page: 0.070 seconds
Powered by Kunena Forum