ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - "Sort by" found where?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

"Sort by" found where?

 Post Reply Post Reply
Author
Message
BigOrder View Drop Down
Newbie
Newbie


Joined: 08-April-2009
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote BigOrder Quote  Post ReplyReply Direct Link To This Post Topic: "Sort by" found where?
    Posted: 03-September-2009 at 11:31am
On each Category page there is a drop-down menu that says "Sort By". In what file might I find the code for this? Not the actual text "Sort By", I know this in the language file, but the actual code for this.

I want to change the text Sort By to an image that is bigger and more noticeable.

Thanks.
Shane
Big Order Savings
www.bigordersavings.com
Back to Top
Greg Dinger View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers
Avatar

Joined: 23-September-2006
Location: United States
Status: Offline
Points: 238
Post Options Post Options   Thanks (0) Thanks(0)   Quote Greg Dinger Quote  Post ReplyReply Direct Link To This Post Posted: 03-September-2009 at 11:43am
viewcategories.asp
 
      <%
      '=================================
      'show SORT BY drop-down
      '=================================
      if HideSortPro<>"1" then %>
       <td align="right" valign="middle" style="padding-left: 10px;">
        <form action="viewCategories.asp?pageStyle=<%=pcPageStyle%>&idcategory=<%=pidcategory%><%=pcv_strCSFieldQuery%>" method="post" class="pcForms">
         <%=dictLanguage.Item(Session("language")&"_viewCatOrder_5")%>
         <select name="prodSort" onChange="javascript:if (this.value != '') {this.form.submit();}">
         <%if UONum>0 then%>           
          <option value="19" <%if ProdSort="19" then%>selected<%end if%>><%=dictLanguage.Item(Session("language")&"_viewCatOrder_6")%></option>
         <%end if%>                       
          <option value="0" <%if ProdSort="0" then%>selected<%end if%>><%=dictLanguage.Item(Session("language")&"_viewCatOrder_1")%></option>
          <option value="1" <%if ProdSort="1" then%>selected<%end if%>><%=dictLanguage.Item(Session("language")&"_viewCatOrder_2")%></option>
          <option value="2" <%if ProdSort="2" then%>selected<%end if%>><%=dictLanguage.Item(Session("language")&"_viewCatOrder_3")%></option>
          <option value="3" <%if ProdSort="3" then%>selected<%end if%>><%=dictLanguage.Item(Session("language")&"_viewCatOrder_4")%></option>
         </select>
        </form>
       </td>
      <% end if
      '=================================
      'end SORT BY drop-down
      '=================================
      %>
Back to Top
BigOrder View Drop Down
Newbie
Newbie


Joined: 08-April-2009
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote BigOrder Quote  Post ReplyReply Direct Link To This Post Posted: 03-September-2009 at 1:11pm
Great Greg, thanks for the help. And I didn't break anything either!

http://www.bigordersavings.com/store/pc/Hospitality-Garden-Elements-c75.htm


(He likes it when I don't break things. Tongue)
Shane
Big Order Savings
www.bigordersavings.com
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.078 seconds.