[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
RE: [mv] Why is this page served secure?
Hi!
In basket.html the action for the form is
[process-target secure=1]
this setting works for all buttons in this form!
Don't know how to change it!
Marco
> OK, our basket.html page is *not* served secure. On the basket.html
> page, we have a "continue shopping" button that looks like this:
>
> <input type="submit" name="mv_click" value="[L]Continue Shopping[/L]">
>
> [set [L]Continue Shopping[/L]]
> mv_todo=retun
> mv_nextpage=products
> [/set]
>
> When one goes to the basket, all is well. When one clicks "Continue
> Shopping" one is in fact sent to the products.html page, but as:
> https://etc., etc., etc. --and the browser gives the warning
> "This page
> nad both secure and non-secure elements, etc., etc."
>
> Why is a secure URL being generated?