After upgrading Virtuamart 2.0.14, the picture of the Ajax Window in "My Cart" is aleatory and is not the picture of product.
I have locate the line who generate the picture but i don't know to resolve the problem.
File : templates/gk_bikestore/html/mod_virtuemart_cart/default.php
Line 72 :
- Code: Select all
<img src="<?php echo $images[$product['product_sku']]; ?>" alt="" width="92" height="72" />
Can you help me ?