News:

Support the VirtueMart project and become a member

Main Menu

Problem with shopping cart

Started by ann_czi, January 19, 2016, 14:42:24 PM

Previous topic - Next topic

ann_czi

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.

jenkinhill

Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

ann_czi

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.

GJC Web Design

switch off your ssl stuff.. you have no valid certificate
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

ann_czi

It had been already turned off. Or I don't know where else should I do.

jenkinhill

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">

Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum