
[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [mv] MV3 simple question
On Mon, Nov 05, 2001 at 08:27:10AM -0800, Marc wrote:
> I want to send the customer an email message "Thanks for your order"
>
> >On Sun, Nov 04, 2001 at 02:01:17PM -0800, Marc wrote:
> >> Thanks Carl and cfm...
> >>
> >> I've tried it both ways...
> >>
> >> OrderReport etc/report
> >> and
> >> SpecialPage receipt etc/receipt
Ok, forget about receipt - that is just confusing you.
Does the email go to the storekeeper?
What do you have in OrderReport and what is the content of the file
to which it points? The path is relative to the directory holding
catalog.cfg.
I was under the impression that a copy went to storekeeper and
visitor each. Hmmm, that might have been a local modification we made
here. I'd bet there is a tag in the archives for a more standard way.
The tag would either set $email or $Vend::Cfg->{MailOrderTo}. Probably
have to be a global sub. That's going to depend on fork. (And I'm looking
at 3.14).
sub mail_order {
my ($email, $order_no) = @_;
$email = $Vend::Cfg->{MailOrderTo} unless $email;
If there is not a tag, you could modify minivend where it calls mail_order; there
is only one place. Or you could catch the mail with procmail and rewrite.
It's going to depend on what works for you. I'm afraid none of those are
going to be easy for non programmer. Modifying minivend will probably be the
easiest if you have basic perl skills - and assuming you are only talking about
one catalog.
We don't send it from minivend at all any more, but just trigger a call that
writes it from the database instead - that's not much help for you.
> >>
> >> Still no luck... is it possible that I have a conflict in order.profiles?
> >>
> >> FTR... I'm running MV 3.11
> >
> >
> >I'm confused. Still don't know if you are talking about the email
> >to visitor on purchase or the receipt page. Report and receipt
> >are not the same. You won't get much joy from guessing. :-)
> >
> >>
> >> Ug.
> >>
> >>
> >> >Hello Marc,
> >> >
> >> > You need to make sure the reciept page is
> >> >setup. In the catalog.cfg file, its:
> >> >
> >> >SpecialPage receipt ../etc/receipt
> >> >
> >> > The "reciept" page is sent to the person
> >> >who ordered your goodies...
> >> >
> >> > Hope this helps,
> >> > Carl
> >> >
> >> >http://www.carlc.com/ A Minivend/Interchange Hosting provider....
> >> >http://www.hotconnect.net/ For complete Minivend Credit Card
> >> >integration....
> >> >_______________________________________________
> >> >Minivend-users mailing list
> >> >Minivend-users@interchange.redhat.com
> >> >http://interchange.redhat.com/mailman/listinfo/minivend-users
> >>
> >>
> >>
> >> _______________________________________________
> >> Minivend-users mailing list
> >> Minivend-users@interchange.redhat.com
> >> http://interchange.redhat.com/mailman/listinfo/minivend-users
> >
> >--
> >
> >Christopher F. Miller, Publisher cfm@maine.com
> >MaineStreet Communications, Inc 208 Portland Road, Gray, ME 04039
> >1.207.657.5078 http://www.maine.com/
> >Content/site management, online commerce, internet integration, Debian linux
> >_______________________________________________
> >Minivend-users mailing list
> >Minivend-users@interchange.redhat.com
> >http://interchange.redhat.com/mailman/listinfo/minivend-users
>
>
>
> _______________________________________________
> Minivend-users mailing list
> Minivend-users@interchange.redhat.com
> http://interchange.redhat.com/mailman/listinfo/minivend-users
--
Christopher F. Miller, Publisher cfm@maine.com
MaineStreet Communications, Inc 208 Portland Road, Gray, ME 04039
1.207.657.5078 http://www.maine.com/
Content/site management, online commerce, internet integration, Debian linux
_______________________________________________
Minivend-users mailing list
Minivend-users@interchange.redhat.com
http://interchange.redhat.com/mailman/listinfo/minivend-users