Categories

Featured templates

OpenCart 2.x. How to edit the title and the content of the Gift Voucher page

Rating: 5.0/5. From 2 votes.
Please wait...


OpenCart 2.x. How to edit the title and the content of the Gift Voucher page

This tutorial will guide you through the basic steps of editing the title and the content of the Gift Voucher page of your OpenCart store.

OpenCart 2.x. How to edit the title and the content of the Gift Voucher page_1

  1. First, log into the Hosting Control Panel or FTP.

  2. Navigate to your website root folder.

  3. Open the voucher.php file in catalog/language/your_langauge/account folder, here you can edit the page title and its contents:

    OpenCart 2.x. How to edit the title and the content of the Gift Voucher page_2

    1. Let’s change the page title:

      1. The page title in our case is $_['heading_title'] = 'Purchase a Gift Certificate'; – we will change it to:

        $_['heading_title']    = 'Purchase a Gift Certificate For Your Friend';
      2. Save changes:

        OpenCart 2.x. How to edit the title and the content of the Gift Voucher page_3

  4. In order to change Gift Voucher text on checkout page, open the voucher.php file in catalog/language/your_language/checkout folder:

    OpenCart 2.x. How to edit the title and the content of the Gift Voucher page_4

    1. Let’s change the title:

      1. The title in our case is $_['heading_title'] = 'Use Gift Voucher'; – we will change it to:

        $_['heading_title'] = 'Use Gift Voucher and Save Your Money';
      2. Save changes:

        OpenCart 2.x. How to edit the title and the content of the Gift Voucher page_5

  5. Refresh the website to see the changes.

Feel free to check the detailed video tutorial below:

OpenCart 2.x. How to edit the title and the content of the Gift Voucher page

OpenCart Templates
This entry was posted in OpenCart Tutorials and tagged certificate, content, gift, opencart, page, Voucher. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket