Active
Project:
Ubercart AJAX Cart
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2011 at 21:20 UTC
Updated:
10 Nov 2014 at 16:56 UTC
Jump to comment: Most recent
All works great except for IE browsers (version 8).. go figure. Anyway, I get a "Loading Cart" message that 'sticks' only on the cart/checkout page. All other pages are fine, all other browsers are fine.
| Comment | File | Size | Author |
|---|---|---|---|
| Screen shot 2011-09-29 at 3.10.13 PM.png | 8.67 KB | nelslynn |
Comments
Comment #1
nelslynn commentedEdit to the comment above. Firefox produces the same issue (both Mac and PC), but only with an anonymous users.... works great when logged in. I'll also note that my cart/checkout page is the only secure page (https:), and I'm use the module uc_ssl.
Comment #2
redhatmatt commentedin secure pages set ignore list with: uc_ajax_cart*
I'm not familiar with uc_ssl yet
Comment #3
stewart.adam commentedDoes it work correctly if you add uc_ajax_cart* to the list of paths in the uc_ssl configuration as redhatmatt mentioned?
Comment #4
bellagio commentedi could not make it work with ubercart ssl module.
Since there are no ignore page setting under ubercart ssl module, i tried (no knowing what i was doing, i was just trying...)
What it does is making uc_ajax_cart page not https, if your admin paths are set https.
(http://www.example.com/admin/store/settings/uc_ajax_cart VS https://www.example.com/admin/store/settings/uc_ajax_cart)
If anyone find a solution, please share with us..
Comment #5
fotispantry to apply this patch https://drupal.org/node/1354068
to the uc_ssl module
Then add to the uc_ssl_exclude_ssl_switch_paths() 'ajax Cart block' => '/uc_ajax_cart/show'
Comment #6
bellagio commenteduc_ssl_exclude_ssl_switch_paths() is for drupal 7. is it working with 6?