if you are running v1.5.8 or greater, there is a new version of this payment module available.
support is only for php 8.0 or greater.
the few of you who use it know what a most excellent payment module it is. but then again i am biased.
if you are running v1.5.8 or greater, there is a new version of this payment module available.
support is only for php 8.0 or greater.
the few of you who use it know what a most excellent payment module it is. but then again i am biased.
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."
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:
best.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.');
Many thanks ... worked like a charm, Cheers!
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.