[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
RE: [mv] referer
At 12:54 PM 10/21/99 -0400, you wrote:
>Your [data session referer] probably looks something like:
>
> http://www.foo.com/cgi-bin/simple/stuff?abcd;;123
Actually, it looks like
http://www.foo.com/suchandsuch.html
because the enviroment that calls the shopping cart is not inside of
minivend, and I need to be able to use the referer, if possible, to get
back OUTSIDE minivend.
>but mv_nextpage expects a page name relative to the "pages/" directory,
>for example:
> mv_nextpage=catalog (displays pages/catalog.html)
> mv_nextpage=ord/basket (displays pages/ord/basket.html)
Yeah, I know. :o\ If I were staying inside of minivend, this would have
been really simple. Unfortunately, I'm not. Bosses orders. :oP
Any ideas on making minivend interp that referer as an actual url and not a
relative page to minivends pages/ directory?