hello
cs-cart for version 4.1.5
purchase gift certificate
only
Send via email
how to edit the code?
the picture show
how to send?
send via mail
send via email
framed location
delete
thanks
[quote name='istanbul' timestamp='1402184468' post='185302']
hello
cs-cart for version 4.1.5
purchase gift certificate
only
Send via email
how to edit the code?
the picture show
how to send?
send via mail
send via email
framed location
delete
thanks
[/quote]
You should find this code:
```php
{__("send_via_email")}
{__("send_via_postal_mail")}
{__("how_to_send")}
in this file:
```php /design/themes/basic/templates/addons/gift_certificates/views/gift_certificates/update.tpl ```
If you wish save only "[color=#282828][font=arial, verdana, tahoma, sans-serif]Send via email[/font][/color]", you need replace code on this:
```php
{__("send_via_email")}
{__("how_to_send")}
To remove one radio button use hidden input:
```php
```
Thanks