the right hand edit box in the payment modules has disapeared from my admin menu. It also appears that the 2 paypal options are gone too. any idea how to get these back?
the right hand edit box in the payment modules has disapeared from my admin menu. It also appears that the 2 paypal options are gone too. any idea how to get these back?
Sounds like either you were customizing or upgrading or something on the payment modules ...
All of the directories for:
/includes/modules/order_total
/includes/modules/payment
/includes/modules/shipping
are autoloading ...
This means:
1 do not just rename a payment module delete it when saving a backup copy or rename it like:
moneyorder.php_OLD
2 be sure to copy the code half of a payment module to the code directory:
/includes/modules/payment
and the language or define portion of the module to the language directory:
/includes/languages/english/modules/payment
3 be sure that for every code portion of a payment module there is a language portion
4 be sure when writing payment modules or adding new ones that you have taken into account the nuances between the Catalog and Admin as these are two different things and these directories and files are addressed by both so they must be coded to work on both sides
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
1 was the problem
all fixed now thank you!
![]()
Thanks for the update and glad this helped get you all sorted out again ...![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!