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 pricethis 1 still showsCode:<!--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 -->


Reply With Quote

