![]() |
"Sort by" found where? |
Post Reply ![]() |
Author | |
BigOrder ![]() Newbie ![]() Joined: 08-April-2009 Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() 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 |
|
![]() |
|
Greg Dinger ![]() Certified ProductCart Developers ![]() ![]() Joined: 23-September-2006 Location: United States Status: Offline Points: 238 |
![]() ![]() ![]() ![]() ![]() |
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 '================================= %> |
|
![]() |
|
BigOrder ![]() Newbie ![]() Joined: 08-April-2009 Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() |
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. ![]() |
|
Shane
Big Order Savings www.bigordersavings.com |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |