TOP

v65:navPrice

<v65:navPrice></v65:navPrice>

Description: Primarily for wine stores who want a way to filter products by price range.

HTML Source Output:

<div id="v65-navPrice">
   <span id="v65-navPriceTitle">Price</span>
   <ul>
      <li><a href="/index.cfm?method=pages.showPage&pageID=&lowPrice=0&highPrice=20">$20 and below</a>  <span class="v65-productCount">(21)</span></li>
      <li><a href="/index.cfm?method=pages.showPage&pageID=&lowPrice=20&highPrice=40">$20-$40</a> <span class="v65-productCount">(14)</span></li>
      <li><a href="/index.cfm?method=pages.showPage&pageID=&lowPrice=40&highPrice=80">$40-$80</a> <span class="v65-productCount">(37)< /span></li>
      <li><a href="/index.cfm?method=pages.showPage&pageID=&lowPrice=80&highPrice=10000">$80 and above</a> <span class="v65-productCount">(31)</span></li>
   </ul>
</div>

Base CSS from vin65.css:

#v65-navPrice
#v65-navPriceTitle 
.v65-productCount

Resource Bundle Elements:
PriceMenu
ResetLink