Website: www.derooijfotografie.nl
In certain browsers it is not possible to add multiple products in the cart.
In Chrome it isn't a problem, but in Firefox and Safari it is.
How to solve this issue?
The theme and all plugins are 100% up to date.
Can you please try deactivating all the third party plugins and check if this helps.
It doesn't help, I already tried this ;)
This seems to be working perfectly in our demo setups.
The Cart is built by WooCommerce and we're using WooCommerce functions to add products to cart, so it will take time for us to resolve this because it is a site specific issue as of now.
If it is a site specific issue than you can't solve the issue i guess?
Because of an issue with my website I downgraded the WPLMS theme to 1.9.6 and the problem is gone. So something in the latest version of WPLMS is causing this.
There was a change in the code which adds products to cart in 1.9.7 update. The change was done because of changes in WooCommerce.
Strangely this issue is not reported by any one and we're not able to replicate it.
Can you share following information on this :
a. WP Version
b. WooCommerce Version
c. WPLMS parent theme version
WP: 4.3
WooCommerce: 2.4.12
WPLMS: 1.9.9.1
I hope to hear from you soon.
In the meanwhile I have a second issue:
People can't add LMS courses to the cart anymore, which is an big issue.
Is there a developer of Vibethemes who can solve this?
Issue is solved by a friend of my.
It had to do with server settings. Vanish???
Don't know what it is or means, but for other people with the same issue it is good to know.
My problem was solved by a Dutch company called Modern Minds. This was the fix:
In default.vcl of the varnish configuration you need to add this exception:
if (req.url ~ "\?redirect") {
return (pass);
}
Thanks for sharing the fix .