VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: ann_czi on January 19, 2016, 14:42:24 PM

Title: Problem with shopping cart
Post by: ann_czi on January 19, 2016, 14:42:24 PM
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.
Title: Re: Problem with shopping cart
Post by: jenkinhill on January 19, 2016, 15:08:46 PM
http://forum.virtuemart.net/index.php?topic=79799.0
Title: Re: Problem with shopping cart
Post by: ann_czi on January 20, 2016, 08:18:32 AM
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.
Title: Re: Problem with shopping cart
Post by: GJC Web Design on January 20, 2016, 12:40:25 PM
switch off your ssl stuff.. you have no valid certificate
Title: Re: Problem with shopping cart
Post by: ann_czi on January 20, 2016, 14:06:32 PM
It had been already turned off. Or I don't know where else should I do.
Title: Re: Problem with shopping cart
Post by: jenkinhill on January 20, 2016, 15:46:53 PM
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">