for some reason my free shipping icon isn't showing on product info pages.
i have the product set to always free shipping
on the product info display if have the code
in the place i want the banner to display,PHP Code:<!--bof free ship icon --><?php if(zen_get_product_is_always_free_shipping($products_id_current) && $flag_show_product_info_free_shipping) { ?><div id="freeShippingIcon">test</div><?php } ?><!--eof free ship icon -->
in the css i have the div freeShippingIcon style to display a 200px box with a background image
i have free shipping modal activated
why aint it showing??


Reply With Quote
