Zen Follower
- Join Date:
- Sep 2005
- Posts:
- 444
- Plugin Contributions:
- 0
Wrong total in bank module
Hi again,
the bank module php file that I have in my folder includes/modules/payment is identical with the same file that I used to have in the version 1.2.6. Is there something in the functions or elsewhere that should be changed for these new ZC versions?
For example in the payment module authorizenet there has appeared new things after 1.2.6. but I can't figure out if it is needed to be changed for the other modules as well and should I modify then some other files as well?
For example this is added for authorizenet:
class authorizenet extends base {
/**
- $code determines the internal 'code' name used to designate "this" payment module
- @var string
/
var $code;
/* - $title is the displayed name for this payment method
- @var string
/
var $title;
/* - $description is a soft name for this payment method
- @var string
/
var $description;
/* - $enabled determines whether this module shows or not... in catalog.
- @var boolean
/
var $enabled;
/* - @return authorizenet
Elli