• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Alex
  • Private: No
  • Open Date: 15.05.16, 18:30
  • Opened by: Filip Pytela
  • Closed by: Alex
  • Closed on: 10.06.16, 10:35
  • Reason: No answer from a customer
  • Comment: Glad to help!

Ticket #9541 - undefined product image

Hi Guys , I have problem with product image. When I switch on the CACHE the product image are undefined.

Comments

Alex 16 May 2016, 15:12

Hi. Yes it was Alysum 4.4 bug. I’ve fixed it

/themes/alysum/js/global.js

if (view && view != 'grid')
	display(view);
else
	$('.display').find('li#grid').addClass('selected');

changed to

if (view && view == 'grid')
   $('.display').find('li#grid').addClass('selected');