It do not required many complicated steps to install Magestore Magento Gift Card extension. You just need to strictly follow the guide so you can install the module properly.  However, the guide does not cover some of your concern like how to change language displayed, remove logo in email template or put gift card as the last payment option on  checkout page. These small tips can help you edit Gift Card module and personalize it as you wish without much requirement of coding skill,.

1. How to change logo in email template?

To change logo in email template, please follow this link in Gift Card folder:

app\locale\en_US\template\email\giftvoucher\sefl.html

Go to line 25 then replace the current logo image’s name with the new one.

<img src=”{{skin url=”images/logo_email.gif” _area=’frontend’}}” alt=”{{var store.getFrontendName()}}”  style=”margin-bottom:10px;” border=”0″/>

2. How to translate language displayed?

Magestore Gift Card extension uses English as the default language. If your customers speak other language, take the following steps to translate language applied in Gift Card extension.

Step 1: Copy the file app/locale/en_US/Magestore_Giftvoucher.csv

Step 2: Move it to the folder: app/locale/your_language/Magestore_Giftvoucher.csv

Then translate the language in this file into the languages as you wish.

Step 3: Refresh Cache in the backend.

3. How to change position of Gift Card in checkout page?

Not Gift Card but other methods is customers’ most used payment method. So you need to change Gift Card position in checkout page.  

You can go to your server, open file js/magestore/giftvoucher/giftvoucher.js  then go to line 546 (function checkOutLoadGiftCard) and change the code from:

before: json.html

to:

after: json.html

Remember to clear cache after any changes you made on your Gift Card folder so they can be displayed as you wish. 

Now you got some tips to make some changes with your Gift Card extension. If you have any question, feel free to contact us at support@magestore.com to get assisted! Further more, you can know more about our gift card feature in our Magento product page, to porvide you the most useful information.

Happy Gift Card configuring!

Author

Kate N. is now working as a Retail Solution Specialist at Magestore. She has 3+ years of experience in brand management, marketing, and customer's insights. Kate loves to travel to experience new cultures and discover what is happening with retail all around the world.

Write A Comment