item out of stock/not available for purchase

  • Posts: 3
  • Thank you received: 0
7 years 6 months ago #282884

-- url of the page with the problem -- : www.lightheartgear.com/index.php/shop-no...uct/411-hiking-shirt
-- HikaShop version -- : 3.2.1
-- Joomla version -- : 3.8.2

Hika shop was recently installed on my website (my tech person is out of town right now). When an item is out of stock in particular variants, it does not say this - there is just no "add to cart" button. I need it to say "Not available for purchase" (or some such verbiage). With just the 'add to cart" button absent, people think my website is broken.
This is something I hopefully will be able to take care of myself as Black Friday sale is just a few days away.

Thank you

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

  • Posts: 83933
  • Thank you received: 13590
  • MODERATOR
7 years 6 months ago #282887

Hi,

Your tech person has added custom CSS to the file www.lightheartgear.com/templates/yoo_vid...orange/css/theme.css of your template in order to remove the stock display on the product page:
span.hikashop_product_stock_count, .hika_address_field .hika_edit {display:none !important}
This removes both the stock and the no stock message.
What you can do is add after that code, the code:
.hikashop_product_no_stock{ display: block ! important; }
which should supercede the CSS rule of your tech person and keep the stock hidden, but display the no stock message.

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

Time to create page: 0.054 seconds
Powered by Kunena Forum