possible jrStore issues
Using Jamroom
blindmime:...
We have this in jrElastic's list template in the jrStore module: {if strlen($item._product_images.0)}. Does this imply >0? ....
Nope, that reads, "If the string length of the first item in the _product_images array is greater than zero"We have this in jrElastic's list template in the jrStore module: {if strlen($item._product_images.0)}. Does this imply >0? ....
So its checking that there is a product image set.
I would expect that the order of the images would always have them in the same order, so _product_image.0 should be the same in any location. If its not, then it could be that the product images are being sorted.
URL's to see locations where it happens please.