|
Below is archived content (pre sept 2002) |
|
Item |
Source |
|
(we are using collapsible outlines so click on the item to see the
details) |
- Mad dog in store
- sfreports6.asp changes the store name to the following:
storefront mad dog prototype web store
- program files | microsoft office | templates | 1033 | webs |
storefront50.tem | ssl | admin | sfreports6.asp and
program files | microsoft office | templates | 1033 | webs |
storefrontpro50.tem | ssl | admin | sfreports6.asp
Change it. (from mad dog to c_store)
>replace storefront mad dog prototype web store
>with <%= C_STORENAME %>
That way if you build another web or re-import the file it's already
fixed. Probably have to change it in the next build too, it's a
re-occurring problem
|
SF Newsgroup posting |
|
Storefront Quick Start guide (hyperlink) |
SF Newsgroup |
- What does YouHaveASale do??
- I see it in my Task Manager, but it doesn't
seem to do anything. I assumed it would notify you when you got an
order,
but after several test orders, I haven't seen anything happen.
- Right-click on the little cash register icon in your tool tray,
near the
clock, and select Properties. You have to tell it which db connection
to
check and also enable checking.
|
SF Newsgroup |
- Quickbooks Integration
- LaGarde is completing a QuickBooks integration that will allow for
the
transfer of inventory and sales data between StoreFront 5.0 and
QuickBooks
Pro 2002. Release is scheduled for December 20.
Sarah
StoreFront Product Manager
|
SF Newsgroup |
|
Quickbook extraction & sf
componentchecker (link) |
SF newsgroup |
- ADO version running on Server
- To check what version of ADO is running on a server create a
simple asp page and insert the following code:<%
Set objConn = Server.CreateObject("ADODB.Connection")
response.write "This Server's ADO Version: " & objConn.Version %> at
the beginning of the page in the head section.
- Get more information on ADO or download the latest mdac
click on this link
|
Wolf |
|
MS Office
Service pack 2 download (link) |
|
| How to check if CDONTS is working
(link) |
Wolf |
- Getting Details into a popup window
- Put this script into the head of the document:
<SCRIPT LANGUAGE="JavaScript">
<!-- Hide this script from old browsers -
function Remote() {
popupWin = window.open('http://www.yourdomain.com/box1.asp','windowName','menubar=no,
toolbar=no,location=no,directories=no,status=no,scrollbars=yes,
resizable=no,width=600,height=500')
}
// Done hiding --></script>
- call the script using a hyperlink like this:
<A HREF="javascript:Remote();">click here </a>
|
misc |
- using UPS as a shipping method causes
- Java Exception error '80004005'
java.lang.StringIndexOutOfBoundsException:1
- Have your host install the Java Virtual Machine (usually comes
with IE5.5).
Here is a link if needed:
http://www.microsoft.com/java/vm/dl_vm40.htm
|
SF newsgroup |
- Creating an in-line frame
- <iframe frameborder="0" src="http://www.yourdomain.com/yourfile.asp"
width="275" height="400">
<ilayer src="http://www.yourdomain.com/yourfile.asp">
</ilayer></iframe>
|
source unknown |
- General HOWTO for running IIS in Windows XP Home Edition
- (1) locate and edit the file C:\WINDOWS\INF\SYSOC.INF
(2) locate a section called [Components]
(3) find a line like this:
iis=iis.dll,OcEntry,iis.inf,hide,7
(4) change it to this (the iis cab in the i386 xp home folder looks to
be nothing)
iis=iis2.dll,OcEntry,iis2.inf,,7
5) grabbed the iis.dl_ and iis.in_ from win2k advanced server cd.
6) left out purposely
I would guess similar techniques would work from W98, FP, etc.
Use "EXPAND IIS.DL_ IIS2.DLL" from a command prompt
Same for IIS2.INF, place IIS2.INF in C:\WINDOWS\INF and IIS2.DLL in
C:\WINDOWS\SYSTEM32\SETUP
(7) It will prompt you for files. Get em from MS XP Home CDs,
Adv
Server CDs, C:\WINNT\SYSTEM32\INETSRV, C:\WINDOWS\I386, etc. (It
will
tell you the file it needs, you just need to have a searcher going,
probably the CDs will have all you need)
(8) You can get to your IIS from Control Panel's Administrative
Programs
- Go to IIS and goto Directory Security tab and click Edit button
and
Browse for the user setup
- PLEASE NOTE THIS WORKAROUND IS NOT RECOMMENDED BY MS, AND WE HAVE
NOT TESTED OR TRIED THIS.
|
google Newsgroup |
| |
|