Page 14 of 14 FirstFirst ... 4121314
Results 131 to 139 of 139
  1. #131
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,699
    Plugin Contributions
    9

    Default Re: Authorize.net API with Card on File transactions support thread...

    users of this module, please take note:

    there have been some administrative challenges on my part of getting version 3.0.x ready for use.

    if you are running any version of 3.0.x; update to v3.0.3

    this should available in the downloads hopefully soon. if not one can get it directly from the github repo.

    if using this module, please consider a donation. and after considering it, then proceed to do it! you will feel better and so will i.

    best.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  2. #132
    Join Date
    Feb 2016
    Location
    Canada
    Posts
    148
    Plugin Contributions
    0

    Default Re: Authorize.net API with Card on File transactions support thread...

    Quote Originally Posted by carlwhat View Post
    users of this module, please take note:

    there have been some administrative challenges on my part of getting version 3.0.x ready for use.

    if you are running any version of 3.0.x; update to v3.0.3

    this should available in the downloads hopefully soon. if not one can get it directly from the github repo.

    if using this module, please consider a donation. and after considering it, then proceed to do it! you will feel better and so will i.

    best.
    Hello,

    I am running ZenCart 1.5.7d and tried installing 2.3.3 version of this plugin. After installation, the only payment modules that are appearing are Aunthorize.net (SIM) and (AIM) that we previously present. I am getting an error " PHP Parse error: syntax error, unexpected 'define' (T_STRING) in /includes/languages/english/modules/payment/authorizenet_cim.php on line 48."

  3. #133
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,699
    Plugin Contributions
    9

    Default Re: Authorize.net API with Card on File transactions support thread...

    Quote Originally Posted by allmart View Post
    Hello,

    I am running ZenCart 1.5.7d and tried installing 2.3.3 version of this plugin. After installation, the only payment modules that are appearing are Aunthorize.net (SIM) and (AIM) that we previously present. I am getting an error " PHP Parse error: syntax error, unexpected 'define' (T_STRING) in /includes/languages/english/modules/payment/authorizenet_cim.php on line 48."
    look at line 46 here:

    https://github.com/proseLA/authorize...im.php#L46-L49

    it is missing a semi-colon at the end of the line.

    it should look like:

    PHP Code:
    define('MODULE_PAYMENT_AUTHORIZENET_CIM_FRAUD_WARNING''Sorry, due to the increasing amount of fraud we are forced to limit credit card usage.'); 
    best.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  4. #134
    Join Date
    Feb 2016
    Location
    Canada
    Posts
    148
    Plugin Contributions
    0

    Default Re: Authorize.net API with Card on File transactions support thread...

    Many thanks ... worked like a charm, Cheers!

  5. #135
    Join Date
    Feb 2016
    Location
    Canada
    Posts
    148
    Plugin Contributions
    0

    Default Re: Authorize.net API with Card on File transactions support thread...

    Went live on my test site and tested a small transaction which worked like a charm but when a pushed the red button in order details to void the transaction, I got this error "PHP Warning: Illegal string offset 'id' in /includes/modules/payment/authorizenet_cim.php on line 107."
    Thanks again for you help and an awesome plugin.

  6. #136
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,699
    Plugin Contributions
    9

    Default Re: Authorize.net API with Card on File transactions support thread...

    Quote Originally Posted by allmart View Post
    Went live on my test site and tested a small transaction which worked like a charm but when a pushed the red button in order details to void the transaction, I got this error "PHP Warning: Illegal string offset 'id' in /includes/modules/payment/authorizenet_cim.php on line 107."
    Thanks again for you help and an awesome plugin.
    i am not sure why your order does not have a country id there. it could be indicative of other problems.

    between lines 104 and 105 you can add the following code (i have included both lines below for clarity):

    PHP Code:

        
    global $order$db;
        if (empty(
    $order->billing['country']['id'])) {
                    return;
            }
        if ((
    $this->enabled == true) && ((int)MODULE_PAYMENT_AUTHORIZENET_CIM_ZONE 0)) { 
    best.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  7. #137
    Join Date
    Feb 2016
    Location
    Canada
    Posts
    148
    Plugin Contributions
    0

    Default Re: Authorize.net API with Card on File transactions support thread...

    Quote Originally Posted by carlwhat View Post
    i am not sure why your order does not have a country id there. it could be indicative of other problems.

    between lines 104 and 105 you can add the following code (i have included both lines below for clarity):

    PHP Code:

        
    global $order$db;
        if (empty(
    $order->billing['country']['id'])) {
                    return;
            }
        if ((
    $this->enabled == true) && ((int)MODULE_PAYMENT_AUTHORIZENET_CIM_ZONE 0)) { 
    best.
    This worked, thanks again. I'm sorry to keep bothering you but I am having another issue. I am using One Page Checkout with Guest Checkout. When trying to process the order as a guest after a long delay, I get the following error "PHP Notice: 10437 was logged off and should be looked at! in /includes/modules/payment/authorizenet_cim.php on line 918". I tried increasing the time from 45 to 60 but no luck, which is already a long wait.

    Regards,

  8. #138
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,699
    Plugin Contributions
    9

    Default Re: Authorize.net API with Card on File transactions support thread...

    i would review this thread.

    and potentially turn guest checkout off.

    i’ll be without development resources for a bit.

    perhaps some one else can help out.

    best.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  9. #139
    Join Date
    Feb 2016
    Location
    Canada
    Posts
    148
    Plugin Contributions
    0

    Default Re: Authorize.net API with Card on File transactions support thread...

    Thanks Carl, unfortunately since implementing Guest Checkout I have seen a noticeable increase in orders. Don't understand why, even many customers that have accounts are using it.

 

 
Page 14 of 14 FirstFirst ... 4121314

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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR