Ok, thanks for your help.
In the developers tool kit I found that TEXT_PRODUCT_FREE_SHIPPING_ICON
was defined at two places :
/includes/extra_datafiles/languages/english/extra_definitions/product_free_shipping.php
Code:
Line #24 : //define('TEXT_PRODUCT_FREE_SHIPPING_ICON', 'FREE SHIPPING'); // for text or set to '' for nothing
Line #25 : define('TEXT_PRODUCT_FREE_SHIPPING_ICON', zen_image(DIR_WS_TEMPLATE_IMAGES . 'always-free-shipping.gif', 'Always Free Shipping')); // for an image or comment out to use another
And I also found a define at:
/includes/languages/english/extra_definitions/product_free_shipping.php
Code:
Line #24 : //define('TEXT_PRODUCT_FREE_SHIPPING_ICON', 'FREE SHIPPING'); // for text or set to '' for nothing
Line #25 : define('TEXT_PRODUCT_FREE_SHIPPING_ICON', zen_image(DIR_WS_TEMPLATE_IMAGES . 'always-free-shipping.gif', 'Always Free Shipping')); // for an image or comment out to use another
The product type is: Product - General
When I select Free shipping shouldn't that make the item become a FREE SHIPPING product?
Thank you,
Jacob Bushnell
Bookmarks