• Welcome to KonaKart Community Forum. Please login or sign up.
 

Bug? pagination and images

Started by andrea.castelli, December 20, 2011, 08:53:37 am

Previous topic - Next topic

andrea.castelli

Hi,
I found a strange behavior in the standard pagination.

Clicking on next, the flow of the jsps goes there:

<logic:equal name="prodMgr" property="headerToShow" value="expired">         
             <div class="rel left max msg-box texCenter text14">
              <bean:message key="products.body.products.have.expired"/>
         </div>
</logic:equal>


displaying ...Products have expired Try new search...

After a while I noticed a product with different images.
The path for the images of that product is made in this way:

custom10 + image2

where:
custom10="http://myspecial_proxy"
image2="/my_special_image.jpg"

If I put
custom10=""
image2="http://myspecial_proxy/my_special_image.jpg"

everything works.
What does it happen in pagination? I don't have exception in my logs

Thank you.
Andrea


andrea.castelli

I made a mistake. This situation happen when the path of an image is wrong and the image is not loaded. The way to find the image in the result product is not important
Andrea