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

    Default what is the meaning of credit_covers?

    in checkout_process.php
    there is a $credit_covers var
    what is the meaning ?

    if ($credit_covers === TRUE)
    {
    $order->info['payment_method'] = $order->info['payment_module_code'] = '';
    }

  2. #2
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: what is the meaning of credit_covers?

    Quote Originally Posted by linjuming View Post
    in checkout_process.php
    there is a $credit_covers var
    what is the meaning ?
    From the code source:

    // pre_confirmation_check is called on checkout confirmation. It's function is to decide whether the
    // credits available are greater than the order total. If they are then a variable (credit_covers) is set to
    // true. This is used to bypass the payment method. In other words if the Gift Voucher is more than the order
    // total, we don't want to go to paypal etc.

    Cheers
    Rod

  3. #3
    Join Date
    Apr 2012
    Posts
    151
    Plugin Contributions
    0

    Default Re: what is the meaning of credit_covers?

    thank you very much

 

 

Similar Threads

  1. v151 What's the meaning of these code?
    By fanisme in forum General Questions
    Replies: 1
    Last Post: 5 Apr 2013, 07:55 PM
  2. what are the meaning of the fields in Attributes Controller
    By linjuming in forum General Questions
    Replies: 1
    Last Post: 17 Sep 2012, 02:08 AM
  3. what is the meaning of zc_mode?
    By linjuming in forum General Questions
    Replies: 1
    Last Post: 16 Jul 2012, 04:23 AM
  4. v139h what is the meaning of $credit_cover ?
    By linjuming in forum General Questions
    Replies: 2
    Last Post: 11 Jul 2012, 10:38 AM
  5. v139h what is the meaning of final_prices?
    By linjuming in forum General Questions
    Replies: 3
    Last Post: 30 May 2012, 11:51 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