Hey Folks,
I have a miva 5 store i'm setting up and have run into a snag i could use some direction on.
All my "add one to cart" buttons pass their form params to the regular http:// address, however I have a few products that have required attributes. When a user is prompted to fill in these attributes the form that passes the attribute values is linked to the secure address of the site.
This results in an security warning if a user wants to add another product to their cart later in the session because the regular "add to cart" form is still pointing to the non-secure url. (the error is the "you are submitting a non-secure form, information passed may be visible by other parties..").
Is there a way to have the required attributes form not point to the secure url so the user doesnt actually enter the SSL layer untill they need to during the checkout process?
I have a miva 5 store i'm setting up and have run into a snag i could use some direction on.
All my "add one to cart" buttons pass their form params to the regular http:// address, however I have a few products that have required attributes. When a user is prompted to fill in these attributes the form that passes the attribute values is linked to the secure address of the site.
This results in an security warning if a user wants to add another product to their cart later in the session because the regular "add to cart" form is still pointing to the non-secure url. (the error is the "you are submitting a non-secure form, information passed may be visible by other parties..").
Is there a way to have the required attributes form not point to the secure url so the user doesnt actually enter the SSL layer untill they need to during the checkout process?
Comment