PAYONE Payment-Extension 3.0
3
5
10
10
Not perfect.
The Extenion work nearly as described. But don't try to use this in development and live system at the same time. Be careful this Extension uses the order increment ids as reference, which isn't very unique and hasn't to be unique. Please change this to a unique id such as orders entity_id at the next version.
Migrator hungs up because of some orders without a store id.
So this extension is getting only two stars, because of increment id using and this horrible migrator.
April 22, 2013
bug in 3.1.2
If i will edit a Customer i become this Error:
Fatal error: Call to a member function setAttribute() on a non-object in /home/*****/public_html/app/code/core/Mage/Eav/Model/Attribute/Data.php on line 89
This came from attribute "customer_address_payone_credit_rating_date" in database table "eav_attribute". There is "frontend_input" set to "label". But there exists no frontend_input type "label" in Magento xD
Please fix that in next version :)
April 12, 2013
If you edit the Order and make a copy (new) of it then the error "Fatal error. Call to a member function getRequestType on a non-object in .../Payone/Core/Model/Payment/Method/Abstract.php on line 126
My fast Workaround (not so good, because the Payone Transaction Information got lost) is
January 2, 2013
after updating from 2.x to 3.x it is not possible to view orders payed by creditcard in the backend any more. payment method code has been changed in 3.x from payone_cc to payone_creditcard, plus a couple of other details in payment storage have changed in a way that brings up several errors, for instance:
a:5:{i:0;s:46:"The requested Payment Method is not available.";i:1;s:5263:"#0 /public_html/app/code/core/Mage/Payment/Model/Info.php(82): Mage::throwException('The requested P...')
September 30, 2012
payment_check.php is not taking care of mage database prefixes. if you use table prefixes in your magento installation you have to patch payment_check.php as follows:
change all occurences of
$statement = $readConnection->query("SELECT value FROM `core_config_data` WHERE path = '". $path ."'");
to
$tableName = Mage::getSingleton('core/resource')->getTableName('core_config_data');
$statement = $readConnection->query("SELECT value FROM {$tableName} WHERE path = '". $path ."'");
October 25, 2011
Installed on 1.6 - error (see post of "intercorp" - deleted maintenance.flag - now receive the following error:
There has been an error processing your request
Exception printing is disabled by default for security reasons.
Error log record number: 1302681862525
October 13, 2011
Doesn't work on magento 1.6
Error during installation: Exception during cache and session cleaning
Shop-Startpage results in an "Service Temporarily Unavailable"-Error
Magento-Connect-Manager displays the following Error:
Exception during cache and session cleaning: Error in file: "/srv/www/htdocs/superhotpad/app/code/community/Mage/Payone/sql/payone_setup/mysql4-install-0.2.0.php" - Maximum length of attribute code must be less then 30 symbols
October 10, 2011
yes its working fine on magento version 1.5.0.1.
Steps: 1. In admin go to magento connect Manage and paste http://connect20.magentocommerce.com/community/Mage_Payone
Step 2: In admin System->configuration->payment methods. list of all Payone payment methods avaliable.
please enable it.
step 3: see on Frontned all Payment methods avaliable
July 26, 2011
At first sight, seems to be a good extension. But I've no success in configuring it. Does anybody know if there's a step-by-step guide to how to configure this extension in Magento?
Thanks in advance!
May 24, 2011
Doesnt work on 1.5 magento
May 18, 2011