Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2012
    Posts
    151
    Plugin Contributions
    0

    Default where is the $_GET['referer'] from?

    when using the palpay method, it use the before_process method , it will check the $_GET['referer'] .but I can not find this nowhere.
    anyone can tell me where is it defined?


  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,873
    Plugin Contributions
    96

    Default Re: where is the $_GET['referer'] from?

    Using my admin's Tools->Developers Tool Kit and searching for referer in all catalog files produced this result:
    Code:
    C:/xampp/htdocs/v_150/includes/modules/payment/paypal.php
    
    Line #201 : 'return' => zen_href_link(FILENAME_CHECKOUT_PROCESS, 'referer=paypal', 'SSL'),
    
    Line #328 : if (isset($_GET['referer']) && $_GET['referer'] == 'paypal') {

  3. #3
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: where is the $_GET['referer'] from?

    You should be using Express Checkout instead of IPN/WebsitePaymentsStandard.
    .

    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.

 

 

Similar Threads

  1. Retrieving complete URL from page ($_GET[?]?)
    By gjh42 in forum Templates, Stylesheets, Page Layout
    Replies: 16
    Last Post: 20 Nov 2010, 08:37 PM
  2. How to modify the error?
    By skynike in forum General Questions
    Replies: 1
    Last Post: 26 May 2010, 11:13 AM
  3. where can i download Moneybookers Payment model?
    By xyhailing in forum Addon Payment Modules
    Replies: 1
    Last Post: 2 Mar 2010, 12:31 AM
  4. What is the _GET[sort] var?
    By mgraphic in forum General Questions
    Replies: 2
    Last Post: 31 Aug 2006, 09:03 PM

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