Categories

Featured templates

OpenCart 2.x. How to edit the Returns page

Alice Weasley March 16, 2016
Rating: 5.0/5. From 2 votes.
Please wait...
OpenCart 2.x. How to edit the Returns page

This tutorial shows how to edit the Returns page in OpenCart:

Opencart_2_How_to_edit_Returns_page_1
  1. Navigate to catalog/view/theme/themeXXX/template/account/return_info.tpl inside your site directory on server via FTP or in your hosting cPanel and open it with any code editor.

    We strongly recommend backing up the file before editing it.

  2. There you can edit the form code.

    1. The Return ID field is set by this code:

       #
        
    2. The Date added code:

       
      
    3. The Order ID code:

       #
    4. The Order Date code:

        
    5. To remove the Product name section, you need to delete these parts of code:

      line 37

       

      and line 44

    6. The code for Model section:

      line 38

       

      and line 45

    7. The code that shows the Quantity fields is the following:

      line 39

      and line 46

    8. The code that shows the Reason area:

      line 53

      and line 60

    9. The Opened status is set with the help of this code:

      line 54

      and line 61

    10. The Action field, that is the type of the returned product status, is displayed with the help of this code:

      line 55

      and line 62

    11. And the Returns Comments section is set by this code:

             
        
  3. To remove the fields, delete the code used for them.

  4. To change the fields width, change the percentage in the code. Make sure the percents amount fits the row for nice layout.

  5. When all the necessary changes are made, click Save and refresh the site to see the changes:

    Opencart_2_How_to_edit_Returns_page_2

Feel free to check the detailed video tutorial below:

OpenCart 2.x. How to edit the Returns page
Templates for OpenCart
This entry was posted in OpenCart Tutorials and tagged opencart, page, return. 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