Gift Certificate

How do you add the purchase of a gift certificate to the storefront?

Please check:



CS-Cart Documentation — CS-Cart 4.15.x documentation



Instant Demo - CS-Cart Multi-Vendor Demo Try Free for 15 days

You can also add a tab to the top with Gift Certificates in Admin - Design - Menus - Quick Menu [list]

[]Home

[/list]

[list]

[
]My Account

[]Gift Certificates

[/list]

[list]

[
]View cart

[/list]

[list]

[*]About Us

[/list]

Sorry to drag up an old topic but how do you remove the send by postal mail option for the gift certificate?

I've been playing with the template files but have had no luck.

Any help greatly appreciated.

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

replace:

        
{__("send_via_postal_mail")}

with

        
{__("send_via_postal_mail")}

Worked a treat. Thank you so very much

You are welcome!