Hello,
I have a concern since the 3.8.3 update of Joomla. All work perfectly, after the update, it does not work anymore. I upgraded VirtueMart to 3.2.8 and 3.2.10, but still it does not work. Can not add a product to the cart.
Help, please
Thank you
PHP Version 7.1
Bonjour,
J'ai un souci depuis la mise à jour 3.8.3 de Joomla. Tous fonctionner parfaitement, après la mise à jour, ça ne fonctionne plus. J'avais fait la mise à jour de VirtueMart en 3.2.8 puis 3.2.10, mais malgré cela cela ne fonctionne toujours pas. Impossible de rajouter un produit au panier.
Au secour, SVP
Merci
Version PHP 7.1
Bonjour
Please note that there is a french forum for virtuemart http://www.virtuemart.fr/forum/index
Check in your console if you have a javascript problem.
Hello
Thank you for your prompt response.
Here is the message I had with the Javascript console
What is version for this Gavick template?
Version 1.0
Quote from: Trucmuche on December 18, 2017, 13:01:07 PM
Version 1.0
Its not real :) This template GK Musicstate was 3.21.3 before Gavick sold his company few months ago
Sorry for my mistake it's 3.17.1
Try another template (beez3), if with it you can add products, then problem is in your Gavick template
I have aissayai (beez3) on your advice but these same thing
Quote from: Trucmuche on December 18, 2017, 13:20:36 PM
I have aissayai (beez3) on your advice but these same thing
And what shows error-console?
Here is the message I had with the Javascript console
Hello
You have a problem between hte HTTP and HTTPS.
I tested your website with https, and the add to cart id ok.
Yes indeed, I have just seen it and in your opinion what should I do?
I have seen three sites last week where add to cart did not work with http but did so with https. Luckily each of them already had a certificate in place so setting the whole site ran under SSL solved the problem. A one of these was an old VM2 site I guess the issue is browser related (I have Firefox 57.02).
Hello,
Yes indeed, the site works https, but the homepage, gives a message that says the site is not secure on chrome without padlock, and firefox too but with a padlock with a yellow triangle.
Thanks for your help
Check the console, and use the right https link.
Add a rewrite rule to only allow https in your .htaccess.
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
You have a site that have security check about crosss domains.
So you need another rules to always use www or not. Eg.
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
If you do this, then your site have the green cadena