Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,739
    Plugin Contributions
    0

    Default Re: Shopping cart dumps customers, doubles up order, cannot edit or del it dumps u ag

    you also have the problem on the following pages:

    EXTREME RC AIRCRAFT GALLERY all of the images in the gallery are http
    GWS F15 EAGLE EDF JET tutorial page
    FIBREGLASSING TUTORIAL tutorial page at bottom
    Mike
    GeekHost - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  2. #12
    Join Date
    Mar 2010
    Posts
    37
    Plugin Contributions
    0

    Default Re: Shopping cart dumps customers, doubles up order, cannot edit or del it dumps u ag

    Ok got that, easy once you spell it out :) thanks!
    So I changed the main page images to https, but still insecure, I cleared my caches but should I get the host to clear the server caches as well? How do I check each page to show me the insecure images? Must be a tool or site I can use to check each page URL.

  3. #13
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,739
    Plugin Contributions
    0

    Default Re: Shopping cart dumps customers, doubles up order, cannot edit or del it dumps u ag

    if you go to the main page via http://www.extremerc.com.au/estore/ it will load insecure.
    if you go to the main page via https://www.extremerc.com.au/estore/ it will load secure
    it also appears that the home link in the header is hardcoded to the insecure version of the link which needs to be fixed.

    So now what you need is a redirect from one to the other.

    You might try the following added to the .htaccess to force secure loading
    Code:
    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
    RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    additionally, since it is on a cPanel server you can go to cPanel and go to the domains page and for the main domain, which I assume this domain is, flip the " Force HTTPS Redirect" to on. This assumes that cPanel is up to date.
    Last edited by barco57; 17 Mar 2020 at 06:10 PM.
    Mike
    GeekHost - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v139h How to del customers who haven't active or login over half of year by SQL?
    By explorer1979 in forum General Questions
    Replies: 2
    Last Post: 2 Jul 2013, 07:12 PM
  2. Items not added to shopping cart and cannot edit products
    By scorwine in forum General Questions
    Replies: 1
    Last Post: 19 Jul 2010, 04:11 AM
  3. cannot ADD ORDER or edit
    By serrow in forum General Questions
    Replies: 1
    Last Post: 2 Jul 2010, 05:02 AM
  4. URGENT: Customers are being forced to log in again and again
    By dmm2020 in forum General Questions
    Replies: 26
    Last Post: 23 Feb 2009, 01:05 AM
  5. Can't remove products from shopping-cart (again!)
    By rafvo in forum General Questions
    Replies: 3
    Last Post: 8 Feb 2008, 12:27 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR