Hello,
my problem is the next. I have my choosen product in the shopping cart, but when i would like to give the delivery and billing informations, a not found page come in. What could be missing? Or what have I missed? Some plugin is missing or else?
Could you help me with this? Do you have any idea?
Thank you very much in advance.
http://forum.virtuemart.net/index.php?topic=79799.0
Sorry for the missing informations.
Joomla version: 3.4.8.
VirtueMart version: 3.0.12
and the website shoud be seen as: www.aluprofilbolt.hu
Thanks for your help.
switch off your ssl stuff.. you have no valid certificate
It had been already turned off. Or I don't know where else should I do.
You have 8 urls using https on the cart page, which include login and the BT/ST address forms. I have shown 6 of these below.
Some refer to your S5 login module so maybe there is a setting there or a https menu link to registration?
For VM just make sure that "Enable SSL for sensitive areas (recommended)" in Configuration/Shop is set to off.
jQuery(document).ready( function() {
function s5_login_url() {
window.location = "https://www.aluprofilbolt.hu/webaruhaz/bejelentkezes";
}
jQuery(document).ready( function() {
function s5_register_url() {
window.location = "https://www.aluprofilbolt.hu/webaruhaz/regisztracio";
}
<div class="s5_responsive_mobile_sidebar_title_wrap" id="s5_responsive_mobile_sidebar_title_wrap_login" onclick="window.document.location.href='https://www.aluprofilbolt.hu/webaruhaz/bejelentkezes'">
<div class="s5_responsive_mobile_sidebar_title_wrap" id="s5_responsive_mobile_sidebar_title_wrap_register" onclick="window.document.location.href='https://www.aluprofilbolt.hu/webaruhaz/regisztracio'">
<form method="post" id="checkoutForm" name="checkoutForm" action="https://www.aluprofilbolt.hu/en/webaruhaz/kosar-tartalma">