I have a homepage, that does include the small searchbox, the cart total and the register/logout button (read: function) implemented. The header and footer are not included, neither is any of the products being displayed on this page.
In the store settings, you can enter a message when you turn the store off...
The question: How can I have this show up on all pages (as it currently does) but not on this homepage? Reason I ask is that I've entered the homepage in the store settings page in the control panel.
This is the start-code from this hopepage. Anything I can remove from this. keeping the search function, cart total and the login (register) / logout function as well?
<% response.Buffer=true %> <% Set conlayout=Server.CreateObject("ADODB.Connection") conlayout.Open scDSN Set RSlayout = conlayout.Execute("Select * From layout Where layout.ID=2") Set rsIconObj = conlayout.Execute("Select * From icons WHERE id=1") %> <!--#include file="../includes/settings.asp"--> <!--#include file="../includes/storeconstants.asp"--> <!--#include file="../includes/emailsettings.asp"--> <!--#include file="../includes/languages.asp" --> <!--#include file="../includes/opendb.asp"--> <!--#INCLUDE file="../includes/stringfunctions.asp"--> <!--#include file="../includes/currencyformatinc.asp"--> <!--#include file="../includes/validation.asp" --> <!--#include file="../includes/SearchConstants.asp"--> <% on error resume next '******************************* ' Page Name '******************************* Dim pcStrPageName pcStrPageName = "index.asp" %> <!--#include file="pcStartSession.asp"--> <% Dim query, conntemp, rs, rstemp call openDb() %>
|
To see this page: http://www.worldofrugs.com/shop/pc/index.asp - http://www.worldofrugs.com/shop/pc/index.asp
|