[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Need help in Checkout Process
Hi dear IC meets,
I got a problem in check out process, okay let me explain the thing. In
my project I am not allowed to use IC's payment gate way(Like CyberCash), I
need to pass some values to a different secured site and it will asks for
the Credit card information and the form will be submitted to a particular
payment gate way. So for this I used frames in IC where one frame will
display the top region(Ex: Home, About us, Help, Your Cart,....) and other
frame source will be the site where I need to take the credit card
information and submit to payment gate way. In this situation when I click
on the links in the top region I am not able to get the old data, I mean the
cart items. How can I get back my cart items ?
I will be very thankful for any frothier questions or clarifications on this
issue.
Thanks
--Ramana
----- Original Message -----
From: <interchange-users-admin@lists.akopia.com>
To: <interchange-users@lists.akopia.com>
Sent: Tuesday, January 30, 2001 1:17 AM
Subject: Interchange-users digest, Vol 1 #274 - 15 msgs
>
> Send Interchange-users mailing list submissions to
> interchange-users@lists.akopia.com
>
> To subscribe or unsubscribe via the web, visit
> http://lists.akopia.com/mailman/listinfo/interchange-users
> or, via email, send a message with subject or body 'help' to
> interchange-users-request@lists.akopia.com
> You can reach the person managing the list at
> interchange-users-admin@lists.akopia.com
>
> When replying, please edit your Subject line so it is more specific than
> "Re: Contents of Interchange-users digest..."
>
>
> Today's Topics:
>
> 1. Need a little help with dealer pricing (Jason Ballou)
> 2. Re: more admin UI hacking fun (Mike Heins)
> 3. selected tag (Kaare Rasmussen)
> 4. Interchange-users guidelines [semi-monthly posting] (Mike Heins)
> 5. Re: interchange question (Robert Trembath)
> 6. Charge.com support? (jean-pierre.parent@bridgepoint-intl.com)
> 7. Is there a way to search in another languange than English?(Greek)
(Thomas N. Stefanidis)
> 8. Re:interchange question (IC-Admin)
> 9. SessionType & Performance (Randy Moore)
> 10. Re: SessionType & Performance (Mike Heins)
> 11. Re: more admin UI hacking fun (Doug Alcorn)
> 12. Button Tag (Ron Phipps)
> 13. custom data item change of userdb (Shozo Murahashi)
> 14. Setting secure or not (Ron Phipps)
> 15. (no subject) (David Bigler)
>
> --__--__--
>
> Message: 1
> Date: Sat, 27 Jan 2001 23:41:56 -0800 (PST)
> From: Jason Ballou <jasonballou1@yahoo.com>
> To: interchange-users@lists.akopia.com
> Subject: [ic] Need a little help with dealer pricing
> Reply-To: interchange-users@lists.akopia.com
>
> I am working on getting the dealer pricing setup for
> my site but am having a little trouble.
>
> My cart came setup with quantity pricing of 1, 5, and
> 10 displayed when a dealer clicks on the "QUANTITY
> PRICING" link but the 5 and 10 are the only ones that
> show up. I eventually figured out that I had to go
> into the product table and set the single unit price
> (designated "wholesale") there so now the 1 price
> shows but I cannot get any other price breaks to
> display.
>
> For instance, my site also had a price break for 2 of
> an item when I got the catalog. I went into the
> quantity.html page and set it up so that the price of
> 2 items should be display exactly the same as the
> others but it does not work, it just assigns the price
> of the next quantity down. This is also true when I
> added price breaks for 12 items and for the price
> breaks of 25 and 100 that also came with my catalog?
>
> Any idea what is wrong here? Thanks.
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Auctions - Buy the things you want at great prices.
> http://auctions.yahoo.com/
>
> --__--__--
>
> Message: 2
> Date: Sun, 28 Jan 2001 03:19:32 -0500
> From: Mike Heins <mikeh@minivend.com>
> To: interchange-users@lists.akopia.com
> Subject: Re: [ic] more admin UI hacking fun
> Reply-To: mike@minivend.com
> Reply-To: interchange-users@lists.akopia.com
>
> Quoting Dan B (db@cyclonehq.dnsalias.net):
> >
> > >However, when I restarted IC and loaded the page my changes didn't
> > >show up. It's like the variables are cached somewhere. I don't know
> > >where. Calling 'bin/interchange -r' says the old server is killed
> > >then a new server is started. Wouldn't this new server refresh the
> > >definition of UI_STD_HEAD with my changes?
> >
> > Interchange imports lib/UI/vars/*, including any backup files that you
> > (probably) made. If that is the problem, move them to another
directory,
> > more info here:
> > http://developer.akopia.com/archive/interchange-users/2000/msg10368.html
>
> You can also do something like:
>
> #include lib/UI/vars/*[A-Za-z0-9]
>
> if you are leaving files like UI_STD_HEAD~ laying around.
>
> >
> > Mike, I noticed Jon made 4.7.x import only usertag/*.tag files, how
about
> > doing the same for lib/UI/vars/*.var in 4.7.x? I attached my own
thoughts
> > on it as a patch to dist/lib/UI/ui.cfg.
> >
>
> That will be done. We are planning on making all of the include
directory/*
> backup-file tolerant.
>
> One thing we are looking at is providing in 4.7.x a whole mechanism for
> adding "packages" to the demo catalogs. I.e., a system-5 init.d/ rc.d/
> mechanism for changing configuration.
>
> ( This is far from decided or finalized, so any input is valuable here
> and can effect what is implemented. )
>
> This would allow you to drop in a new configuration change for adding
> a capability (like a certain type of pricing, a new payment scheme,
> a new transaction logging setup, etc.). Basically, you would do:
>
> include config/ordered/*
>
> There backup files wouldn't be tolerated, because it is just a set of
> symlinks. The tree would be something like:
>
> ordered:
> total 0
> lrwxrwxrwx 1 mike staff 15 Jan 28 03:11 S10url ->
../sections/url
> lrwxrwxrwx 1 mike staff 17 Jan 28 03:11 S11image ->
../sections/image
> lrwxrwxrwx 1 mike staff 17 Jan 28 03:11 S15pages ->
../sections/pages
> lrwxrwxrwx 1 mike staff 19 Jan 28 03:11 S16session ->
../sections/session
> lrwxrwxrwx 1 mike staff 18 Jan 28 03:11 S18system ->
../sections/system
> lrwxrwxrwx 1 mike staff 20 Jan 28 03:11 S19template ->
../sections/template
> lrwxrwxrwx 1 mike staff 22 Jan 28 03:11
S21database_default -> ../sections/db.default
> lrwxrwxrwx 1 mike staff 22 Jan 28 03:11 S30encryption ->
../sections/encryption
> lrwxrwxrwx 1 mike staff 17 Jan 28 03:13 S40order ->
../sections/order
> lrwxrwxrwx 1 mike staff 19 Jan 28 03:11 S42pricing ->
../sections/pricing
> lrwxrwxrwx 1 mike staff 20 Jan 28 03:11 S44shipping ->
../sections/shipping
> lrwxrwxrwx 1 mike staff 22 Jan 28 03:11 S46tax ->
../sections/tax.simple
> lrwxrwxrwx 1 mike staff 19 Jan 28 03:11 S50payment ->
../sections/payment
> lrwxrwxrwx 1 mike staff 18 Jan 28 03:11 S60userdb ->
../sections/userdb
>
> sections:
> total 76
> -rw-r--r-- 1 mike staff 429 Jan 6 15:52 db.default
> -rw-r--r-- 1 mike staff 142 Jan 6 15:52 db.mysql
> -rw-r--r-- 1 mike staff 144 Jan 6 15:52 db.oracle
> -rw-r--r-- 1 mike staff 147 Jan 6 15:52 db.pgsql
> -rw-r--r-- 1 mike staff 170 Jan 6 15:52 encryption
> -rw-r--r-- 1 mike staff 176 Jan 6 15:52 image
> -rw-r--r-- 1 mike staff 2211 Jan 28 03:12 order
> -rw-r--r-- 1 mike staff 568 Jan 6 15:52 pages
> -rw-r--r-- 1 mike staff 1821 Jan 6 15:52 payment
> -rw-r--r-- 1 mike staff 457 Jan 6 15:52 pricing
> -rw-r--r-- 1 mike staff 231 Jan 6 15:52 session
> -rw-r--r-- 1 mike staff 71 Jan 6 15:52 shipping
> -rw-r--r-- 1 mike staff 223 Jan 6 15:52 shipping.ups
> -rw-r--r-- 1 mike staff 303 Jan 6 15:52 shipping.ups_www
> -rw-r--r-- 1 mike staff 337 Jan 6 15:52 system
> -rw-r--r-- 1 mike staff 571 Jan 6 15:52 tax.simple
> -rw-r--r-- 1 mike staff 2846 Jan 6 15:52 template
> -rw-r--r-- 1 mike staff 539 Jan 6 15:52 url
> -rw-r--r-- 1 mike staff 373 Jan 6 15:52 userdb
>
> You can see that it would be easy to make a "package" which drops config
> chunks in the sections directory, then provide a tool which links in
> the different capabilities.
>
> Just like in System-5 init, the name of the file is important as it
controls
> the order in which it is included. (Of course order is dependent for some
> configuration directives.)
>
> --
> Akopia, Inc., 131 Willow Lane, Floor 2, Oxford, OH 45056
> phone +1.513.523.7621 fax 7501 <heins@akopia.com>
>
> Unix version of an Outlook-style virus:
> It works on the honor system. Please forward this message to everyone
> you know, and delete a bunch of your files at random.
>
> --__--__--
>
> Message: 3
> From: Kaare Rasmussen <kar@webline.dk>
> Date: Sun, 28 Jan 2001 12:10:44 +0100
> charset="iso-8859-1"
> To: interchange-users@lists.akopia.com
> Subject: [ic] selected tag
> Reply-To: interchange-users@lists.akopia.com
>
> What am I doing wrong?
>
> I try to have one <option> selected if it matches a preset scratch
variable.
> But it doesn't work.
>
> [query list=1 sql="SELECT deliverycode,name FROM co_deliveryterms ORDER BY
> deliverycode"]
> [list]
> <OPTION VALUE="[sql-param deliverycode]"
> [selected interpolate=1 [sql-param deliverycode] [scratch
deliverycode] ]>
> [sql-param name]
> </OPTION>
> [/list]
> [/query]
>
> I've made sure that the scratch variable has the value 2, and that there
is
> one entry in the co_deliveryterms table with the value 2.
>
> --
> Kaare Rasmussen --Linux, spil,-- Tlf: 3816 2582
> Kaki Data tshirts, merchandize Fax: 3816 2501
> Howitzvej 75 Åben 14.00-18.00 Email: kar@webline.dk
> 2000 Frederiksberg Lørdag 11.00-17.00 Web: www.suse.dk
>
> --__--__--
>
> Message: 4
> Date: Sun, 28 Jan 2001 09:09:00 -0500
> From: Mike Heins <mikeh@minivend.com>
> To: interchange-users@lists.akopia.com
> Reply-To: mike@minivend.com
> Subject: [ic] Interchange-users guidelines [semi-monthly posting]
> Reply-To: interchange-users@lists.akopia.com
>
> interchange-users@lists.akopia.com is a list for users who have questions
about
> configuring, setting up, and fine tuning Interchange catalogs. Other
topics
> will include:
>
> - announcements of Interchange releases and fixes
> - notification and submission of Interchange bugs
> - distributing pages which implement Interchange functions
> - discussing the future development of Interchange
> - any other topic relating *directly* to Interchange
>
> The list started January 5, 1997 as minivend-users. For an archive of
past
> articles, see:
>
> http://developer.akopia.com/archive/interchange-users/
>
> Also, because the list has high volume for one of its type, before
> posting to the list it is recommended that you use the search feature at:
>
> http://developer.akopia.com/
>
> Many questions can be answered by trying some keywords at this
> facility. Try more than one combination.
>
> It is common courtesy when posting to a forum such as this to:
>
> 1. Include the version of software you are using, i.e.
> Interchange 4.6.1. Bugs are fixed and deficiencies corrected
> in each release of Interchange, as with almost any software.
>
> 2. Include relevant information where appropriate.
> The operating system in question is often relevant, as
> is the Perl version and database type in use.
>
> 3. When talking about tag problems, include a snippet of ITL
> tags which illustrates the problem.
>
> 4. When posting about PGP, Glimpse, or anything else that
> uses an external command, you need to state what happens
> when you run the same thing from the command line.
>
> 5. Include error log entries or a statement that there
> are none.
>
> If a post to this list doesn't include the relevant information, not only
> are you unlikely to get a reasonable answer, you will add to the volume of
> the list and make it less likely that reasonable questions are answered.
>
> All entries are archived and available via a web gateway. The
> "X-No-Archive: Yes" header is honored if you choose to use it.
>
> List etiquette issues:
>
> -- No HTML mail is allowed. Besides being improper email netiquette,
> it destroys the digest.
>
> -- Please try to keep your line size less than 80 characters.
>
> -- No PGP signatures should be used. This is not a legal record.
>
> -- No flame wars are tolerated.
>
> -- No "courtesy copies" unless specifically requested. It
> can be annoying to some people to receive two copies of
> the same message.
>
> -- If you must munge, make sure you mention this in the
> BODY of the message and not buried incomprehensibly in
> the header or in a cluttered signature attachment.
>
> -- The list changes the Reply-To: header to point to the
> list. While this is by popular demand, it is recognized that it
> is not always the best mode of operation. You should reply by email
> directly to the sender if the post will not be of general use.
>
> For more information see the Netiquette RFC:
>
> http://www.faqs.org/rfcs/rfc1855.html
>
> Thanks for your cooperation. We believe we have one of the best user
> lists going, and we would like to keep it useful and pleasant to use.
>
>
> --__--__--
>
> Message: 5
> From: "Robert Trembath" <robert@ishoptech.com>
> To: <interchange-users@lists.akopia.com>
> Subject: Re: [ic] interchange question
> Date: Sun, 28 Jan 2001 08:38:26 -0600
> charset="iso-8859-1"
> Reply-To: interchange-users@lists.akopia.com
>
> INterchange is not all that difficult but a basic knowledge of HTML and an
> understanding of scripting logic is needed. If you start there and can
> install interchange on a test machine. Do you know Linux? and can you
> install interchange? You need to at least start there. Thene when you have
> it working, follow the tutorial to get a basic understanding. If all of
this
> is greek, you need to find a friend who at least knows linux and can help
> you setup a test machine with interchange on it. Then start examining
> interchange. Walk before you run. I started the same way 8 years ago and
> now know NT, W2k, PHP, Tango, HTML and many more because I couldn't trust
> others to do it right. This is a good group AND A GREAT PRODUCT with
plenty
> of willing people to help. Good Luck!
> Robert
> ----- Original Message -----
> From: "Wade Schilling" <metrowax2000@yahoo.com>
> To: <interchange-users@lists.akopia.com>
> Sent: Saturday, January 27, 2001 2:50 PM
> Subject: [ic] interchange question
>
>
> > Hello all-
> > I have read much of this list, and for somebody
> > quite new to programming, it's like a foreign
> > language. Can anybody recommend a good place to start
> > (i.e. book, website) so that I can understand from a
> > basic perspective how the interchange program is
> > written? The tutorial seems to be written more for a
> > programmer trying to learn interchange than for a web
> > seller trying to learn programming. I am not a
> > programmer, but out of force of necessity I do want to
> > learn interchange front to back. My previous
> > developers' incompitence has led me to further believe
> > that if you want something done right, do it yourself.
> > Can anybody out there have a kind heart and help me to
> > get this thing started? I'm not quite ready to pay
> > $180 per hour for tech support when I have all this
> > time to do it myself!
> >
> > Thanks for looking and your resposes are welcomed!
> > -Wade
> >
> > =====
> > Wade Schilling
> > Owner/Operator
> > www.metrowax.com
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! Auctions - Buy the things you want at great prices.
> > http://auctions.yahoo.com/
> >
> > _______________________________________________
> > Interchange-users mailing list
> > Interchange-users@lists.akopia.com
> > http://lists.akopia.com/mailman/listinfo/interchange-users
>
>
> --__--__--
>
> Message: 6
> From: jean-pierre.parent@bridgepoint-intl.com
> To: interchange-users@lists.akopia.com
> Date: Sun, 28 Jan 2001 10:32:43 -0500
> Subject: [ic] Charge.com support?
> Reply-To: interchange-users@lists.akopia.com
>
> Is charge.com support available as an alternative for CyberCash
> or Signio or whatever? Is there a list of the ones currently working
> and what is needed for payment processing?
>
> Thanks
>
>
> --__--__--
>
> Message: 7
> Date: Sun, 28 Jan 2001 17:56:33 +0200
> From: "Thomas N. Stefanidis" <thomas@prometheas.gr>
> Organization: http://www.prometheas.gr
> To: Interchange Mailing List <interchange-users@lists.akopia.com>
> Subject: [ic] Is there a way to search in another languange than
English?(Greek)
> Reply-To: interchange-users@lists.akopia.com
>
> Hello.
> I can't search my site with Greek.
> Is there a trick that u have to make so u can search in other languages
> than english?
> Thank you.
>
>
> Thomas
>
>
> --__--__--
>
> Message: 8
> Date: Sun, 28 Jan 2001 12:22:43 -0500 (EST)
> From: IC-Admin <interchange@my-school.com>
> To: interchange-users@lists.akopia.com
> Subject: Re:[ic] interchange question
> Reply-To: interchange-users@lists.akopia.com
>
>
> [take my answer with a smile, will you ?]
>
> Wade Schilling said :
>
> > Hello all-
> > I have read much of this list, and for somebody
> > quite new to programming, it's like a foreign
> > language. Can anybody recommend a good place to start
> > (i.e. book, website) so that I can understand from a
> > basic perspective how the interchange program is
> > written? The tutorial seems to be written more for a
> > programmer trying to learn interchange than for a web
> > seller trying to learn programming. I am not a
> > programmer, but out of force of necessity I do want to
> > learn interchange front to back. My previous
> > developers' incompitence has led me to further believe
> > that if you want something done right, do it yourself.
> > Can anybody out there have a kind heart and help me to
> > get this thing started? I'm not quite ready to pay
> > $180 per hour for tech support when I have all this
> > time to do it myself!
>
> > Thanks for looking and your resposes are welcomed!
> > -Wade
>
> It all depends on where you are, where you want to go and
> why you feel compelled to go the way at all. 8-)
>
> Here is aunt Ruth's five pennies worth of psychologic analysis:
>
> 1. a. If you own a business, know how to use the browser and google, and
> want to sell goods online (having a nice brick and mortar business
> running already), think the web is neat and want to get a
> catalog/shop running
> and
> b. You don't know - anything about Unix System Admin
> anything about Perl, C or shell programming
> anything about SQL and databases
> and
> c. You ar not sure how much time and money you should invest
> in your endeavour
> and
> d. You really didn't want to become a programmer, but would just like
> to have your own brick and mortar business running a nice online
> site or fell in love with the idea of selling a bit of web space
> then
> this is "Aunt Ruth Quick Fix" advice:
>
> Warning: Don't mix up your desire to become a programmer with the
> desire to jump on the bandwagon, learn a bit of this and that and
> hope to become a "web seller". You are either someone, who wants to
> become a professional programmer/web-site architect, who wants to
> earn the money those other guys are asking you to pay. Or you want
> simply your own business on the net and are thinking about doing it
> yourself, because you don't have enough money, but enough time to
> try it out on your own. Which one is it ?
>
> If it's more the latter, then all depends on how much you already
> know. Expect to teach yourself pretty much what Mike Heins
> mentioned (but use updated books) and expect to get to pull
> your hair once in a while and start to inhale the docs instead
> of reading them ten times. If you think that the tutorial is
> geared towards programmer you definitely should expect a long
> journey to be ahead of you, because even I think they are not.
>
> Now, if it's the first and you want to become a real programmer,
> DON'T start to look at IC until you have mastered
>
> a. Linux/Unix System Admin (if you want to run your own machines
> and not pay a consultant to take over the responsibility that you
> have a secure, mission-critical-proof system running on a level of
> 98.5 % up-time level and be able to recover your system after a
> hacking attack).
> b. Shell programming
> c. Basics of C programming
> d. Perl
> e. CGI, Apache, SQL
> f. html, Javascript, CSS, XHTML, XML
>
> Good Luck ! There are some people on the list, who went from zero to
> home-grown happy IC (MiniVend) users to run their own sites, but who
> are not up to the task to be let loose as consultants. There are a lot
> of people who had the necessary system admin and programming skills
> before they started looking at IC and I think, they keep looking quite
> intensely at the source code and the docs. Expect to do the same.
>
> Now, of course, you should never take Aunt Ruth's advice seriously.
>
> She is female and has, therefore, typical characteristics which don't
> match with the brave, male techo-macho, risk-taking attitudes. She
> hates "trial and error" and looks for some logic approaches (gosh
> how come the males have so much time ), she hates "constant
> changes" (can't you guys stay put for a while and enjoy a working thingy
> even if it isn't the latest, greatest, coolest whatever), she hates
> "taking risks" (aren't we the ones who always clean up the mess ?)
>
> Well, I should stop my Sunday morning rants
>
> IC is a great program, I know it, I just don't know why. 8-)
>
> Birgitt
>
>
>
>
> --__--__--
>
> Message: 9
> Date: Sun, 28 Jan 2001 14:46:17 -0500
> To: interchange-users@lists.akopia.com
> From: Randy Moore <ramoore@axion-it.net>
> Subject: [ic] SessionType & Performance
> Reply-To: interchange-users@lists.akopia.com
>
> Hi all,
>
> Can anyone offer info about the performance tradeoff's of the different
> SessionType options?
>
> The docs for the SessionType configuration directive suggest that the
> 'File' type offers the best performance (and this is the default), but the
> rest of the documentation seems to assume we should use GDBM or DB_File.
>
> Which really offers the best performance on a reasonably powerful server?
>
> Also, the docs say "Don't use this!" about the DBI session type. What is
> the danger there?
>
> Thanks for any info.
> Randy Moore
> Axion Information Technologies, Inc.
>
> email ramoore@axion-it.net
> phone 301-408-1200
> fax 301-445-3947
>
>
> --__--__--
>
> Message: 10
> Date: Sun, 28 Jan 2001 15:08:59 -0500
> From: Mike Heins <mikeh@minivend.com>
> To: interchange-users@lists.akopia.com
> Subject: Re: [ic] SessionType & Performance
> Reply-To: mike@minivend.com
> Reply-To: interchange-users@lists.akopia.com
>
> Quoting Randy Moore (ramoore@axion-it.net):
> > Hi all,
> >
> > Can anyone offer info about the performance tradeoff's of the different
> > SessionType options?
> >
> > The docs for the SessionType configuration directive suggest that the
> > 'File' type offers the best performance (and this is the default), but
the
> > rest of the documentation seems to assume we should use GDBM or DB_File.
> >
> > Which really offers the best performance on a reasonably powerful
server?
>
> File. The reason is that contending for lock on a DBM file can be a
hotspot
> for a busy server. And write speed for Storable on a local filesystem or
> NFS is greater than 1MB per second on a fast system/network.
>
> >
> > Also, the docs say "Don't use this!" about the DBI session type. What
is
> > the danger there?
>
> I am less worried about this than I was before it had much real-world
> testing. Basically, "don't use this" on a mirrored Oracle server with
> very slow write speed, or a PostGres 6.5.x system, or anything with slow
> write. We have installations that have very good luck with using MySQL.
> (There is a system that uses MySQL that takes many thousands of
> orders per month.)
>
> It is not difficult to try them all and see which performs best for you.
> It isn't much more than just setting up a session database DSN and
> trying out the different SessionType settings.
>
> --
> Akopia, Inc., 131 Willow Lane, Floor 2, Oxford, OH 45056
> phone +1.513.523.7621 fax 7501 <heins@akopia.com>
>
> Clothes make the man. Naked people have little or no influence on
> society. -- Mark Twain
>
> --__--__--
>
> Message: 11
> To: interchange-users@lists.akopia.com
> Subject: Re: [ic] more admin UI hacking fun
> <5.0.2.1.0.20010127225955.025cac10@10.0.0.254>
> <20010128031932.A13166@bill.minivend.com>
> From: Doug Alcorn <doug@lathi.net>
> Date: 28 Jan 2001 15:24:13 -0500
> Reply-To: interchange-users@lists.akopia.com
>
> Mike Heins <mikeh@minivend.com> writes:
>
> > Quoting Dan B (db@cyclonehq.dnsalias.net):
> > > Interchange imports lib/UI/vars/*, including any backup files that you
> > > (probably) made.
>
> Thanks, I'm sure this is my problem as emacs is leaving the *~ files
> laying around. I didn't even think about that.
>
> > That will be done. We are planning on making all of the include
directory/*
> > backup-file tolerant.
>
> cool
>
> > One thing we are looking at is providing in 4.7.x a whole mechanism for
> > adding "packages" to the demo catalogs. I.e., a system-5 init.d/ rc.d/
> > mechanism for changing configuration.
>
> This is way cool too. I'm hoping you will extend this so that I can
> drop come of these config files into the individual catalog
> directoris. My thinking is that IC would have the config init.d and
> the catalog would have one too. That would allow catalogs to override
> specific configuration stuff.
>
>
> --__--__--
>
> Message: 12
> From: "Ron Phipps" <takedown@cdsnet.net>
> To: <interchange-users@lists.akopia.com>
> Date: Sun, 28 Jan 2001 15:45:45 -0800
> charset="iso-8859-1"
> Subject: [ic] Button Tag
> Reply-To: interchange-users@lists.akopia.com
>
> We've been using the button tag for our clickable images. Long story
short
> it worked in all of but one case that we are aware of. The case is when
you
> are on the basket page and you want to put a 'Continue Shopping' button.
> Since the forms needs to be processed (in case they changed attributes in
> the cart) it needs to go through process.html. However if you allow it go
> through with secure=1 the user will get a warning that they are being
> bounced form process (which is secure) to index (which is not secure).
With
> secure=0 this problem is fixed however you create a larger problem which
is
> the checkout page being perocessed insecurely. So I dropped using the
> button tag and pulled out the code it generated then made an addition and
> here it is:
>
> <INPUT TYPE=hidden NAME="mv_click_map" VALUE="Continue_shopping">
> <INPUT TYPE=hidden NAME="mv_click_Continue_shopping" VALUE="">
> <A HREF="javascript:void 0" onMouseOver="window.status='Continue
shopping'"
> onClick=" basket.action='[process-target secure=0]';
> (basket.mv_click_Continue_shopping.value='Continue shopping') &&
> basket.submit(); return(false);"
> ALT="Continue shopping"><IMG ALT="Continue shopping"
> SRC="/images/other/cont_shopping.gif" border=0 align=top></A>
>
> The piece added is: basket.action='[process-target secure=0]'; which
> changes how the form is processed (non-secure in this case) when continue
> shopping is pushed. It will still process secure when Checkout is
pressed.
>
> My question now, does the button tag allow for java commands to be passed
as
> arguments? If it doesn't it may be a good addition to be able to specify
> either generic commands or atleast set the form's action. Mike do you
think
> this is a good addition to this tag?
>
> Thanks!
> -Ron
>
>
> --__--__--
>
> Message: 13
> From: "Shozo Murahashi" <murahashi@ayayu.com>
> To: <interchange-users@lists.akopia.com>
> Date: Mon, 29 Jan 2001 09:31:07 +0900
> Organization: Kida NetBusiness
> charset="iso-2022-jp"
> Subject: [ic] custom data item change of userdb
> Reply-To: interchange-users@lists.akopia.com
>
> Hi all,
>
> I would like to modify custom item , for example membership level,
> in userdb from administrator's page.
> After login as administrator account, I can list of all of userdb.
> I would like to select a user and modify the value of membership level
> code.
>
> In my stage, I can select a user but can't change the value.
> It changed administrator's value. Below is tag list.
> How can I do it?
> Please any suggestion.
>
> I can change the value from Minimate db maintenance page.
> Minivend is 4.04.
>
> Thanks.
> S,Murahashi
>
>
>
> [tag touch userdb][/tag]
> [set Change]
> [tag flag write]userdb[/tag]
> [userdb function=save]
> [/set]
>
> <FORM ACTION="[process-target]" METHOD=POST>
> <INPUT TYPE=hidden NAME=mv_click VALUE=Change>
> <INPUT TYPE=hidden NAME=mv_doit VALUE=return>
> <INPUT TYPE=hidden NAME=mv_username VALUE="test">
> <INPUT TYPE=hidden NAME=mv_nextpage VALUE=m_userbrowse1>
> Member Ship?
> <INPUT TYPE=text NAME=membership VALUE=" " SIZE=2>
>
> <INPUT TYPE=submit VALUE="Change" SIZE=10><BR>
> </FORM>
>
>
>
> --__--__--
>
> Message: 14
> From: "Ron Phipps" <rphipps@reliant-solutions.com>
> To: <interchange-users@lists.akopia.com>
> Date: Sun, 28 Jan 2001 18:22:38 -0800
> charset="iso-8859-1"
> Subject: [ic] Setting secure or not
> Reply-To: interchange-users@lists.akopia.com
>
> I'd like to set the login form so that once the persona logs on and they
are
> sent to mv_nextpage that I can control whether it is secure or not. I
can't
> use the ACTION of the form because it needs to be secure when the person
is
> logging in but once they login I'd like to set mv_nextpage to index and
have
> it NOT processed securely. How do I go about doing this? Thanks!
>
> -Ron
>
>
> --__--__--
>
> Message: 15
> Date: 29 Jan 2001 11:13:59 CST
> From: David Bigler <dbigler@usa.net>
> To: interchange-users@lists.akopia.com
> Subject: [ic] (no subject)
> Reply-To: interchange-users@lists.akopia.com
>
> Here's the problem- I have the secure server address, but Interchange
isn't
> working with it properly. Are there files that I need to configure in
> Interchange so that it finds the Secure Server? Here's how things look:
>
> Catalog Information in ADMIN-
> Catalog URL:
> http://www.****.com/cgi-bin/***
> Secure URL:
> https://*****.******.com/cgi-bin/***
>
> The Website:
> When I click the PROCEED button to check out, it sends me to-
> https://*****.******.com/cgi-bin/***/process.html
>
> Then I get the following message:
> Internal Server Error
> The server encountered an internal error or misconfiguration and was
unable to
> complete your request.
> Please contact the server administrator, webmaster@communitylink.com and
> inform them of the time the error occurred, and anything you might have
done
> that may have caused the error. More information about this error may be
> available in the server error log.
>
> Any ideas?
>
> ____________________________________________________________________
> Get free email and a permanent address at http://www.netaddress.com/?N=1
>
>
>
> --__--__--
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
>
>
> End of Interchange-users Digest
>
_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users