Hi Eric,
shop=31858
For some reason the first image on my category pages does not show.
When I look at the generated code it appears that there is an ampersand character instead of a question mark in the url.
The same product list code (without the pagination and sorting) works fine on the front page.
Even if I take off the pagination and sorting the problem persists...
First image code:
Code:
<div class="thmb">
<a href="/s/p/buy/1436501528188553/ferrari-fr-0059-67a-sunglasses/" ... >
<img src="/wp-content/uploads/store/products/images/1436501528188553.jpg&73749"
... >
</a></div>
Other image code:
Code:
<div class="thmb">
<a href="/s/p/buy/1436501528188554/ferrari-fr-0059-05a-sunglasses/" ... >
<img src="/wp-content/uploads/store/products/images/1436501528188554.jpg?73749"
... >
</a></div>
I have tested with both plugin 3.2.3316 (shop=32013) and 3.2.3264 and it's the same.
Any ideas what could be causing this?
Thanks,
Anders