Page 20 of 20 FirstFirst ... 10181920
Results 191 to 199 of 199
  1. #191
    Join Date
    Feb 2016
    Location
    Canada
    Posts
    190
    Plugin Contributions
    0

    Default Re: Rounding error

    Hello, when I upgraded to 2.1.0 a while back and reinstalled authorize.net CIM 3.0.3, there are no longer the option to charge customers for any changes to their orders, the only button available is Refund.

  2. #192
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,910
    Plugin Contributions
    13

    Default Re: Rounding error

    Quote Originally Posted by allmart View Post
    Hello, when I upgraded to 2.1.0 a while back and reinstalled authorize.net CIM 3.0.3, there are no longer the option to charge customers for any changes to their orders, the only button available is Refund.
    there is a configuration to allow to charging more. the key is called:

    MODULE_PAYMENT_AUTHORIZENET_CIM_ALLOW_MORE

    and it should be available on the admin in the configuration for the module.

    best.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  3. #193
    Join Date
    Feb 2016
    Location
    Canada
    Posts
    190
    Plugin Contributions
    0

    Default Re: Rounding error

    New Auths (MODULE_PAYMENT_AUTHORIZENET_CIM_ALLOW_MORE) is already set to true

  4. #194
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,910
    Plugin Contributions
    13

    Default Re: Rounding error

    Quote Originally Posted by allmart View Post
    New Auths (MODULE_PAYMENT_AUTHORIZENET_CIM_ALLOW_MORE) is already set to true
    well if that is set to true, i'm looking at the code and it states:

    PHP Code:
    $authnet->balance_due && $authnet->status != $this->cancelled_status() && (count($cards) > 0)) 
    which means the order was must have a balance due, and the status of the order is not cancelled, and the customer has at least 1 card on file.

    if one of those criteria is false, then no button.

    it sounds like the customer may not have any cards on file.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  5. #195
    Join Date
    Feb 2016
    Location
    Canada
    Posts
    190
    Plugin Contributions
    0

    Default Re: Rounding error

    Quote Originally Posted by carlwhat View Post
    well if that is set to true, i'm looking at the code and it states:

    PHP Code:
    $authnet->balance_due && $authnet->status != $this->cancelled_status() && (count($cards) > 0)) 
    which means the order was must have a balance due, and the status of the order is not cancelled, and the customer has at least 1 card on file.

    if one of those criteria is false, then no button.

    it sounds like the customer may not have any cards on file.
    All the criteria are true, yet the only but available is refund.

  6. #196
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,910
    Plugin Contributions
    13

    Default Re: Rounding error

    Quote Originally Posted by allmart View Post
    All the criteria are true, yet the only but available is refund.
    what version of of authorize COF are you running?

    and is the button available on other orders or is it just one order?
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  7. #197
    Join Date
    Feb 2016
    Location
    Canada
    Posts
    190
    Plugin Contributions
    0

    Default Re: Rounding error

    Quote Originally Posted by carlwhat View Post
    what version of of authorize COF are you running?

    and is the button available on other orders or is it just one order?
    not sure of version of COF in admin the module shows "Use tokenized credit card. version 3.0.0".

    No buttons for all orders, I verified through authorize.net that I can charge customers that have their card on file.

  8. #198
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,910
    Plugin Contributions
    13

    Default Re: Rounding error

    please let me know your php version as well as your mysql version and your zc version.

    i will not be able to look at this until this weekend at the earliest.

    but according to this:

    https://www.zen-cart.com/downloads.php?do=file&id=2272

    you should be running version 3.0.3, if you are on the 3.0.x series. which you say you are.

    best.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  9. #199
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,910
    Plugin Contributions
    13

    Default Re: Rounding error

    Quote Originally Posted by allmart View Post
    not sure of version of COF in admin the module shows "Use tokenized credit card. version 3.0.0".

    No buttons for all orders, I verified through authorize.net that I can charge customers that have their card on file.
    i no longer have clients running this module...

    i was able to test using ZC v 2.0.0 under php 8.2 and was able to see the get money button.

    the cards on file also need to have an expiration date greater than today.

    so i am unable to reproduce your error. so without more information it makes it difficult to solve something i can not reproduce.

    best.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

 

 
Page 20 of 20 FirstFirst ... 10181920

Similar Threads

  1. v155 Saving Credit Card Info with Authorize.Net
    By magneto in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 25 Jan 2021, 10:28 PM
  2. v154 Having Issues With Duplicate Transactions in Authorize.net
    By CSGODeimos in forum General Questions
    Replies: 1
    Last Post: 27 Sep 2017, 02:53 PM
  3. v151 Duplicate transactions authorize.net AIM
    By badarac in forum Built-in Shipping and Payment Modules
    Replies: 9
    Last Post: 9 Aug 2016, 03:52 PM
  4. Replies: 1
    Last Post: 31 May 2006, 05:06 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