How to add Browse by Price container to VPASP 7.0

How to add Browse by Price container to VPASP 7.0

Hi everyone,

I have had a few people ask how I created the Browse by Price container in our online demo. So I thought it might be helpful to post a tutorial on how this to your VPASP 7.0 storefront.

browse by price

Start by logging into your VPASP admin console.

Navigate to the Layout Manager and in the left column, or right column if you like if you are running a 3 column site, click the Add Box button.

Add box

This will create an empty Container ready for you to set up.

Now click the Edit link.

Edit link

From the dropdown list select the Free Text option.

Add values

Set the following:

Enable: Yes
Label Name: Browse by Price
Seq: 01
Display with Box: Yes
Display Text:

<div align="left">
<ul class="sidepage">
<li><a href="shopquery.asp?cprice=20">Below $20</a></li>
<li><a href="shopquery.asp?lowprice=20&cprice=50">From $20 to $50</a></li>
<li><a href="shopquery.asp?lowprice=50&cprice=100">From $50 to $100</a></li>
<li><a href="shopquery.asp?lowprice=100">Over $100</a></li>
</ul></div>

Show in SSL?: Yes

finshed

Click Save Changes and then Close.

Now browse to your home page of your site and click refresh.

You should now see the Browse by Price Container appear!

Hope this helps!

Thanks
Cam Flanigan

Happy selling!


Times Viewed:
3327
Added By:
Cam Flanigan
Date Created:
4/26/2011
Last Updated:
7/19/2015