[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: changing order e-mail subject line
On Thu, 22 Jul 1999, Frank Miedreich wrote:
> ****** message to minivend-users from Frank Miedreich <miedreich@acm.org> ******
>
> >****** message to minivend-users from Kyle Hayes <kyle540@quicknet.net>
> >******
> >
> >
> >How do I change the subject line on the e-mail that is sent on order
> >completion?
> > [snip]
>
> If I remeber correctly the variable for the order subject is
> mv_order_subject. You should get the order number with %n.
Bingo!! That did it! Thanks!
I thought I had searched the archives well enough, but I completely missed
that built-in variable.
> set mv_order_route on the final submission form (has to be a cgi var) to
> anything, and define a Route in your configuration. I don't know how well
> this is documented as I have switched from reading docs to the code itself.
I didn't have to do any of this. I just put:
&set=mv_order_subject Order No. [value order_number]
after all the checks in the checkout profile. I use a different numbering
scheme than MV, so the "%n" isn't needed for me.
Best,
Kyle