If you wish to add your own include file to replace the VPCart right column of your Home Page, you can edit the “shoppage_trailer.htm” template file located in the “templates\default” folder.
To do this, please follow the steps below:
1. Create the include file first. The include file can be an HTML or ASP type file. The file can contain banners, links, text, etc., that will enhance your site. Create your own unique filename (e.g. myrightcolumn.htm).
2. Upload the file to the “templates\default” folder.
3. Edit the “shoppage_ trailer.htm” file located in the
“templates\default”
folder.
4. Locate this code: <%rightsidebox%>
5. Please replace with:
<div class="col-md-3 col-sm-6
col-xs-12 mobile-wrapper ">
<!-- #include
file="myrightcolumn.htm" -->
</div>
Note: myrightcolumn.htm is your own custom file.
6. Save the file and upload to your site.
This would then display the content of your own include file for the right column and replace the VPCart right column functionality.