[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
RE: [mv] Purchase Order checkout
****** message to minivend-users from Ed LaFrance <edlafrance@printexusa.com> ******
Christopher -
It shouldn't be a problem. What MV version are you running? We are
running 3.12, and our catalog is based on the simple demo. The demo
checkout page had a radio button where you could select "pay by credit
card" or "bill me" (something to that effect, I changed the
verbage). Credit card was the default, but we changed that and added
fields for a customer P.O. number. Our customers have option of buying on
terms (95%+ of our customers) or paying by credit card (5%).
Check it out: http://www.printexusa.com/cgi-bin/Supplies/noframes. We
require login to order, so use username: joeblow password: joeblow. Put
something in your cart and take a look at the checkout page. Submit the
order if you want, it will be ignored by our order processing dept.
Contact me after you have looked at it - if it looks like what you want, I
will email you the checkout page source.
- Ed L.
At 12:44 AM 2/17/00 -0800, you wrote:
>****** message to minivend-users from "Christopher Thompson"
><ct@arborinternet.com> ******
>
>I have tried a many combinations in the order profile, in other settings
>on the Checkout page, and in catalog.cfg and still no luck. All I want to
>do is place an order without requiring the credit card information. The
>idea is that a PO number is submitted and the customer is billed later. I
>want all of the same receipt/report and entries in transactions.db. Is
>there no way to do this without a patch as Marius suggested. It seems a
>very simple feature.
>
> > -----Original Message-----
> > From: owner-minivend-users@minivend.com
> > [mailto:owner-minivend-users@minivend.com]On Behalf Of Christopher
> > Thompson
> > Sent: Wednesday, February 16, 2000 11:05 AM
> > To: minivend-users@minivend.com
> > Subject: RE: [mv] Purchase Order checkout with CyberCash setup
> >
> >
> > ****** message to minivend-users from "Christopher Thompson"
> > <ct@arborinternet.com> ******
> >
> > Actually, scratch that. It does not work reliably.
> >
> > What I really want to to is accept orders without a credit card number.
> > That should be easy, right? Is Marius's patch the only way.
> >
> >
> > > -----Original Message-----
> > > From: owner-minivend-users@minivend.com
> > > [mailto:owner-minivend-users@minivend.com]On Behalf Of Christopher
> > > Thompson
> > > Sent: Wednesday, February 16, 2000 8:15 AM
> > > To: minivend-users@minivend.com
> > > Subject: RE: [mv] Purchase Order checkout with CyberCash setup
> > >
> > >
> > > ****** message to minivend-users from "Christopher Thompson"
> > > <ct@arborinternet.com> ******
> > >
> > > Thanks Marius,
> > >
> > > I think I found an easier way by turning all credit card
> > processing off:
> > >
> > > [if value fax_order]
> > > [perl config]
> > > $Safe{config}->{CreditCardAuto} = 0;
> > > $Safe{config}->{CyberCash} = 0;
> > > return '';
> > > [/perl]
> > > [/if]
> > >
> > > I try not to patch because it complicates upgrading.
> > >
> > >
> > > > -----Original Message-----
> > > > From: owner-minivend-users@minivend.com
> > > > [mailto:owner-minivend-users@minivend.com]On Behalf Of
> > Marius Schaefer
> > > > Sent: Wednesday, February 16, 2000 4:37 AM
> > > > To: minivend-users@minivend.com
> > > > Subject: Re: [mv] Purchase Order checkout with CyberCash setup
> > > >
> > > >
> > > > ****** message to minivend-users from Marius Schaefer
> > > > <maillist@b-p-a.com> ******
> > > >
> > > > Hi,
> > > >
> > > > modify your CCLib.pm
> > > >
> > > > if ($Vend::Session->{'values'}->{'b_payment'} eq "Nachnahme") {
> > > > $result{MStatus}='success';
> > > > $result{'order-id'}=1;
> > > > return %result;
> > > > }
> > > >
> > > > Marius
> > > >
> > > >
> > > > Christopher Thompson schrieb:
> > > > >
> > > > > ****** message to minivend-users from "Christopher
> > > > Thompson" <ct@arborinternet.com> ******
> > > > >
> > > > > How do you set up the order page for either CyberCash payment or a
> > > > > purchase order with no credit card info? I have tried a
> > > > number of things,
> > > > > but always get the Order Failed page? I am using the standard
> > > > fax_order
> > > > > setup, but with a purchase order number text entry field.
> > > > This works with
> > > > > CreditCardAuto, but does not seem to work with CyberCash.
> > Any ideas?
> > > > > Thanks.
> > > > >
> > > > > -
> > > > > 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
> > >
> >
> > -
> > 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
> >
> >
>
>-
>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
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