Results 1 to 10 of 10
  1. #1
    Join Date
    May 2012
    Posts
    12
    Plugin Contributions
    0

    Default How do I get my checkout to use HTTPS by default

    Hi,

    I have Virtualmart Gateway on my Zencart installation enabled.

    The guys at VirtualMart are asking for https:// url as default for gateway processing. I have SSL installed and enabled on the dmoain with dedicated IP. If I type https://domainname.com it works but if I dont type https:// it goes to http:// by default and tries to get the credit card information without using https://

    Any help in this matter is highly appreciated.

    Thanks,

  2. #2
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,483
    Plugin Contributions
    121

    Default Re: How to set Payment Gateway to use HTTPS by default

    Hi @anandbir and welcome to the Zen Cart forum. Here's a tutorial about using SSL and Zen Cart.

    http://www.zen-cart.com/content.php?...alled-zen-cart
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  3. #3
    Join Date
    May 2012
    Posts
    12
    Plugin Contributions
    0

    Default Re: How to set Payment Gateway to use HTTPS by default

    Thanks for the link, but I have already setup this info under configration file...

    The page still goes to – http://domain-name.com/index.php?mai...eckout_payment instead https://

  4. #4
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,483
    Plugin Contributions
    121

    Default Re: How to set Payment Gateway to use HTTPS by default

    From the file includes/configure.php, please post the lines that set HTTPS_SERVER and ENABLE_SSL.
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  5. #5
    Join Date
    May 2012
    Posts
    12
    Plugin Contributions
    0

    Default Re: How to set Payment Gateway to use HTTPS by default

    define('HTTP_SERVER', 'http://partybonanza.ca');
    define('HTTPS_SERVER', 'https://partybonanza.ca');

    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'true');

  6. #6
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,483
    Plugin Contributions
    121

    Default Re: How to set Payment Gateway to use HTTPS by default

    OK. This could be a bug in your template. Try switching back to the default template, put an item in your cart and see if the link to checkout is https.
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  7. #7
    Join Date
    Jan 2004
    Posts
    58,265
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: How do I get my checkout to use HTTPS by default

    If it's not the template, then who's your hosting company? Looks like maybe they don't know how to configure SSL properly.
    Netsol is very bad for that.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #8
    Join Date
    May 2012
    Posts
    12
    Plugin Contributions
    0

    Default Re: How do I get my checkout to use HTTPS by default

    Thanks for all your help, it was a small bug in the template which has been fixed now.

  9. #9
    Join Date
    Sep 2011
    Posts
    69
    Plugin Contributions
    0

    Default Re: How do I get my checkout to use HTTPS by default

    Can someone tell me what the small bug was in the their template? I am have the same issue with my shopping cart and I am wondering if the bug is a common fix that I can try and find.

    Thanks

  10. #10
    Join Date
    Jan 2004
    Posts
    58,265
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: How do I get my checkout to use HTTPS by default

    Dunno exactly, but the way I'd find out is by using a text-comparison tool like WinMerge to quickly compare the files in the template against the files in the original Zen Cart template_default. Then fix whatever is busted.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. Replies: 3
    Last Post: 18 Jul 2009, 04:54 PM
  2. Replies: 10
    Last Post: 9 May 2009, 07:05 PM
  3. SSL installed but how to get https?
    By hara in forum Basic Configuration
    Replies: 4
    Last Post: 1 Feb 2009, 01:24 AM
  4. Replies: 3
    Last Post: 4 Mar 2008, 10:53 PM
  5. i want to remove 'go to checkout' and only have use paypal checkout - anyone knw how?
    By what44 in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 24 Nov 2007, 12:36 AM

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
  •