KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: andrea.castelli on December 20, 2011, 08:53:37 am

Title: Bug? pagination and images
Post by: andrea.castelli on December 20, 2011, 08:53:37 am
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

Title: Re: Bug? pagination and images
Post by: andrea.castelli on December 20, 2011, 09:07:07 am
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