Add to cart does not work on mobile

If you are runnig Joomla 3.x and Virtuemart 3.x please post to this forum your questions or support tickets about One Page Checkout

Add to cart does not work on mobile

Postby allen.keele@.....com » Thu Dec 25, 2014 4:12 pm

Hello,

Using VM 3.0.2 on Joomla 2.5.28. VM is configured to use modal popup on checkout. Works fine on desktop, but hangs on mobile.

Thanks,
Allen
allen.keele@.....com
 
Posts: 10
Joined: Wed Apr 10, 2013 4:35 am

Re: Add to cart does not work on mobile

Postby allen.keele@.....com » Thu Dec 25, 2014 5:47 pm

Never mind. Was coming in to store on HTTPS. Works if I come in on HTTP.
allen.keele@.....com
 
Posts: 10
Joined: Wed Apr 10, 2013 4:35 am

Re: Add to cart does not work on mobile

Postby admin » Sat Dec 27, 2014 7:49 pm

hello allen, yes, there's been a few issues with http vs https on your site. it's important that cookies are shared among both http and https and also that the script (or anyghing else with src=...) loads without the protocol, or with the proper protocol.

in joomla you can do this:
- set up htaccess redirect to redirect always from http to https (htaccess is hundreds times faster then any joomla plugin)
- edit and fix all sources that try to load external files from http: instead of https: (you can do an opc full text search from opc utils for src="http:// to find all php files that try to do this)
- you can experiment with your joomla cookie settings to make it available on all *.domain.com + https + http (to make a cookie available on www.domain.com and also domain.com you can add ".domain.com" to your cookie settings)
- upon upgrading to VM3 some scripts have to by manually added to the new VM3 themes (when non-default are used)

best regards, stan
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm


Return to One Page Checkout for Virtuemart 3 on Joomla 3.x