Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default What is my SSL URL?

    How to setup zen cart so that customer never leaves the site

    Payment is done on secure server part of my site(credit card info)
    Tutorials on Zen Cart
    http://tutorials.zen-cart.com/index.php
    ---------------
    advanced.programmer at gmail dot com
    In love with Zen Cart!!

  2. #2
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: How to setup so that the payment is done on the site itself?

    Quote Originally Posted by superprg View Post
    How to setup zen cart so that customer never leaves the site

    Payment is done on secure server part of my site(credit card info)
    How long have you been using Zen Cart?

    https://www.zen-cart.com/tutorials/i...hp?article=285
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    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.

  3. #3
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: How to setup so that the payment is done on the site itself?

    Thanks
    The shop is setup at subdomain
    http://store.trueteenbabes.com/index.php (for store directory)
    and the SSL is
    https://secure.trueteenbabes.com/

    When I give this in my includes/configure.php

    define('HTTP_SERVER', 'http://store.trueteenbabes.com');
    define('HTTPS_SERVER', 'https://secure.trueteenbabes.com/store');
    and click on checkout
    Its going to the link
    https://secure.trueteenbabes.com/sto..._page=checkout
    Any clue on whts going on wrong?

    define('ENABLE_SSL', 'true'); is set to true
    Tutorials on Zen Cart
    http://tutorials.zen-cart.com/index.php
    ---------------
    advanced.programmer at gmail dot com
    In love with Zen Cart!!

  4. #4
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: How to setup so that the payment is done on the site itself?

    "main_page=checkout" is not a page in Zen Cart. That's a result of an addon that's changed the checkout process. You'll need to sort out your problems with the addon.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    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.

  5. #5
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: How to setup so that the payment is done on the site itself?

    When sssl is not enabled it works fine and gives this url
    http://store.trueteenbabes.com/index...fecaction=null
    I am using this add-on
    Fast and Easy Checkout for Zen Cart
    My question is even if I was not using the add-on,what I am doing wrong with the ssl part?
    Tutorials on Zen Cart
    http://tutorials.zen-cart.com/index.php
    ---------------
    advanced.programmer at gmail dot com
    In love with Zen Cart!!

  6. #6
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: How to setup so that the payment is done on the site itself?

    Um ... you've got "/store" included in your HTTPS_SERVER setting. So, it makes sense that it's inserting that into the URLs it generates.
    Zen Cart is only as smart as the information you give it.


    https://www.zen-cart.com/tutorials/index.php?article=14
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    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.

  7. #7
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: How to setup so that the payment is done on the site itself?

    I already tried that

    When I remove the store
    I get same error

    https://secure.trueteenbabes.com/ind..._page=checkout

    Not Found

    The requested URL /index.php was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    Where does secure.trueteenbabes.com point to?
    Do I need to make any folder?
    Tutorials on Zen Cart
    http://tutorials.zen-cart.com/index.php
    ---------------
    advanced.programmer at gmail dot com
    In love with Zen Cart!!

  8. #8
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: How to setup so that the payment is done on the site itself?

    Quote Originally Posted by superprg View Post
    Where does secure.trueteenbabes.com point to?
    That's a question for your hosting company, since *they* are the ones who set that up.

    Your questions are all about how your hosting account is set up for SSL. Those are *not* questions anyone here has any control over.
    You'll have to sort that out with your client.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    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.

  9. #9
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: How to setup so that the payment is done on the site itself?

    Thanks
    I got the folder
    It is /public_html/secure
    Am I supposed to be copying the whole zen cart files here again?
    Tutorials on Zen Cart
    http://tutorials.zen-cart.com/index.php
    ---------------
    advanced.programmer at gmail dot com
    In love with Zen Cart!!

  10. #10
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: How to setup so that the payment is done on the site itself?

    oy!

    If they're making you copy all your files to another folder just to display in SSL, then you've got the WRONG hosting company.
    That's an ARCHAIC way of providing SSL capability, and if you continue down that path your client will have no end of difficulties with having to repeat all their changes twice to keep their site up to date.

    Get the hosting company to symlink the "secure" folder to the public_html folder, or find a better hosting company who's more in touch with modern web hosting.

    https://www.zen-cart.com/tutorials/index.php?article=14
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    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.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. return URL (shared SSL) takes to URL that is not SSL?
    By Thannaree in forum PayPal Express Checkout support
    Replies: 0
    Last Post: 27 Jan 2011, 04:18 AM
  2. Should I go for dedicated SSL or free shared SSL? What's the deal?
    By calvinrobinson in forum General Questions
    Replies: 3
    Last Post: 28 Oct 2010, 03:00 PM
  3. What URL do I apply the SSL certificate too?
    By gaffettape in forum General Questions
    Replies: 3
    Last Post: 13 Nov 2009, 03:49 PM
  4. SSL site URL
    By GerryTheMole in forum General Questions
    Replies: 2
    Last Post: 22 Dec 2008, 08:54 AM
  5. Enabled SSL now Cart is adding Https to end of URL What?!
    By Webmyster in forum Addon Payment Modules
    Replies: 6
    Last Post: 17 Sep 2008, 07:14 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