Uwantit,
Are you running Zen Cart v1.2.x, but trying to use a v1.3.x module?
Printable View
Uwantit,
Are you running Zen Cart v1.2.x, but trying to use a v1.3.x module?
Where do I check my version?
Admin->Tools->Server Info
I am running version 1.2.7
Have any of you installed 2co for this version??
2co has advised that you can modify the authorize.net php file and I've done that. CC number and order total is not brought across. Any ideas..
cheers
The files are fairly easy to alter to ensure 1.2.7 compatible.
Line 23 replace:
class as2checkout extends base {
with
class as2checkout {
That should be it.
Let me know how you get on.
Absolute
Worked like a dream.
Easy when you know what to do :)
thanks a lot for your help
Thanks so much for your reply.Quote:
Originally Posted by Absolute
I just used cpanel (fantastico, I believe) to install the script. I guess that results in the zen_ being added. In any case, I removed the zen_ and it works!
thanks again!
Does it support multiple currency?
it is my case
the default currency in my cart and in 2co admin is in USD
while my cart support GBP also
For a buyer checkout a product in value GBP13.4(Default USD is $24.9), the 2CO shown up in GBP 25.67
I also do a test in Japanese Yen, when I checkout, the 2CO
show up in around 25 Yen.
It seem to me all currency rates is in 1:1
It seems that this modulus dont support multi currencies, am I correct?
If it does support multiple currency, then what do I do wrong?
THank you
I've been able to configure my cart properly and have the FedEx module up and running, great work Merlin, but I can't get this 2CO module running properly.
I've uploaded the four files into the proper directories, have imported the SQL, but I receive this error:
Fatal error: Cannot redeclare class as2checkout in /home/username/public_html/cart/includes/modules/payment/as2checkout.php on line 318
Has anyone received this before? Did I miss something simple? I'm at a loss.
Thanks for any help.
IF you are receiving an error, saying cannot redeclare class, then it seems that the class is being called twice. Which 4 files did you install? Have you left a backup of one of them in the payment modules directory?
Leaving backups in this folder will break the code, as it iterates through each file, and create a class form them.
Absolute