OK, there is a filter to filter out free shipping products, but is there an easy way to add to product grid or list in categories a free shipping note next to product?
Please pay your attention to the various amount of product stickers addons:
If you need just a text, please specify the place where it should be displayed
I really not want to invest in minimum priority addon and have more headache upgrading it in future... There are no free solution. In past there was some php hardcode to put in tpl to display text next to add to cart button.
Please pay your attention to the various amount of product stickers addons:
If you need just a text, please specify the place where it should be displayed
If you need to display it in the 'Multicolumns' products list view, you can insert this code:
{if $product.free_shipping == 'Y'} {__("free_shipping")} {/if}
to the design/themes/[YOUR THEME]/templates/blocks/list_templates/grid_list.tpl.
For example, if you need it to be displayed just below the product's image, find the
For other list templates use the following files:
design/themes/[YOUR THEME]/templates/blocks/list_templates/products_list.tpl for 'List without options'
design/themes/[YOUR THEME]/templates/blocks/list_templates/compact_list.tpl for 'Short list'