[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: Problem with Logout in 3.11..
Okay figured it out, at least the error don't make it ="" make it just
=. Still looking at the other question but its more an aside.
> Has anyone emplemented a password check right before the
final
> click. I only bring this up if someone is at a public station and
> orders and doesn't close the browser.
> Okay, I answered some of my own question, it Does keep the info
> so I added this to the set for the logout..
>
> [set Log out]
> mv_todo=return
> mv_nextpage=catalog
> mv_subroutine=userdb
> mv_arg0=LITERAL(logout)
> mv_username=""
> mv_password=""
> mv_verify=""
> mv_credit_card_info=""
> mv_credit_card_type=""
> mv_credit_card_number=""
> mv_credit_card_exp_month=""
> mv_credit_card_exp_year=""
> fax_order=""
> b_name=""
> b_address=""
> b_city=""
> phone_night=""
> phone_day=""
> email=""
> zip=""
> state=""
> city=""
> address=""
> name=""
> [/set]
>
> The only problem is that by setting mv_credit_card_info to "" it
> messes up the checkout page, it says you have an unknown credit
> card on file. How do I clear that without screwing something up.
> Or if someone has an easier way to deal with this let me know.
>
> Has anyone emplemented a password check right before the final
> click. I only bring this up if someone is at a public station and
> orders and doesn't close the browser.
>
> Thanks again for the info.
> > Hi!
> >
> > I am having something strange happen in loging out in version 3.11.
> > I am using the orignal code in the shopping cart page, ( I also do
> > this on my main page) I can log in and it remembers me, my credit
> > information etc. However if I go to the shopping cart and click
> > logout, it puts up the Login information back up. It shows me my
> > user name in the field (I am using IE 5) and when I go to the
> > checkout page it still contains my user information including credit
> > card. Anyone have this happen or point me in the right direction?
> >
> > I checked the code on the shopping cart page to the orginal demo
> > and its the same still.
> >
> > Thanks in advance
> >
>
>