Replace VPCart Left Column Functionality With Your Own Include File

 

If you wish to add your own include file to replace the VPCart left column of your Home Page, you can edit the shoppage_header.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. myleftcolumn.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: <%leftsidebox%>

 

5.   Please replace with:
<div class="col-md-3 col-sm-6 col-xs-12 col-md-pull-6 mobile-wrapper ">
<!-- #include file="myleftcolumn.htm" -->
</div>

Note: myleftcolumn.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 left column and replace the VPCart left column functionality.