[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
minivend-users V1 #446
minivend-users Thursday, December 23 1999 Volume 01 : Number 446
In this issue:
_
_ [mv] Product Delivery via Download
_ Re: [mv] Product Delivery via Download
_ Re: [mv] Include
_ [mv] Flypage broken with arg
_ Re: [mv] Include
_ Re: [mv] Flypage broken with arg
_ [mv] Minivend and Stronghold
_ [mv] Tax and shipping calculations from pricing.asc
_ Re: [mv] Product Delivery via Download
_ Re: [mv] Include
_ Re: [mv] Minivend and Stronghold
_ Re: [mv] tag sql, not with products database
_ Re: [mv] Product Delivery via Download
_ [mv] Various Uses of the Transactions.db
_ [mv] Problem with [area form=] tag and an order_profile
_ [mv] Keepin it on the server.
_ Re: [mv] Keepin it on the server.
_ Re: [mv] Keepin it on the server.
_ Re: [mv] Keepin it on the server.
_ Re: [mv] Include
_ [mv] Problem to view at browser
_ [mv] Make Install problem
_ Re: [mv] Keepin it on the server.
_ [mv] No Items in Basket on Secure Checkout - IE Only
_ Re: [mv] No Items in Basket on Secure Checkout - IE Only
_
----------------------------------------------------------------------
Date: Tue, 21 Dec 1999 14:00:34 -0500
From: Karl Swisher <kswisher@iolinc.net>
Subject: [mv] Product Delivery via Download
****** message to minivend-users from Karl Swisher <kswisher@iolinc.net> ******
Hello,
I found a reply by Mike Heins on the list archieve with the subject of
"Selling software/data files with Minivend".
I added 'AllowGlobal binary_download' to minivend.cfg.
The following code is only slightly rearanged from Mike's example. However I
had to put this code in minivend.cfg. Putting the code into catalog.cfg caused
an error on restart.
UserTag include-url Order binary
UserTag include-url hasEndTag
UserTag include-url Routine <<EOF
sub {
my($binary, $url)=@_;
package UserTag::URL;
use LWP::jtbm;
$url=~s/^\s+//;
$url=~s/\s+$//;
my $page = get $url;
return $page if $binary;
$page=~s/.]*>//is;
$page=~sreturn $page;
}
EOF
I've have a directory call products inside of pages. Inside of this products
directory are files that are links to the actual data file.
I created a new html page called freedownload.html.
Put this code on the freedownload.html page
[new][include-url binary]
http://localhost.localdomain/cgi-bin/jtbm/products/freedownload.html
[/include-url]
Also have this code.
[tag header]Content-type:binary/data[/tag][new][include-url binary]
[scratch cylinkdownload] <---- This is from SQL database
[/include-url]
I have been trying to get this to work off the flypage. The scratch variable
is obtained from an SQL database. Have tried different variations of the
following code along with variations of <A href=[area scan ect..........
[page scan or [area scan args="....
st=sql <----search type
sp=freedownload.html <----return page
se=[sql-param productid] <----search spec
sf=productid <----search field
rf=productid <----return field
fi=products <----search file
]
When I click on the search link, the download requester appears in Netscape
however the file name is "fi=products" and the download file produced is that
of the html page not the data file. If the "fi=productd" line is deleted then
you get the same result with "rf=productid" being the file name. I've used
this one click search before with success.
I have no problem getting and passing product codes and the link data field to
another page as well as accessing the SQL database.
Could someone show me what I'm doing wrong ? Any help will be appreciated
I have
MiniVend 3.14-3
RH 5.2
Thanks
Karl
- -
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
------------------------------
Date: Tue, 21 Dec 1999 19:35:36 -0700
From: Ryan Hertz <rhertz@gyb.baits.com>
Subject: Re: [mv] Product Delivery via Download
****** message to minivend-users from Ryan Hertz <rhertz@gyb.baits.com> ******
At 12:00 PM 12/21/1999 , you wrote:
>When I click on the search link, the download requester appears in Netscape
>however the file name is "fi=products" and the download file produced is that
>of the html page not the data file. If the "fi=productd" line is deleted
>then
>you get the same result with "rf=productid" being the file name. I've used
>this one click search before with success.
>
>I have no problem getting and passing product codes and the link data field to
>another page as well as accessing the SQL database.
>Could someone show me what I'm doing wrong ? Any help will be appreciated
Is it possible that your [include-url] tag is not interpolating the scratch
var? That's what I think you are describing. Have you tested it with
static content?
Ryan Hertz tel 800-645-BAIT
Webmaster fax 520-645-2588
Advertising Director http://www.insideline.net
Gary Yamamoto Custom Baits, Inc. http://www.yamamoto.baits.com
- -
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
------------------------------
Date: Wed, 22 Dec 1999 18:52:49 +0800
From: zb <zb@bisp.com>
Subject: Re: [mv] Include
****** message to minivend-users from zb <zb@bisp.com> ******
Mike Heins wrote:
>
> ****** message to minivend-users from Mike Heins <mike@minivend.com> ******
>
>
> What I don't understand is why no one mentioned:
>
> [include file="[scratch whatever]"]
>
Oh, sorry. I know that change of Parse.pm is not necessary, now.
[include file="[scratch whatever]"] is correct, but at first I use
[include "[scratch whatever]"], which is not correct(Docs say its
correct).
thanks mike
zb
- -
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
------------------------------
Date: Wed, 22 Dec 1999 05:03:50 -0600 (CST)
From: "Christopher P. Lindsey" <lindsey@mallorn.com>
Subject: [mv] Flypage broken with arg
****** message to minivend-users from "Christopher P. Lindsey" <lindsey@mallorn.com> ******
I sent mail about this earlier this week, but someone found a work-around
for the situation that required it...
Now I'm finding that I'd like to track a lot more information, so I'd
rather get this to work.
On to the problem...
If I add an argument to the URL of any flycat page the item will fail to
be found. For example:
http://www.minivend.com/cgi-bin/simple/21-221?A2PpW96s;;56
works just fine, but adding *any* argument results in a failed lookup:
http://www.minivend.com/cgi-bin/simple/21-221?A2PpW96s;a;56
^
Is it just not possible to have an argument in flypage? I've looked every
place that I can think of and couldn't find anything about this specific
problem, and I'm getting desperate... Help! :)
Thanks,
Chris
- -
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
------------------------------
Date: Wed, 22 Dec 1999 08:57:21 -0500
From: Mike Heins <mike@minivend.com>
Subject: Re: [mv] Include
****** message to minivend-users from Mike Heins <mike@minivend.com> ******
Quoting zb (zb@bisp.com):
> Mike Heins <mike@minivend.com> wrote:
> >
> > What I don't understand is why no one mentioned:
> >
> > [include file="[scratch whatever]"]
> >
> Oh, sorry. I know that change of Parse.pm is not necessary, now.
> [include file="[scratch whatever]"] is correct, but at first I use
> [include "[scratch whatever]"], which is not correct(Docs say its
> correct).
They do not, at least not intentionally. Please site the offending paragraph
so I can fix it.
- --
Mike Heins http://www.minivend.com/ ___
Internet Robotics |_ _|____
Fast, reliable, cheap. 131 Willow Lane, Floor 2 | || _ \
Pick two and we'll talk. Oxford, OH 45056 | || |_) |
-- unknown <mikeh@minivend.com> |___| _ <
513.523.7621 FAX 7501 |_| \_\
- -
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
------------------------------
Date: Wed, 22 Dec 1999 10:27:17 -0800
From: Ken Berland <ken@hero.com>
Subject: Re: [mv] Flypage broken with arg
****** message to minivend-users from Ken Berland <ken@hero.com> ******
i think flypage does some internal magic with the args, like parsing them
and doing a search before it hits the page.
You might try adding links like:
[area myFlypage code=[item-code] extra=foo]
then parse the code and extra arguments with some perl:
[set name="arg-input" interpolate=1][data session arg][/set]
[perl arg=scratch]
my($input)=$Safe{scratch}{'arg-input'};
if ($input=~/code=(\w+)/){
$Safe{scratch}{'my-code'}=$1;
}
if ($input=~/extra=(\w+)/){
$Safe{scratch}{'my-extra'}=$1;
}
}
then do a [loop search="..."] to find the item and display it.
(or something like that, the code above is untested and hand typed...)
On Wed, 22 Dec 1999, Christopher P.
Lindsey wrote:
}
> ****** message to minivend-users from "Christopher P. Lindsey" <lindsey@mallorn.com> ******
>
> I sent mail about this earlier this week, but someone found a work-around
> for the situation that required it...
>
> Now I'm finding that I'd like to track a lot more information, so I'd
> rather get this to work.
>
> On to the problem...
>
> If I add an argument to the URL of any flycat page the item will fail to
> be found. For example:
>
> http://www.minivend.com/cgi-bin/simple/21-221?A2PpW96s;;56
>
> works just fine, but adding *any* argument results in a failed lookup:
>
> http://www.minivend.com/cgi-bin/simple/21-221?A2PpW96s;a;56
> ^
> Is it just not possible to have an argument in flypage? I've looked every
> place that I can think of and couldn't find anything about this specific
> problem, and I'm getting desperate... Help! :)
>
> Thanks,
>
> Chris
> -
> To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
> email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
> Archive of past messages: http://www.minivend.com/minivend/minivend-list
>
- -
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
------------------------------
Date: Wed, 22 Dec 1999 13:52:41 -0600
From: "Dan Guite" <dang@pcpros.net>
Subject: [mv] Minivend and Stronghold
****** message to minivend-users from "Dan Guite" <dang@pcpros.net> ******
Ok, I have minivend and stronghold both installed, they both work great. Do
I just have to put the store's files into a SSL protected directory? And if
so, how is the email order considered secure, do I have to PGP encode that?
Thanks for any help you have to offer!
Dan Guite
dang@pcpros.net
Asst. System Administrator
PC Professionals, Inc.
- -
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
------------------------------
Date: Wed, 22 Dec 1999 14:56:42 -0500
From: "Josh Walton" <josh@mtnsdsoft.com>
Subject: [mv] Tax and shipping calculations from pricing.asc
****** message to minivend-users from "Josh Walton" <josh@mtnsdsoft.com> ******
I am having trouble with calculating tax and shipping cost (price mode) on
items whose prices are stored in pricing.asc. All items whose pricing info
is stored in pricing.asc return a tax of zero, and a zero shipping cost (I
assume because the price field in the products.asc file is zero.) What does
it take to have the shipping calculator and tax calculator pull the price
from the pricing.asc file?
I am using 3.12 on Linux Red Hat. Would an upgrade help?
Thanks, Josh
- -----------------------------
Josh Walton
Mountainside Software
josh@mountainsidesoftware.com
www.mountainsidesoftware.com
540/234-8423
- -----------------------------
- -
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
------------------------------
Date: Wed, 22 Dec 1999 09:14:53 -0500
From: Karl Swisher <kswisher@iolinc.net>
Subject: Re: [mv] Product Delivery via Download
****** message to minivend-users from Karl Swisher <kswisher@iolinc.net> ******
On Tue, 21 Dec 1999, you wrote:
> ****** message to minivend-users from Ryan Hertz <rhertz@gyb.baits.com> ******
>
> At 12:00 PM 12/21/1999 , you wrote:
>
> >When I click on the search link, the download requester appears in Netscape
> >however the file name is "fi=products" and the download file produced is that
> >of the html page not the data file. If the "fi=productd" line is deleted
> >then
> >you get the same result with "rf=productid" being the file name. I've used
> >this one click search before with success.
> >
> >I have no problem getting and passing product codes and the link data field to
> >another page as well as accessing the SQL database.
> >Could someone show me what I'm doing wrong ? Any help will be appreciated
>
> Is it possible that your [include-url] tag is not interpolating the scratch
> var? That's what I think you are describing. Have you tested it with
> static content?
I've just used a hard coded path, the one below with the same results.
http://localhost.localdomain/cgi-bin/jtbm/products/S-5.dat
Wouldn't this be the proper path if I created a products directory inside of
pages directory of jtbm? I figured that by putting the products dir there it
would be protected directory. I can put in an <A href="file///........ that
works however the full file path is in the page and I don't want to do it that
way because of security.
Thanks
Karl
> Ryan Hertz tel 800-645-BAIT
> Webmaster fax 520-645-2588
> Advertising Director http://www.insideline.net
> Gary Yamamoto Custom Baits, Inc. http://www.yamamoto.baits.com
>
> -
> To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
> email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
> Archive of past messages: http://www.minivend.com/minivend/minivend-list
- -
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
------------------------------
Date: Wed, 22 Dec 1999 10:16:23 -0500
From: Karl Swisher <kswisher@iolinc.net>
Subject: Re: [mv] Include
****** message to minivend-users from Karl Swisher <kswisher@iolinc.net> ******
On Wed, 22 Dec 1999, you wrote:
> ****** message to minivend-users from Mike Heins <mike@minivend.com> ******
>
> Quoting zb (zb@bisp.com):
> > Mike Heins <mike@minivend.com> wrote:
> > >
> > > What I don't understand is why no one mentioned:
> > >
> > > [include file="[scratch whatever]"]
> > >
> > Oh, sorry. I know that change of Parse.pm is not necessary, now.
> > [include file="[scratch whatever]"] is correct, but at first I use
> > [include "[scratch whatever]"], which is not correct(Docs say its
> > correct).
I'm using 3.14-3 and the code below works good for me. I set a variable in on
of the config files __REVIEWFILEPATH__ equal to the full path ie
/full/path/review. Then you get /full/path/review[sql-param reviewnumber].
This results to /full/path/review0, /full/path/review1 ect........
<TD>
<B>Review Number:</B>[sql-param reviewnumber] <B>For:</B>[sql-param revprodtitle]
<TABLE WIDTH=360 BORDER=3>
<TR><TD BGCOLOR=#77CC99><BLOCKQUOTE>
[include __REVIEWFILEPATH__[sql-param reviewnumber]]
</BLOCKQUOTE></TD></TR>
</TABLE>
</TD>
> They do not, at least not intentionally. Please site the offending paragraph
> so I can fix it.
>
> --
> Mike Heins http://www.minivend.com/ ___
> Internet Robotics |_ _|____
> Fast, reliable, cheap. 131 Willow Lane, Floor 2 | || _ \
> Pick two and we'll talk. Oxford, OH 45056 | || |_) |
> -- unknown <mikeh@minivend.com> |___| _ <
> 513.523.7621 FAX 7501 |_| \_\
> -
> To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
> email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
> Archive of past messages: http://www.minivend.com/minivend/minivend-list
- -
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
------------------------------
Date: Wed, 22 Dec 1999 15:32:03 -0500
From: "Rob Zimmerman" <rob@readysite.net>
Subject: Re: [mv] Minivend and Stronghold
****** message to minivend-users from "Rob Zimmerman" <rob@readysite.net> ******
Do you have a certificate installed? You need to set up the httpsd.conf file to
reflect the certificate to use and what directory tree will have it available to
access. This just secures the data from the webshopper's browser to the
server. Then if you plan on mailing the CC info to a third party or store the CC
info on the server for future retreival then yes you need to run PGP.
Rob
- -----
> ******
>
> Ok, I have minivend and stronghold both installed, they both work great.
> Do I just have to put the store's files into a SSL protected directory?
> And if so, how is the email order considered secure, do I have to PGP
> encode that?
>
> Thanks for any help you have to offer!
>
> Dan Guite
> dang@pcpros.net
> Asst. System Administrator
> PC Professionals, Inc.
>
> -
> To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
> email with 'UNSUBSCRIBE minivend-users' in the body to
> Majordomo@minivend.com. Archive of past messages:
> http://www.minivend.com/minivend/minivend-list
>
=================================
Robert Zimmerman [rob@readysite.net]
System Administrator
ReadySite Web Hosting and Design
http://readysite.net
Ph:888-356-2992
fax:603-356-6990
- -
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
------------------------------
Date: Wed, 22 Dec 1999 10:55:37 -0500
From: Karl Swisher <kswisher@iolinc.net>
Subject: Re: [mv] tag sql, not with products database
****** message to minivend-users from Karl Swisher <kswisher@iolinc.net> ******
On Tue, 21 Dec 1999, you wrote:
> ****** message to minivend-users from Richard Russo <richardr@dgx.net> ******
Yes, any other base you want.. Make sure you define the database in catalog.cfg
just as you do the products database under SQL. Restart MiniVend. Check the
Docs sections "One-click searches" and "SQL searches". Substitute your
database and field names for the ones in the examples. Access the return
fields by [sql-param yourfieldname].
Thanks
Karl
> This is probably in the mail archive somewhere, but i couldn't find
> it....
>
> Is there anyway to use [tag sql] on databases other than the products
> database?
>
> I found a work around using a scratch variable
> (http://www.minivend.com/minivend/minivend-list/1999/msg04694.html) but
> using tag sql would be cleaner
>
> I've looked through relevant documentation (sql search docs, which tell
> about [tag sql] and the tag refrences which doesn't even acknowledge
> [tag sql]'s existance)
>
>
> Richard Russo
> DGX InterNET
>
> -
> To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
> email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
> Archive of past messages: http://www.minivend.com/minivend/minivend-list
- -
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
------------------------------
Date: Wed, 22 Dec 1999 16:33:48 -0500
From: ".cory.trese." <digital@specialty-books.com>
Subject: Re: [mv] Product Delivery via Download
****** message to minivend-users from ".cory.trese." <digital@specialty-books.com> ******
O
>I've just used a hard coded path, the one below with the same results.
> http://localhost.localdomain/cgi-bin/jtbm/products/S-5.dat
>Wouldn't this be the proper path if I created a products directory inside of
>pages directory of jtbm? I figured that by putting the products dir there it
>would be protected directory. I can put in an <A href="file///........ that
>works however the full file path is in the page and I don't want to do it that
>way because of security.
>Thanks
>Karl
Perhaps you could use an .access and .access_gate file in the download
directory to protect access to the files (ie, use the settings in .access_gate
to deny all those who have not paid up access to the files.) If you were to do
that, giving out the full path would not be a problem because the system, if
configured correctly, would be required to do some stuff before a user was
allowed access to the files.
thanks (what does ciao mean?)
Cory Trese
email : digital@specialty-books.com
fone : (740) 594 - 2274, ext 223
phax : (740) 593 - 3045
========================================
Specialty Books,
Athens Ohio, 45701
www.specialty-books.com
linux!
- -
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
------------------------------
Date: Wed, 22 Dec 1999 17:25:28 -0500
From: "Rob Zimmerman" <rob@readysite.net>
Subject: [mv] Various Uses of the Transactions.db
****** message to minivend-users from "Rob Zimmerman" <rob@readysite.net> ******
Howdy all, trust everyones cart is holding up to the holiday shopping going
on!
Anyway, we are just finishing up our first year with our first minivend client
and it appears to have been quite successfull for them. 2000 and MV4
promises to be even better.
So my question, how are folks putting the transaction.db to use? I have to be
honest and am just now looking at it for the first time. I have the entire 1999
years worth of sales info here. I was planning on running the data through
Excel to provide the site owners with some year end figures.
In addition I was thinking of running a daily script on it to parse the good stuff
and e-mail it to the site owners for a master checklist of the days sales.
Those are my thoughts anyway and curious as to how others are using it?
Rob
- -------
=================================
Robert Zimmerman [rob@readysite.net]
System Administrator
ReadySite Web Hosting and Design
http://readysite.net
Ph:888-356-2992
fax:603-356-6990
- -
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
------------------------------
Date: Wed, 22 Dec 1999 18:22:04 -0500
From: "Mr. Anthony R.J. Ball" <ant@maine.com>
Subject: [mv] Problem with [area form=] tag and an order_profile
****** message to minivend-users from "Mr. Anthony R.J. Ball" <ant@maine.com> ******
Minivend 3.14
I'm trying to use the [area] tag with the form property as such...
[set final_profile2]
mv_payment =required
mv_shipmode =required
&set = successpage mv/redir
&fatal=yes
[/set]
<A HREF="[area form="
mv_doit=refresh
mv_order_profile=final_profile2"
]"> test </A>
However no matter what I do it seems to be ignoring my order profile.
Any idea why this is?
- --
Anthony Ball ant@maine.com
MaineStreet Communications, Inc 208 Portland Road, Gray, ME 04039
tel:1.207.657.5078 fax:1.207.657.5048 http://www.maine.com/
- -
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
------------------------------
Date: Wed, 22 Dec 1999 17:13:57 -0600 (CST)
From: Dan Guite <dang@jasmine.pcpros.net>
Subject: [mv] Keepin it on the server.
****** message to minivend-users from Dan Guite <dang@jasmine.pcpros.net> ******
Is it possible for me to set it up so that orders are not emailed
whatsoever, but instead put into a database or something to be picked up
on the secure server by the owner of the store? I really do not like the
E-mailing of any part of the order.
I know that you can pgp encode the email, but I would rather have the
store owner come pick up their orders from the SSL server.
Thanks!
Dan Guite
dang@pcpros.net
Asst. System Administrator
PC Professionals, Inc.
- -
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
------------------------------
Date: Wed, 22 Dec 1999 16:58:06 -0700
From: Ryan Hertz <rhertz@gyb.baits.com>
Subject: Re: [mv] Keepin it on the server.
****** message to minivend-users from Ryan Hertz <rhertz@gyb.baits.com> ******
At 04:13 PM 12/22/1999 , you wrote:
>****** message to minivend-users from Dan Guite
><dang@jasmine.pcpros.net> ******
>
>Is it possible for me to set it up so that orders are not emailed
>whatsoever, but instead put into a database or something to be picked up
>on the secure server by the owner of the store? I really do not like the
>E-mailing of any part of the order.
I believe you can modify the email command to be anything you want
(i.e. a script that inserts the data into a db) If not, you could easily
write the required code into the ord/report.html page.
>I know that you can pgp encode the email, but I would rather have the
>store owner come pick up their orders from the SSL server.
>
>Thanks!
>
>Dan Guite
>dang@pcpros.net
>Asst. System Administrator
>PC Professionals, Inc.
>
>
>-
>To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
>email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
>Archive of past messages: http://www.minivend.com/minivend/minivend-list
Ryan Hertz tel 800-645-BAIT
Webmaster fax 520-645-2588
Advertising Director http://www.insideline.net
Gary Yamamoto Custom Baits, Inc. http://www.yamamoto.baits.com
- -
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
------------------------------
Date: Wed, 22 Dec 1999 19:19:19 -0500
From: "Mr. Anthony R.J. Ball" <ant@maine.com>
Subject: Re: [mv] Keepin it on the server.
****** message to minivend-users from "Mr. Anthony R.J. Ball" <ant@maine.com> ******
On Wed, Dec 22, 1999 at 05:13:57PM -0600, Dan Guite wrote:
> ****** message to minivend-users from Dan Guite <dang@jasmine.pcpros.net> ******
>
> Is it possible for me to set it up so that orders are not emailed
> whatsoever, but instead put into a database or something to be picked up
> on the secure server by the owner of the store? I really do not like the
> E-mailing of any part of the order.
>
> I know that you can pgp encode the email, but I would rather have the
> store owner come pick up their orders from the SSL server.
We write ou orders into the database on the report page, you could then
redirect the mail program to /dev/null if you wanted. Though I would suggest
You have it instead write a simple message stating that and order was received
at time X, and to check your order database.
- Ant
- --
Anthony Ball ant@maine.com
MaineStreet Communications, Inc 208 Portland Road, Gray, ME 04039
tel:1.207.657.5078 fax:1.207.657.5048 http://www.maine.com/
- -
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
------------------------------
Date: Wed, 22 Dec 1999 20:04:26 -0600 (CST)
From: "Christopher P. Lindsey" <lindsey@mallorn.com>
Subject: Re: [mv] Keepin it on the server.
****** message to minivend-users from "Christopher P. Lindsey" <lindsey@mallorn.com> ******
> > Is it possible for me to set it up so that orders are not emailed
> > whatsoever, but instead put into a database or something to be picked up
> > on the secure server by the owner of the store? I really do not like the
> > E-mailing of any part of the order.
> >
> > I know that you can pgp encode the email, but I would rather have the
> > store owner come pick up their orders from the SSL server.
>
> We write ou orders into the database on the report page, you could then
> redirect the mail program to /dev/null if you wanted. Though I would suggest
> You have it instead write a simple message stating that and order was received
> at time X, and to check your order database.
This is what I do as well... Clients are given two passwords -- one is
a basic Kerberos password used for FTP and as an authentication scheme
for Web-based administration of their database, and the other is a
pass phrase used to unencrypt locally stored passwords.
So when an order is placed, an email is sent to our client telling them to
go to a certain Web page. The order is also placed into an SQL database
with encrypted credit card information.
Once our client visits the page, they must authenticate via their regular
password to see the order, or also type in their pass phrase to un-PGP
the credit card number. This is, of course, running on a secure server.
Even though I try to stay abreast of security issues, I know that anyone
who really wants to get into a server can. I refuse to store unencrypted
passwords or credit card information anywhere in the ordering process --
it's just not responsible.
Chris
- -
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
------------------------------
Date: Thu, 23 Dec 1999 10:28:05 +0800
From: zb <zb@bisp.com>
Subject: Re: [mv] Include
****** message to minivend-users from zb <zb@bisp.com> ******
Mike:
Following is what I use to test.
z.html
================
<html>
[page z1 01]test[/page]
</html>
z1.html
================
<html>
[include file="pages/dir/dir[data arg].html" ]
</html>
================
there is a file "dir01.html" in pages/dir
I visit http://myhost/cgi-bin/simple/z and then click "test".
this is correct, but when "file=" in z1.html is omitted I got '.html" ]'
Another problem:
z.html
==========================
<html>
[set a]
pages/dir/dir01.html
[/set]
[include file="[scratch a]"]
</html>
z1.html
==========================
<html>
[set a]
01
[/set]
[include file="pages/dir/dir[scratch a].html"]
</html>
If I visit http://myhost/cgi-bin/simple/z its ok, but
http://myhost/cgi-bin/simple/z1 returns nothing.
z1.html in this example is same as above one, except that [data arg]
changed to [scratch a].
Regards,
zb
Mike Heins wrote:
>
> They do not, at least not intentionally. Please site the offending paragraph
> so I can fix it.
>
- -
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
------------------------------
Date: Thu, 23 Dec 1999 15:03:28 +0800
From: "Hazlina" <hazlina@fsas.upm.edu.my>
Subject: [mv] Problem to view at browser
****** message to minivend-users from "Hazlina" <hazlina@fsas.upm.edu.my> ******
This is a multi-part message in MIME format.
- ------=_NextPart_000_0065_01BF4D56.DEC8EFE0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hello,
I have a problem to view my perl using browser. When I compile my =
program there are no error and all html coding that I want to view will =
appear. But when I call this program threw browser all perl cooding will =
appear. What can i do. I 'm using Linux.
- ------=_NextPart_000_0065_01BF4D56.DEC8EFE0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>
<META content=3Dtext/html;charset=3Diso-8859-1 =
http-equiv=3DContent-Type>
<META content=3D'"MSHTML 4.72.3110.7"' name=3DGENERATOR>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT color=3D#000000 size=3D2>Hello,</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2> I have a problem =
to view my=20
perl using browser. When I compile my program there are no error =
and all=20
html coding that I want to view will appear. But when I call this =
program threw=20
browser all perl cooding will appear. What can i do. I 'm using=20
Linux.</FONT></DIV></BODY></HTML>
- ------=_NextPart_000_0065_01BF4D56.DEC8EFE0--
- -
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
------------------------------
Date: Thu, 23 Dec 1999 03:27:27 -0500
From: Ramsey French <rammjet@mindspring.com>
Subject: [mv] Make Install problem
****** message to minivend-users from Ramsey French <rammjet@mindspring.com> ******
Greetings!
Just getting my feet wet here. Having troubles everywhere. Since I am on
an ISP, I am having to do many workarounds.
While I ponder my problems getting DBI and DBD installed, I tried to install
MV.
"Makefile","make" and "make test" all went fine.
But at the end of "make install", I get this error:
<paste>
Adjusting program variables and defines...done.
Can't exec "./configure": Permission denied at configure.pl line 589.
cat: syscfg: No such file or directory
Compiling, this may take a sec...
Configuration of link programs FAILED.
done.
That takes care of the program configuration.
The compilation of one or both link programs (tlink and/or
vlink) failed. You may be able to use the Perl-based tlink.pl
program along with starting the server in INET mode (start_inet)
to make MiniVend work.
</paste>
Any suggestions so that I can do better?
Thanks,
Ramsey French
- -
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
------------------------------
Date: Thu, 23 Dec 1999 10:00:36 +0100 (CET)
From: jojo@buchonline.net
Subject: Re: [mv] Keepin it on the server.
****** message to minivend-users from jojo@buchonline.net ******
> At 04:13 PM 12/22/1999 , you wrote:
>>Is it possible for me to set it up so that orders are not emailed
>>whatsoever, but instead put into a database or something to be picked up
>>on the secure server by the owner of the store? I really do not like the
>>E-mailing of any part of the order.
>>I know that you can pgp encode the email, but I would rather have the
>>store owner come pick up their orders from the SSL server.
>>
>>Thanks!
>>
>>Dan Guite
>>dang@pcpros.net
>>Asst. System Administrator
>>PC Professionals, Inc.
Maybe this can help you.
Edit your report.html file.
Insert a line like
[tag op=log file="etc/order.log" interpolate=1]
(
or [tag op=log file="<path-to-the-file>/<filename.log>" interpolate=1]
or [tag op=log file="<path-to-the-file>/[value mv_order_number].log"
interpolate=1]
)
at the top of the page and put the closing tag [/tag] behind the
orderstuff, for example
..
..
[/tag]
[if value email_copy]
[set name=email_copy_sent interpolate=1][perl arg=sub interpolate=1]
Hmmm...how about the tracking.asc or backend.asc ?
Regards,
Joachim
- --
Hans-Joachim Leidinger
buch online jojo@buchonline.net
Munscheidstr. 14 FAX: +49 209 1971449
45886 Gelsenkirchen FAX: 0209 1671449
- -
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
------------------------------
Date: Thu, 23 Dec 1999 01:16:55 -0800
From: "Christopher Thompson" <ct@arborinternet.com>
Subject: [mv] No Items in Basket on Secure Checkout - IE Only
****** message to minivend-users from "Christopher Thompson" <ct@arborinternet.com> ******
I am getting 'No Items in Basket' on secure checkout in IE4, but the items
are there in Netscape4. I'm using MV3.14-4, Perl 5.004 with a secure
server with a different name (mydomain.com/cgi-bin/simple and
secure.com/mydomain/cgi-bin/simple) I have tried DomainTail / IPHead and
WideOpen, but they don't help. Any ideas?
- -
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
------------------------------
Date: Thu, 23 Dec 1999 11:56:29 +0100 (CET)
From: jojo@buchonline.net
Subject: Re: [mv] No Items in Basket on Secure Checkout - IE Only
****** message to minivend-users from jojo@buchonline.net ******
On 23 Dec, Christopher Thompson wrote:
> ****** message to minivend-users from "Christopher Thompson" <ct@arborinternet.com> ******
>
> I am getting 'No Items in Basket' on secure checkout in IE4, but the items
> are there in Netscape4. I'm using MV3.14-4, Perl 5.004 with a secure
> server with a different name (mydomain.com/cgi-bin/simple and
> secure.com/mydomain/cgi-bin/simple) I have tried DomainTail / IPHead and
> WideOpen, but they don't help. Any ideas?
Is the sessionID the same or did you get another sessionID (with IE)?
Regards,
Joachim
- --
Hans-Joachim Leidinger
buch online jojo@buchonline.net
Munscheidstr. 14 FAX: +49 209 1971449
45886 Gelsenkirchen FAX: 0209 1671449
- -
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
------------------------------
End of minivend-users V1 #446
*****************************
-
To unsubscribe from the digest, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users-digest' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list