Strange price value in popup cart module

GK User
Fri Jan 23, 2015 10:39 am
Hi,

I noticed a strage value of product prices. I try to explain with some photos.

1. PRICE SET UP in BACK END
product-prices-setup.JPG


2. PRICE DISPLAY IN MODULE - where this number comes from???
price-display-module-pop-up.jpg


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
User avatar
Senior Boarder

teitbite
Sun Jan 25, 2015 9:50 am
Hi

Please send me an access to ftp and an exact url to the page of this product, so I'll make a dump and see what this price is.
User avatar
Moderator


cron