Latest year not showing on the dropdowns of Orders Report Form For VPCart 7 and VPCart 650
If you are still using old version VPCart 7 and VPCart 6.50 you may find that the order report form for the years dropdown is outdated in the page (shopa_reports.asp) and not showing the current year.
Screenshot:
To fix the issue, please follow the steps below:
FOR VPCART 7:
- Open file shopdateform.asp located in the root for your V7 site using notepad or text editor.
- Locate this code (around line 514):
<option value="2020">2020</option>
- BELOW that line, please insert:
<option value="2021">2021</option>
<option value="2022">2022</option>
<option value="2023">2023</option>
<option value="2024">2024</option>
<option value="2025">2025</option>
- Locate this code below (Around line 93):
<option value="2016">2016</option>
- BELOW that code, please insert:
<option value="2021">2021</option>
<option value="2022">2022</option>
<option value="2023">2023</option>
<option value="2024">2024</option>
<option value="2025">2025</option>
- Locate this code below (Around line 215):
<option value="2016">2016</option>
- BELOW that code, please insert:
<option value="2021">2021</option>
<option value="2022">2022</option>
<option value="2023">2023</option>
<option value="2024">2024</option>
<option value="2025">2025</option>
- Save the file and upload the file back to your site.
FOR VPCART 6.50:
- Open file shopdateform.asp located in the root for your V7 site using notepad or text editor.
- Locate this code below (Around line 97):
<option value="2016">2016</option>
- BELOW that code, please insert:
<option value="2021">2021</option>
<option value="2022">2022</option>
<option value="2023">2023</option>
<option value="2024">2024</option>
<option value="2025">2025</option>
- Locate this code below (Around line 215):
<option value="2016">2016</option>
- BELOW that code, please insert:
<option value="2021">2021</option>
<option value="2022">2022</option>
<option value="2023">2023</option>
<option value="2024">2024</option>
<option value="2025">2025</option>
- Save the file and upload the file back to your site.
Thank you.
Times Viewed:
1158
Added By:
Wilson Keneshiro
Date Created:
2/9/2021
Last Updated:
2/9/2021