Search:

Type: Posts; User: Ajeh

Search: Search took 0.07 seconds.

  1. Re: Activate Payment Module if $$$ Total exceeds a certain amount

    I do not use the reward points so I am not sure what would be best for you ...

    Perhaps ask on the support threads for the Reward Point add on that you are using ...
  2. Re: Activate Payment Module if $$$ Total exceeds a certain amount

    You are most welcome and thanks for the support! :smile:
  3. Re: Activate Payment Module if $$$ Total exceeds a certain amount

    Try adding:

    // disable for one master_categories_id
    global $cart;
    if ((IS_ADMIN_FLAG == false && $_SESSION['cart']->in_cart_check('master_categories_id','2') > 0)) {
    $this->enabled = false; ...
  4. Re: Activate Payment Module if $$$ Total exceeds a certain amount

    Put the code back in ... when you get the white page, go to your /cache directory and refresh ... and see what the debug logs say ...
  5. Re: Activate Payment Module if $$$ Total exceeds a certain amount

    Customize the file:
    /includes/modules/payment/paypalwpp.php

    and add the new code below:

    $this->enabled = (MODULE_PAYMENT_PAYPALWPP_STATUS == 'True');
  6. Re: Activate Payment Module if $$$ Total exceeds a certain amount

    Let's say you were doing this with Check/Money Order moneyorder you could try the code in RED:


    $this->enabled = ((MODULE_PAYMENT_MONEYORDER_STATUS == 'True') ? true : false);

    // bof:...
Results 1 to 6 of 6
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR