Return Period -- removing it from the product page and listing

Hi,

I would like to stop the Return Period from displaying automatically on the site. I can't seem to find the appropriate file to edit?. Can anyone help direct me?



Thanks

skins\basic\admin\addons\rma\hooks\products\detailed_content.post.tpl

the text to remove is || $mode == “add”

in the datapase cs-cart-products set the is_returnable defaultcalue to N

```php

{* $Id$ *}


{include file="common_templates/subheader.tpl" title=$lang.rma}

{$lang.returnable}:




{$lang.return_period_days}:



```

Thank you so much for your help.