[ic] secure submission or not based on button

k palazani at gmx.net
Fri Aug 6 13:38:07 EDT 2004


Grant wrote:

> I have two submission buttons on my shopping cart
> page.  One recalculates the cart's contents and
> returns to the shopping cart page, and one goes to the
> checkout page.  I want the form to be submitted
> securely (https nextpage) if the checkout button is
> clicked, but not securely if the recalculate button is
> clicked.  Is this possible?  I'm guessing it isn't
> since secure or not seems to be defined for the entire
> form in its action.

Make sure that your basket action is not secure:
[process secure=0]

Updating your basket now submits the form not securely.

Use the Directive AlwaysSecure to secure the form submission if your 
checkout button is pushed.

Add in your catalog.cfg:
AlwaysSecure login ord/checkout ...

k.

> 
> - Grant
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> _______________________________________________
> interchange-users mailing list
> interchange-users at icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
> 
> 




More information about the interchange-users mailing list