[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: Non-Secure New Users Link
On 12 Aug, Cameron Prince wrote:
> ****** message to minivend-users from Cameron Prince <PRINCECB@novachem.com> ******
>
> Hey guys,
>
> I have two minivend stores setup and working and for the most part,
> everything is working good. However, I do have one annoyance that I'd
> appreciate some help on if possible...
>
> When some one buys a product he is taken to the basket page. From there he
> hit's the checkout button and the browser goes in to secure mode. If the
> user is not logged in, minivend takes him to the top portion of the checkout
> page. This is the page that says "Please login here" or "Click here to setup
> a new account" If you already have account, you enter your login/passwd and
> this works fine. But! if you click the "Click here to setup a new account",
> it goes out of secure mode. How can I make this link https instead of http?
>
> Here's my code:
>
> [page new_account secure=1][L]Create a new account[/L][/page]
>
> Please tell me what I am doing wrong here... I am stumped....
>
> Thanks,
>
> Cameron B. Prince
> Site Specialist
Hi Cameron,
edit your new_account page and change the form tag
<FORM ACTION="[process-target]" METHOD=POST>
to
<FORM ACTION="[process-target secure=1]" METHOD=POST>
or edit your catalog.cfg and add all page to make this page secure, i.e.
########### AlwaysSecure
##
## Default: blank
#
# Determines whether checkout page operations should always be
# secure. Set it to the name of pages that should always be secure,
# separated by spaces and/or tabs.
#
AlwaysSecure ord/checkout new_account newaccount
Joachim
BTW: Sorry for my bad english!
--
Hans-Joachim Leidinger hans-joachim.leidinger@home.gelsen-net.de