Results 1 to 10 of 21

Hybrid View

  1. #1
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Orders not appearing in admin since move to new server

    Quote Originally Posted by i2ts View Post
    Not sure if it's by design. If it is, it is strange ZC allows the cart to operate without SSL, but forces SSL at a certain point. Why not enforce the fact cart must have SSL everywhere? I digress.
    Well .. not "everything" needs to be SSL. Do all the "product" and product-listing pages need to be SSL? Why?

    As far as checkout, Zen Cart does already pass the 'SSL' parameter for all checkout and my-account, etc pages. Same with built-in payment modules.
    3rd-party module writers need to also embrace that programming convention, especially those who cannot allow for payment on-site and must rely on passing things back and forth with callbacks etc.
    .

    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.

  2. #2
    Join Date
    Jan 2009
    Posts
    26
    Plugin Contributions
    1

    Default Re: Orders not appearing in admin since move to new server

    Quote Originally Posted by DrByte View Post
    Well .. not "everything" needs to be SSL. Do all the "product" and product-listing pages need to be SSL? Why?
    I should have been more specific I was refering to the checkout process . I agree, the catalogue doesn't need SSL.

    Quote Originally Posted by DrByte View Post
    As far as checkout, Zen Cart does already pass the 'SSL' parameter for all checkout and my-account, etc pages.
    As far as I know ZC doesn't force the shopping cart owners to have SSL for checkout process. I have test installation of ZC running on local my servers without SSL. Am I missing something?
    I2 Technology Solutions
    Integrated Information Technology Solutions

  3. #3
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Orders not appearing in admin since move to new server

    Of course Zen Cart can't "force" anybody to do anything. It can't force you to eat your green vegetables each day either.

    But, if the storeowner enables SSL on their hosting account and then tells Zen Cart to enable SSL and gives the SSL URL, then Zen Cart will use that SSL info when it builds every page/form that ought to be protected by SSL, such as checkout, login, myAccount, admin, etc. As far as core code is concerned anyway.
    Third-party addons which don't specify that a particular URL needs to be SSL, as I described in my earlier posts, won't benefit from that automatic use of SSL.
    .

    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.

  4. #4
    Join Date
    Jan 2009
    Posts
    26
    Plugin Contributions
    1

    Default Re: Orders not appearing in admin since move to new server

    After checking the implementation of the zen_href_link() function I get your orignal point. If I simply pass the value 'SSL' for the $connection parameter the function will check if SSL is enabled and construct the URL. Hence (ENABLE_SSL ? 'SSL' : 'NONSSL') is redundant in my code.

    PHP Code:
    $gateway_vars['return_link_url'] = zen_href_link(FILENAME_CHECKOUT_SUCCESS'''SSL'true);
    $gateway_vars['reply_link_url'] = zen_href_link(FILENAME_CHECKOUT_PROCESS$query_string,  'SSL' ); 
    is more efficient
    I2 Technology Solutions
    Integrated Information Technology Solutions

 

 

Similar Threads

  1. v150 Admin Issues since server move
    By kgeoffrey in forum Upgrading to 1.5.x
    Replies: 2
    Last Post: 18 Jan 2015, 09:33 PM
  2. Developer needed for new NAB Transact add-on to support China UnionPay cards
    By nathan.churchward in forum Addon Payment Modules
    Replies: 3
    Last Post: 23 Apr 2013, 07:45 AM
  3. NAB Transact Hosted Payment Page
    By i2ts in forum Addon Payment Modules
    Replies: 14
    Last Post: 3 Sep 2010, 08:47 AM
  4. NAB Transact - no module?
    By jenfil in forum Addon Payment Modules
    Replies: 4
    Last Post: 29 Jan 2009, 03:58 AM

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