How To Not Activate "send Via Mail" For Giftcards

Hello,

how can I dis activate the radio button for sending via mail. I need only sending via email for Giftcards?

best

Bernhard

You should edit the template located here

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

I changed it like this but doesnt work?

{__("how_to_send")}
{__("send_via_email")}
{__("send_via_postal_mail")}

Clear cache

in the admin menu? doesn't help

What kind of changes did you make?

As alternative, try to delete the var/cache directory manually

It looks like disabled='disabled' was added. Should just remove checked="checked".

so remove disabled='disabled' AND checked="checked"?

Ah works with my code after clearing cache...sorry and thank you!