Gift Certificate By Post

Is there easy way to remove "Send via postal mail" option ?

OK so I figured out this myself, did not see any hooks so simply made tpl override


responsive / templates / addons / gift_certificates / views / gift_certificates / update.tpl

copy to

my_theme / templates / addons / my_changes / overrides / addons / gift_certificates / views / gift_certificates / update.tpl

changed

        
{__("send_via_postal_mail")}

to

        
{__("send_via_postal_mail")}

Hi,

Are the files in the admin panel or the c-panel? I not not able to find them.

Thanks!

Full path is

CSCART_DIR/design/themes/responsive/templates/addons/gift_certificates/views/gift_certificates/update.tpl

Switching the code only disables the ability to click on the "Send via postal mail" in the gift certificates page, but the wording still appears. Which code can be removed to completely remove the "Send via postal mail" wording?

Thanks

Switching the code only disables the ability to click on the "Send via postal mail" in the gift certificates page, but the wording still appears. Which code can be removed to completely remove the "Send via postal mail" wording?

Thanks

deleted