Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 Customization
 Search Box
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

crittersmagic
Starting Member

28 Posts

Posted - November 29 2006 :  21:18:50  Show Profile  Visit crittersmagic's Homepage  Reply with Quote
Alright, i think i am getting close to finishing my site. so hopefully i will finish with all the questions.

http://www.crittersmagic.com

I moved the search box to the right hand side. Now when i change the text size in the body section of the shop.css file, it changed the size of the text inside the search box. I will copy my shoppage_trailer.htm file so that it can be looked at and i can be told how to fix that if it is in that file that needs fixing.

Plus, how do i turn off the price option in the advanced search?

Plus PLUS, is there a easy way to edit the advanced search?

Any help on this matter would be great.

Thanks
Critters


shoppage_trailer.htm:

<!-- START SHOPPAGE_TRAILER.HTM -->
<br><%
'========================================
'YourVirtualStore Code - adds in Ip address warning
'Turn this off in the online config by setting xdisplayIPAddress to No
'Cam Flanigan
'22/07/2003
'========================================
if instr(request.servervariables("script_name"), "shopcheckout.asp") > 0 then
DisplayIPAddress
end if
'========================================%>
</td>
</tr>
</table></td>
<td valign="top"><table width="156" border="0" cellspacing="1" cellpadding="2" align="right"></td>

<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class=menuhdr><%=getlang("langquicksearch")%><%=getlang("langcommonsearch")%></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="3" cellpadding="3" class="dashed">
<tr>
<td><p><%=getlang("langquicksearchinstruction")%>
<form method="POST" action="shopsearch.asp?search=Yes" id="form3" name="form3">
<input class="searchfield" type="text" name="keyword" size="19" style="width:100" value="<%=getlang("langsearchboxdefault")%>" onClick="clearfield()">
<input name="b1" type="image" src="images/header/lh_search.jpg" align="bottom" border="0">
</form></p>
<div align="center"><a href="shopsearch.asp"><%=getlang("langadvancedsearch")%><%=getlang("langcommonsearch")%></a> </div></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<!--START MINI CART-->
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class=menuhdr><%=getlang("langcart01")%></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="3" cellpadding="3" class="dashed">
<tr>
<td class="cartminilinks"><%NavigateShowMiniCartRight "long"%></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<!--END MINI CART-->
<!--START INFORMATION-->
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class=menuhdr><%=getlang("langcommoninformation")%></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0" class="dashed">
<tr>
<td><table border=0 cellpadding=0 cellspacing=0 width="100%">
<tr>
<td class=leftmenumain><a href="shopcontent.asp?type=shipping"><%=getlang("langadminshippingreturns")%></a></td>
</tr>
<tr>
<td class=leftmenumain><a href="shopcontent.asp?type=terms"><%=getlang("langcommonterms")%></a></td>
</tr>
<tr>
<td class=leftmenumain><a href="shopcontent.asp?type=privacy"><%=getlang("langcommonprivacy")%></a></td>
</tr>
<tr>
<td class=leftmenumain><a href="shopcustcontact.asp"><%=getlang("langcontactus")%></a> </td>
</tr>
</table>
</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<!--END INFORMATION-->
<!--START MARKETING TOOLS-->
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class=menuhdr><%=getlang("langmarketingtools")%></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0" class="dashed">
<tr>
<td><table border=0 cellpadding=0 cellspacing=0 width="100%">
<tr>
<td class=leftmenumain><a href="shopaffadmin.asp"><%=getlang("langaff")%></a></td>
</tr>
<tr>
<td class=leftmenumain><a href="shopgift.asp"><%=getlang("langgiftcertificate")%></a></td>
</tr>
<tr>
<td class=leftmenumain><a href="shopcustadmincoupon.asp"><%=getlang("langadmincoupons")%></a> </td>
</tr>
</table>
</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<!--END MARKETING TOOLS-->
</table></td>
</tr>
</table></td>
</tr>
<tr><td><%Navigateshowalphabet%></td></tr>
<tr>
<td align="center"><%=getlang("langCommonCopyright")%></td>
</tr>
</table>
<!--START DIVS MENU -->
<!--#include file="editor/horonavbar_divs.html"-->
<!--END DIVS MENU -->
</body>
</html>

Edited by - crittersmagic on November 29 2006 21:20:33

ironhawker
VP-CART Super User

USA
260 Posts

Posted - December 09 2006 :  02:57:59  Show Profile  Visit ironhawker's Homepage  Reply with Quote
You have 2 called classes here at least
Line 18 +or-
<td class=menuhdr> and
<td class=dashed>

You can rename them and create new classes in the /stylesheets/shop.css with specific controls and font sizes for these display parameters.

~-~-~-~-~-~-~-~-~-~
Randy "RC" Corn
Institute of Higher Learning

[email protected] 425-828-0738
Go to Top of Page

go4gold
VP-CART New User

151 Posts

Posted - December 10 2006 :  04:45:21  Show Profile  Visit go4gold's Homepage  Reply with Quote
Hi,

I can only answer the question on the price option in the advanced search ... change xsearchbyprice to "no" in shop config.
Good luck with finishing your site.

Go4Gold
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00