[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
minivend-users V1 #447
minivend-users Friday, December 24 1999 Volume 01 : Number 447
In this issue:
_
_ Re: [mv] Keepin it on the server.
_ Re: [mv] Keepin it on the server.
_ Re: [mv] Problem to view at browser
_ [mv] Internal server error with cookie login
_ Re: [mv] Internal server error with cookie login (solution)
_ RE: [mv] No Items in Basket on Secure Checkout - IE Only
_ [mv] tags
_ Re: [mv] Flypage broken with arg
_ [mv] MySql and Minivend
_ Re: [mv] MySql and Minivend
_ Re: [mv] MySql and Minivend
_ [mv] no answer
_ Re: [mv] Flypage broken with arg
_ Re: [mv] tags
_ Re: [mv] No Items in Basket on Secure Checkout - IE Only
_ Re: [mv] no answer
_ Re: [mv] no answer
_ Re: [mv] Flypage broken with arg
_ Re: [mv] Flypage broken with arg\
_ RE: [mv] FATAL Error ....
_ Re: [mv] no answer
_
----------------------------------------------------------------------
Date: Thu, 23 Dec 1999 03:45:47 -0800
From: Ken Berland <ken@hero.com>
Subject: Re: [mv] Keepin it on the server.
****** message to minivend-users from Ken Berland <ken@hero.com> ******
But does this STOP emailing?
On Thu, 23 Dec 1999 jojo@buchonline.net wrote:
> ****** 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
>
- -
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 13:27:22 +0100 (CET)
From: jojo@buchonline.net
Subject: Re: [mv] Keepin it on the server.
****** message to minivend-users from jojo@buchonline.net ******
Try it! ;-))
Joachim
BTW:
I use this for other conditions. For example
[if scratch member]
[tag op=log file="etc/[scratch member].log" interpolate=1]
the original email/report stuff
[/tag]
[/if]
Make sure, you have not this codes like
[tag mime Order Text]
<some stuff>
[/tag]
in the above codes.
This store the order email to the file as a logfile. After the above
codes, there are the original email/report codes again in our shop.
In your case, you can write behind the above codes some codes to inform
the shopowner about new order. For example:
[tag mime type TEXT/PLAIN; CHARSET=US-ASCII][/tag]
[tag mime Order Text]
[L]ORDER DATE[/L]: [calc]localtime[/calc]
[L]ORDER NUMBER[/L]: [value mv_order_number]
You have a new order! ;-)
[/tag]
On 23 Dec, Ken Berland wrote:
> ****** message to minivend-users from Ken Berland <ken@hero.com> ******
>
> But does this STOP emailing?
>
> On Thu, 23 Dec 1999 jojo@buchonline.net wrote:
>
>> ****** 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 09:02:02 -0500
From: "Mr. Anthony R.J. Ball" <ant@maine.com>
Subject: Re: [mv] Problem to view at browser
****** message to minivend-users from "Mr. Anthony R.J. Ball" <ant@maine.com> ******
On Thu, Dec 23, 1999 at 03:03:28PM +0800, Hazlina wrote:
> 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.
It sounds like your server doesn't recognize the script as a script, but
instead thinks its a simple text file. For instance my Apache server recognizes
cgi in a user directory by files file a .cgi file extension, otherwise
the script needs to be in a cgi-bin directory. If you are in apache I think
you can get around this by using a .htaccess file. If you run the server
I'd suggest looking at the docs, otherwise talk to your sysadmin.
- Anthony
- --
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: Thu, 23 Dec 1999 16:37:33 +0100
From: "Gideon van Gelder" <gideon@swingmaster.nl>
Subject: [mv] Internal server error with cookie login
****** message to minivend-users from "Gideon van Gelder" <gideon@swingmaster.nl> ******
Hi,
With Netscape 4.0, when a user sets the MV_USERNAME and MV_PASSWORD
in a cookie, and then, when the user changes the password, without
saving it to the cookie, and then if the user orders an item the simple demo
simply says "Password Mismatch" (on minivend.com)
With me, I'm using 3.12, if I do the same thing, I get an internal server
error, and the error log says "password mismatch", and I never get to see
the cart-page: there's always the 500 error.
With IE, I don't have this problem.
How can I solve this, is this a fixed bug by now in 3.14 ? (MIKE ?)
Thanks,
- -Gideon
- -
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 17:42:41 +0100
From: "Gideon van Gelder" <gideon@swingmaster.nl>
Subject: Re: [mv] Internal server error with cookie login (solution)
****** message to minivend-users from "Gideon van Gelder" <gideon@swingmaster.nl> ******
Just upgraded to 3.14-4 and that solved it.
Sorry about this.
Happy Holidays !
- -Gideon
> ****** message to minivend-users from "Gideon van Gelder"
<gideon@swingmaster.nl> ******
>
> Hi,
>
> With Netscape 4.0, when a user sets the MV_USERNAME and MV_PASSWORD
> in a cookie, and then, when the user changes the password, without
> saving it to the cookie, and then if the user orders an item the simple
demo
> simply says "Password Mismatch" (on minivend.com)
>
> With me, I'm using 3.12, if I do the same thing, I get an internal server
> error, and the error log says "password mismatch", and I never get to see
> the cart-page: there's always the 500 error.
>
> With IE, I don't have this problem.
>
> How can I solve this, is this a fixed bug by now in 3.14 ? (MIKE ?)
>
> Thanks,
>
> -Gideon
>
> -
> 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: Thu, 23 Dec 1999 09:42:28 -0800
From: "Christopher Thompson" <ct@arborinternet.com>
Subject: RE: [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?
>
> Is the sessionID the same or did you get another sessionID (with IE)?
The session IDs are different
- -
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 19:20:37 +0100
From: "WeroSoft" <office@weronet.com>
Subject: [mv] tags
****** message to minivend-users from "WeroSoft" <office@weronet.com> ******
I can see the tags on my page like
[bar-button page=index]
SELECTED
[/selected] [/bar-button] [bar-button page=browse1]
can any of you say me the reason for ??
Thank you
Ron
- -
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:59:51 -0800
From: Ed LaFrance <edlafrance@printexusa.com>
Subject: Re: [mv] Flypage broken with arg
****** message to minivend-users from Ed LaFrance <edlafrance@printexusa.com> ******
Lindsey -
The docs refer briefly to the area where you are inserting your argument in
the section where tracking sessions is dicussed, but they are not clear as
to whether or not you can MANUALLY insert an argument, as you are
apparently attempting to do. You might want to try the [page] or [area]
tag instead; either one lets you pass an argument with the link.
Good luck!
- - Ed L.
>****** 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
- -
PRINTEX Marking Technologies
12113 Kirkham Rd.
Poway, CA 92064 U.S.A.
(858) 513-2418
(800) 982-1928
(858) 513-2419 fax
edlafrance@printexusa.com
http://www.printexusa.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: Thu, 23 Dec 1999 14:42:31 -0500
From: Eric Paul <epaul@spellbook.net>
Subject: [mv] MySql and Minivend
****** message to minivend-users from Eric Paul <epaul@spellbook.net> ******
My client's database is eventually going to grow bigger than can be sanely
handled using ASCII database files. I downloaded the latest stable version
of MySql and installed it on my server. I'm in the process of reading thru
the HUGE doc files for MySql and getting overwhelmed. I know a little bit
about basic SQL commands from interfacing some M$ products, but this is a
bit over my head. Can anyone point me in the direction of some good
beginning tutorials (books or web pages are fine) on learning MySql and how
to easily integrate it with Minivend. I read the SQL section of the
Minivend docs, and it seems straightforward once I have all the tables
setup, but I'm not really sure how to get to that point. The MySql docs
seem to deal with database entry thru the console-based module, and I can't
believe that this is how people really do things. Seems a bit back-assward
to have to enter all your items in a command line proggie just to get your
multi-thousand item database set up :P
I know these questions are really newbie-ish, and I apologize for my SQL
ignorance in advance.
Eric
- ---
Eric Paul
SpellBook Systems
http://www.spellbook.net
- -
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, 2 Dec 1999 11:50:48 -0800
From: "Humberto T Reyes" <htreyes@earthlink.net>
Subject: Re: [mv] MySql and Minivend
****** message to minivend-users from "Humberto T Reyes" <htreyes@earthlink.net> ******
Here are a few places you might want to check out:
http://www.savebaseball.com/mysql/
http://hotwired.lycos.com/webmonkey/backend/databases/
http://www.sfu.ca/~yzhang/linux/
There are also a couple of Mysql books out you may want to check:
http://www.fatbrain.com
Lots of luck to you...
Humberto
- ----- Original Message -----
From: "Eric Paul" <epaul@spellbook.net>
To: <minivend-users@minivend.com>
Sent: Thursday, December 23, 1999 11:42 AM
Subject: [mv] MySql and Minivend
> ****** message to minivend-users from Eric Paul <epaul@spellbook.net>
******
>
> My client's database is eventually going to grow bigger than can be sanely
> handled using ASCII database files. I downloaded the latest stable
version
> of MySql and installed it on my server. I'm in the process of reading
thru
> the HUGE doc files for MySql and getting overwhelmed. I know a little bit
> about basic SQL commands from interfacing some M$ products, but this is a
> bit over my head. Can anyone point me in the direction of some good
> beginning tutorials (books or web pages are fine) on learning MySql and
how
> to easily integrate it with Minivend. I read the SQL section of the
> Minivend docs, and it seems straightforward once I have all the tables
> setup, but I'm not really sure how to get to that point. The MySql docs
> seem to deal with database entry thru the console-based module, and I
can't
> believe that this is how people really do things. Seems a bit
back-assward
> to have to enter all your items in a command line proggie just to get your
> multi-thousand item database set up :P
>
> I know these questions are really newbie-ish, and I apologize for my SQL
> ignorance in advance.
>
> Eric
> ---
> Eric Paul
> SpellBook Systems
> http://www.spellbook.net
> -
> 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: Thu, 23 Dec 1999 12:46:31 -0800 (PST)
From: Dan Busarow <dan@dpcsys.com>
Subject: Re: [mv] MySql and Minivend
****** message to minivend-users from Dan Busarow <dan@dpcsys.com> ******
On Thu, 23 Dec 1999, Eric Paul wrote:
> My client's database is eventually going to grow bigger than can be sanely
> handled using ASCII database files. I downloaded the latest stable version
> of MySql and installed it on my server. I'm in the process of reading thru
> the HUGE doc files for MySql and getting overwhelmed. I know a little bit
> about basic SQL commands from interfacing some M$ products, but this is a
> bit over my head. Can anyone point me in the direction of some good
> beginning tutorials (books or web pages are fine) on learning MySql and how
> to easily integrate it with Minivend. I read the SQL section of the
> Minivend docs, and it seems straightforward once I have all the tables
> setup, but I'm not really sure how to get to that point. The MySql docs
> seem to deal with database entry thru the console-based module, and I can't
> believe that this is how people really do things. Seems a bit back-assward
> to have to enter all your items in a command line proggie just to get your
> multi-thousand item database set up :P
Hey, this is Unix. CLI rules :)
To create a database named minivend using mysql you need to run
# mysqladmin create minivend
as the mysql super user which is root by default.
Once you've created the database you need to create your tables.
You can do this using the mysql monitor (mysql) but I find it
easier to put the commands in a text file and run that through
mysql. Like this
$ cat newtable
create table products (
code varchar(16) not null primary key,
description varchar(64),
weight int,
price int,
rest of the table def ...
);
See the CREATE command in the mysql docs (which are excellent BTW)
for fine points. After you've created the file with the create
statements in it run
$ mysql minivend < newtable
Then you'll need to install DBI and DBD, see
http://www.symbolstone.org/technology/perl/DBI/index.html
You want DBI and Msql-Mysql-modules
After you install DBI and DBD write some test scripts to make
sure it's working. Once you know that mysql and DBI::DBD are
working change your catalog.cfg to use it.
Dan
- --
Dan Busarow 949 443 4172
Dana Point Communications, Inc. dan@dpcsys.com
Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82
- -
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 22:19:33 +0100
From: "WeroSoft" <office@weronet.com>
Subject: [mv] no answer
****** message to minivend-users from "WeroSoft" <office@weronet.com> ******
I ask some question to the minivend useres but I never get an answer ?? So I
think:
Perhaps my mail is not correct posted ? (At the beginning I mad a mistake
and send not text only is that the reason ?)
Is it because my english is not so good ?, or is my question not to answer ?
;) or is anything I’m doing wrong ?
Would appreciate if any of you can just click on my email address and send
“yes “
So I know the mail is correct delivered.
Thank you in advance
Ronald Weinrich
- -
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:27:49 -0600 (CST)
From: "Christopher P. Lindsey" <lindsey@mallorn.com>
Subject: Re: [mv] Flypage broken with arg
****** message to minivend-users from "Christopher P. Lindsey" <lindsey@mallorn.com> ******
> The docs refer briefly to the area where you are inserting your argument in
> the section where tracking sessions is dicussed, but they are not clear as
> to whether or not you can MANUALLY insert an argument, as you are
> apparently attempting to do. You might want to try the [page] or [area]
> tag instead; either one lets you pass an argument with the link.
Unfortunately, doing it like
<a href="[area [sql-code] [sql-param category]]">
<b>[sql-param sci_name]</b>
</a>
doesn't work, and neither does
<a MV="page" mv.arg="[data session arg]" mv.href="[sql-code]" href="[area [sql-code]]"><b>[sql-param sci_name]</b></a>
It appears that putting anything into the argument field of flypage causes
it to fail on lookups, whether the extra argument is added manually or via
minivend tags. :(
> Good luck!
Thanks... :) I think I'm going to have to look at cookies or something
to do this (or convince the client that what they wanted to do isn't worth
the hassle for now).
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 22:38:52 +0100
From: Hans-Joachim Leidinger <hans-joachim.leidinger@home.gelsen-net.de>
Subject: Re: [mv] tags
****** message to minivend-users from Hans-Joachim Leidinger <hans-joachim.leidinger@home.gelsen-net.de> ******
WeroSoft wrote:
>
> ****** message to minivend-users from "WeroSoft" <office@weronet.com> ******
>
> I can see the tags on my page like
> [bar-button page=index]
> SELECTED
> [/selected] [/bar-button] [bar-button page=browse1]
> can any of you say me the reason for ??
>
> Thank you
>
> Ron
Hmmm...is your minivend server running?
If yes, maybe there are a typo anywhere?
I get this often, because i work very very hot and sometime i type wrong
chars "]" or "[" to much or there are a missin closing tag "[/if]" or
"[if]" to much or what so ever. Sometime, if i use the [include....]
tag, minivend is not able to parse any tags of the included files or
what so ever.
I hope you get any suggestions.
Regards,
Joachim
- --
- -------------Hans-Joachim Leidinger---------------------
- -
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 22:32:20 +0100
From: Hans-Joachim Leidinger <hans-joachim.leidinger@home.gelsen-net.de>
Subject: Re: [mv] No Items in Basket on Secure Checkout - IE Only
****** message to minivend-users from Hans-Joachim Leidinger <hans-joachim.leidinger@home.gelsen-net.de> ******
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)?
>
> The session IDs are different
I will try to help you and to give you any suggestions.
I have gotten the same results like you. With NS too. Sometime i could
solve this, if i delete all tmp files. But anytime i get this problem
once again. After checking all my perl module (i have missing some
module), i have installed all module from CPAN once more (add the
missing module) and have solved this failure. Sometime, i get this
failure if i use a browser without cookies. I have solved this by adding
the session IDs into the "url" tags ([page ..] [area..] etc.) for
example
[page ord/checkout?[data session id]] Order now! [/page]
or
[page ord/basket?[data session id] Show the basket [/page]
I hope this can help you!
Merry Xmas to you and to all people!
Regards,
Joachim
- --
- -------------Hans-Joachim Leidinger---------------------
- -
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 17:33:05 -0500
From: Ramsey French <rammjet@mindspring.com>
Subject: Re: [mv] no answer
****** message to minivend-users from Ramsey French <rammjet@mindspring.com> ******
Ronald,
Your messages are coming through just fine.
Sorry, I am very new to MiniVend and do not have answers to your questions.
Ramsey
On 12/23/99 4:19 PM, WeroSoft at office@weronet.com wrote:
> ****** message to minivend-users from "WeroSoft" <office@weronet.com>
> ******
>
> I ask some question to the minivend useres but I never get an answer ?? So I
> think:
> Perhaps my mail is not correct posted ? (At the beginning I mad a mistake
> and send not text only is that the reason ?)
> Is it because my english is not so good ?, or is my question not to answer ?
> ;) or is anything I’m doing wrong ?
> Would appreciate if any of you can just click on my email address and send
> “yes “
> So I know the mail is correct delivered.
>
> Thank you in advance
>
> Ronald Weinrich
>
>
>
>
>
> -
> 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: Thu, 23 Dec 1999 23:56:02 +0100
From: Hans-Joachim Leidinger <hans-joachim.leidinger@home.gelsen-net.de>
Subject: Re: [mv] no answer
****** message to minivend-users from Hans-Joachim Leidinger <hans-joachim.leidinger@home.gelsen-net.de> ******
"Yes!"
Was is your question?
Joachim
BTW: My english is very poor! ;-)
> I ask some question to the minivend useres but I never get an answer ?? So I
> think:
> Perhaps my mail is not correct posted ? (At the beginning I mad a mistake
> and send not text only is that the reason ?)
> Is it because my english is not so good ?, or is my question not to answer ?
> ;) or is anything I’m doing wrong ?
> Would appreciate if any of you can just click on my email address and send
> “yes “
> So I know the mail is correct delivered.
- --
- -------------Hans-Joachim Leidinger---------------------
- -
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:51:41 -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 posted an answer to this. Don't use flypage. Use any other page, pass
all your arguments and the item-code, parse them out, and do an in page
search to display the right stuff. You can pass any data you like and use
perl to retrieve it.
>From ken@hero.com Thu Dec 23 15:51:03 1999
Date: Mon, 20 Dec 1999 17:55:25 -0800
From: Ken Berland <ken@hero.com>
To: minivend-users@minivend.com
Subject: Re: [mv] flycat problem with arg
I pass args like this
HREF="[area category sheep]" then on the category page its in [data
session arg] as "sheep". You can set it to a persistent scratch variable
as well:
[if session arg]
[set name="arg-input" interpolate=1][data session arg][/set]
and see it with [scratch arg-input]
you can modify it with perl like this:
[perl arg=scratch]
my($input)=$Safe{scratch}{'arg-input'};
... insert code that modifies $input here
$Safe{scratch}{'my-perl-output'}=$input;
[/perl]
[scratch my-perl-output] shows your new scratch variable.
On Mon, 20 Dec 1999, Christopher P. Lindsey wrote:
> ****** message to minivend-users from "Christopher P. Lindsey" <lindsey@mallorn.com> ******
>
> I'm trying to pass arg to all links on page like this:
>
> <a mv="page" mv.arg="[data session arg]" mv.href="[sql-code]" href="[area [sql-code]]"><b>[sql-param sci_name]</b></a>
>
> It properly generates a URL
>
> http://vapor.example.com/cgi-bin/catalog/abamasp?9joUK2eA;Conifers;6165
>
> but flypage complains that "this item (abamasp) doesn't have a catalog
> page yet..." However, if I remove arg from the URL above and connect
> at
>
> http://vapor.example.com/cgi-bin/catalog/abamasp?9joUK2eA;;6165
>
> the item is found and displayed. In fact, if I put anything between
> the two semi-colons the page will fail.
>
> Does anyone have any ideas? Is this a problem with my flypage (included
> below)?
>
> I'll give some reasons behind this, too... There are a bunch of
> categories of plants, like conifers, perennials, trees, etc. Each
> category has a master list that links to flypage (below). However,
> we'd like to have a "next" and "previous" button to thread through
> the current category. I was trying to pass in arg to contain the
> name of that category -- is there a better way to do this?
>
> Any help would be greatly appreciated -- I'm currently stymied.
>
> Thanks,
>
> Chris
>
> ----------------------------------------------------------------------
> <HTML>
> [tag flag build][/tag]
> <HEAD><TITLE>[item-field sci_name]</TITLE></HEAD>
> __MAINHEADER__
> __TOP__
> __LEFT__
> __BODYHEADER__
>
> [sql type=list
> query="select distinct p.code, p.onsite, p.availability, p.discount, p.description, p.invasive, p.sci_name, h.hardiness_name, s.size_name, p.price from plant
> as p left join size as s on s.size_id = p.size_id left join hardiness as h on h.hardiness_id = p.hardiness_id where p.code='[item-code]'" ]
> <b>[sql-param sci_name]</b></a>
> [if-sql-field invasive]
> <img src="/images/invasive.jpg" BORDER=0 ALT="invasive">
> [/if-sql-field]
> [sql-param hardiness_name] [sql-param size_name] $[sql-param price]<br>
> <p>
> [sql-param description]
> <br>
> [if data products::code::[item-code] =~ /^os-/]
> <i>This item is only available on-site.</i>
> [else]
> [order [item-code]]Add to cart[/order]
> [/else]
> [/if]
> [/sql]
>
> __BODYFOOTER__
> __LEFTFOOTER__
> __MAINFOOTER__
> </CENTER>
> <!-- current page: @@MV_PAGE@@ -->
> </BODY>
> </HTML>
> -
> 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
>
On Thu, 23 Dec 1999, Christopher P. Lindsey wrote:
> ****** message to minivend-users from "Christopher P. Lindsey" <lindsey@mallorn.com> ******
>
> > The docs refer briefly to the area where you are inserting your argument in
> > the section where tracking sessions is dicussed, but they are not clear as
> > to whether or not you can MANUALLY insert an argument, as you are
> > apparently attempting to do. You might want to try the [page] or [area]
> > tag instead; either one lets you pass an argument with the link.
>
> Unfortunately, doing it like
>
> <a href="[area [sql-code] [sql-param category]]">
> <b>[sql-param sci_name]</b>
> </a>
>
> doesn't work, and neither does
>
> <a MV="page" mv.arg="[data session arg]" mv.href="[sql-code]" href="[area [sql-code]]"><b>[sql-param sci_name]</b></a>
>
> It appears that putting anything into the argument field of flypage causes
> it to fail on lookups, whether the extra argument is added manually or via
> minivend tags. :(
>
> > Good luck!
>
> Thanks... :) I think I'm going to have to look at cookies or something
> to do this (or convince the client that what they wanted to do isn't worth
> the hassle for now).
>
> 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: Thu, 23 Dec 1999 18:43:31 -0600 (CST)
From: "Christopher P. Lindsey" <lindsey@mallorn.com>
Subject: Re: [mv] Flypage broken with arg\
****** message to minivend-users from "Christopher P. Lindsey" <lindsey@mallorn.com> ******
> I posted an answer to this. Don't use flypage. Use any other page, pass
> all your arguments and the item-code, parse them out, and do an in page
> search to display the right stuff. You can pass any data you like and use
> perl to retrieve it.
But there are two nice things about flypage:
1. It's automatically there
2. Other sites that link to/from this online store have already been
told to use the flypage format, and are developing accordingly
(think of it as an online store that keeps extended descriptions,
etc. on multiple servers across multiple domains, but wants to
maintain the session id when visiting another domain, then return
it with a code identifying the remote domain)
I think that your solution is a good one to get things working in
a pinch. I was just hoping to avoid telling everyone else that they
need to re-code their stuff.
But probably the biggest thing is satisfying my curiosity. :) Is this
a bug? Is it supposed to work this way and I'm missing something? I
don't mind backing up and trying again, but I'd like to know why it
is instead of saying that I just couldn't get it to work...
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: Fri, 24 Dec 1999 17:56:47 +1300
From: "Glen and Rosanne Eustace" <agree@godzone.net.nz>
Subject: RE: [mv] FATAL Error ....
****** message to minivend-users from "Glen and Rosanne Eustace" <agree@godzone.net.nz> ******
Thanks Joachim, this was the right approach. I don't know why
etc/report gets an error and ord/basket.html and ord/checkout.html are
fine. My solution ended up being to use both methods.
> [calc]
> $MySubTotal = 0;
> [item-list]
> $NewReleaseCD += [item-quantity]
> if ( "[item-code]" =~
/^VMD(9310|9282|9305|9316|9300|93019304|9728)$/ );
> $NewReleaseTape += [item-quantity]
> if ( "[item-code]" =~
/^VMC(9310|9282|9305|9316|9300|93019304|9728)$/ );
> $MySubTotal += [item-price noformat=1] * [item-quantity];
> [/item-list]
> [set name="MySubTotal"]$MySubTotal[/set]
> return( '' );
> [/calc]
> [discount ENTIRE_ORDER]
> my( $d ) = 0;
> $d += 10.00 if ( $NewReleaseCD > 3 );
> $d += 5.00 if ( $NewReleaseTape > 3 );
> return( $s - $d );
> [/discount]
and then in ord/basket.html and ord/checkout.html, I can use $MySubTotal
as I had been doing and then as suggested do the following in etc/report
> [column width=10 align=right gutter=0][currency][calc][subtotal
noformat=1] - [scratch MySubTotal][/calc][/currency][/column]
- --
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Glen Eustace, on behalf of
GodZone Internet Services, a division of AGRE Enterprises Limited.
P.O. Box 8020, Palmerston North, New Zealand
Ph: +64 6 356 2562, Fax: +64 6 357 0271, Mobile: 025 416 184,
http://WWW.GodZone.Net.NZ
- -
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: Fri, 24 Dec 1999 07:08:45 +0100
From: "WeroSoft" <office@weronet.com>
Subject: Re: [mv] no answer
****** message to minivend-users from "WeroSoft" <office@weronet.com> ******
Hi Joachim,
thank you for the answer, Oooops get 5 thank you all.
The questions I posted:
1. suid: solved (I hope ) after 2 days testing and digging through the doc’s
.
2. undefined value when creat cat: solved to - the reason was, I had a crash
with creating a catalog and for any reason the makecat.cfg was empty, so
good hint is - save all your xx.cfg
3. tag - I can see the tags on my page. Not solved, but you send me a
possible solution, I will check it out.
( the minivend server is running so maybe it’s a type mismatch.)
Thank’s again and a
Merry Christmas to All
Ron
- -----Ursprüngliche Nachricht-----
Von: Hans-Joachim Leidinger <hans-joachim.leidinger@home.gelsen-net.de>
An: minivend-users@minivend.com <minivend-users@minivend.com>
Datum: Freitag, 24. Dezember 1999 01:04
Betreff: Re: [mv] no answer
>****** message to minivend-users from Hans-Joachim Leidinger
<hans-joachim.leidinger@home.gelsen-net.de> ******
>
>"Yes!"
>
>Was is your question?
>
>Joachim
>
>BTW: My english is very poor! ;-)
>
>> I ask some question to the minivend useres but I never get an answer ??
So I
>> think:
>> Perhaps my mail is not correct posted ? (At the beginning I mad a mistake
>> and send not text only is that the reason ?)
>> Is it because my english is not so good ?, or is my question not to
answer ?
>> ;) or is anything I’m doing wrong ?
>> Would appreciate if any of you can just click on my email address and
send
>> “yes “
>> So I know the mail is correct delivered.
>
>
>--
>-------------Hans-Joachim Leidinger---------------------
>
>-
>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
------------------------------
End of minivend-users V1 #447
*****************************
-
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