I noticed a strage value of product prices. I try to explain with some photos.
1. PRICE SET UP in BACK END
2. PRICE DISPLAY IN MODULE - where this number comes from???
THE CODE that I think generates this number (mod_virtuemart-cart/default.php)
- Code: Select all
<?php if ($show_price) : ?>
<span class="gkPrice num<?php echo $iteration%3; ?>"><?php echo str_replace(' ', '', $product['prices']); ?></span>
<?php endif; ?>
Price values on other part of pages seems to be ok (Checkout, product-details etc)
Thank you