this is the code to turn on or off my custom pics
Code:
<!--bof not in JNS Flooring and Supplies stock icon  -->
            <?php if ($products_quantity <= 0) { ?>
                <?php echo TEXT_PRODUCT_NOT_IN_STOCK; ?>
            <?php } ?>
            <!--eof not in JNS Flooring and Supplies stock icon  --> this one dissapears after price updater refeshes its price
Code:
<!--bof free ship Freight icon  -->
                        <?php if($product->fields['product_is_always_free_shipping'] == 3) { ?>
                            <div id="freeShippingunder"><?php echo TEXT_PRODUCT_FREE_SHIPPING_FREIGHT; ?></div>
                        <?php } ?>
                        <!--eof free ship Freight icon  -->
this 1 still shows