Few configuration questions ?

  1. How to show free shipping in category and product description page?


  2. Added poll to home page, it has captcha how to disable it? In admin panel disabled everything in image verification but it still there.



    Thanks

Figured out myself regarding Free shipping.


{if $product.free_shipping eq "Y"}
This item is eligable for FREE SHIPPING
{/if}




In



views/products/components/buy_now.tpl



before


{if $hide_add_to_cart_button != "Y"}

Same issue with the poll and image verification. Any resolutions?

[quote name=‘CSCartSkins’]Same issue with the poll and image verification. Any resolutions?[/QUOTE]



admin.php?dispatch=settings.manage§ion_id=Image_verification



Use for: Polls disable it.

It is disabled or unchecked but still showing. I will search the bug base and see if there is anything in there regarding this issue.