Hello,
I would like to show an icon on the listing page, when that listing is for sale and has shipping enabled.
So what is the function that returns if an item has shipping enabled or not?
I tried something like:
<?php if(function_exists('osp_product_to_cart_link') && osp_param('enable_shipping') == 1 ) { ?>
...
But it shows the icon on all listings, not just for those that have shipping enabled.
Any ideas?
Thanks!