ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - Home page without message when store is closed
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Home page without message when store is closed

 Post Reply Post Reply
Author
Message
worldofrugs View Drop Down
Senior Member
Senior Member
Avatar

Joined: 24-April-2008
Location: United States
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote worldofrugs Quote  Post ReplyReply Direct Link To This Post Topic: Home page without message when store is closed
    Posted: 12-November-2008 at 2:07pm
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


Edited by worldofrugs - 12-November-2008 at 2:57pm
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.047 seconds.