• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Alex
    Marek
  • Private: No
  • Open Date: 24.10.16, 22:48
  • Opened by: Alex
  • Closed by: Marek
  • Closed on: 09.06.17, 23:37
  • Reason: Closed
  • Comment: Glad to help!

Ticket #9995 - al4.5 product quantity with message no products

Comments

Alex 25 Oct 2016, 12:56

The fix is following:
- open the file “themes/alysum/js/product.js” - find the line
$(’#pQuantityAvailable:visible’).hide(’slow’);
- replace with
$(’#pQuantityAvailable:visible’).css({’display’: ‘none’});