-
- Gui

-
Total Posts: 203
Joined: 2008-03-09
|
Hi,
I am not sure if I am the only one with this problem, but after enabling the iDeal advanced extension it does not show on the frontend checkout page.
- I enabled PHP OpenSSL in my php.ini file
- Permission on files are set to 644 and directories 755
- tried http and https for the urls of the certificate files
- cleared cache
- no other methodes with the same sort order
- tried IE and FF
Turning on Debug does not give me any insight since it is not showing either. (updated to the new version)
details:
Ideal version: 1.0.19703 beta
Using iDeal Advanced
Magento: 1.0.19700 (with patch)
Modern default theme: 1.0.19702 1.0.19702 beta
|
| |
|
 |
 |
 |
|
|
-
- odi-um

-
Total Posts: 112
Joined: 2008-04-02
|
Hi Gui,
First thing is that for certificates it must be on urls this parameters must be absolute paths on your server to the files.
For example /home/gui/public_html/ideal/dert.cer
And second thing about debug, it would not show u anything, module saves it in your DB, table name your_prefix_ideal_api_debug.
This things might help u, if not please send me dump of your debug table through private message.
|
| |
-
- Posted: May 12 2008
-
| top
| # 1
-
|
 |
 |
 |
|
|
-
- Gui

-
Total Posts: 203
Joined: 2008-03-09
|
Hi Odi-um
I feel like a big fool!
I used the paths with http://
when I use the absolute paths /home/gui/public_html/ideal/dert.cer it works flawlessly.
thumbs up for you!
|
| |
-
- Posted: May 12 2008
-
| top
| # 2
-
|
 |
 |
 |
|
|
-
- Zuti

-
Total Posts: 4
Joined: 2008-07-07
|
I have exactly the same problem, but I do use absolute paths.
I created SSL keys as described in the ING iDeal pdf. Used those as private cert and public key
Put those in /var/www/shop/ssl. I also put there the iDeal certificate from ING.
I use iDeal advanced.
Configuration:
Private Certificate: /var/www/shop/ssl/cert.cer
Public Key: /var/www/shop/ssl/priv.pem
iDeal cetificate: /var/www/shop/ssl/ideal.cer
The plugin is enabled. I even disabled all other Payment methods, but nothing works on the frontend (i dont see ideal there).
The ssl folder is 755. Files in it 644.
Magento resides in /var/www/shop/magento
Magento version: 1.0.19870
Ideal version: 1.0.19870
|
| |
-
- Posted: July 7 2008
-
| top
| # 3
-
|
 |
 |
 |
|
|
-
- odi-um

-
Total Posts: 112
Joined: 2008-04-02
|
Hi Zuti,
Please enable debug for this module and post here what u will see in debug DB table for ideal.
|
| |
-
- Posted: July 7 2008
-
| top
| # 4
-
|
 |
 |
 |
|
|
-
- Zuti

-
Total Posts: 4
Joined: 2008-07-07
|
Mage_Ideal_Model_Api_Advanced_DirectoryRequest
Array
(
[merchant_id] => 1234567890
[sub_id] => 0
[authentication] => SHA1_RSA
)
and
Mage_Ideal_Model_Api_Advanced_DirectoryRequest
SimpleXMLElement Object
(
[0] => Betalen met iDEAL is nu niet mogelijk. Probeer het later nogmaals of betaal op een andere manier.
)
Dunno if you know dutch, but it basicaly says I cant pay via Ideal and to try again some other time (translating isnt my strong point)
|
| |
-
- Posted: July 7 2008
-
| top
| # 5
-
|
 |
 |
 |
|
|
-
- odi-um

-
Total Posts: 112
Joined: 2008-04-02
|
Hi Zuti,
we were getting this message though development time, its not a bug or not right setup. Its a problem of iDEAL gateway bc u are getting message from them.
Sorry can’t help with this. Try to contact them.
|
| |
-
- Posted: July 7 2008
-
| top
| # 6
-
|
 |
 |
 |
|
|
-
- Zuti

-
Total Posts: 4
Joined: 2008-07-07
|
Ok, thank you for your time. I will contact ING directly.
|
| |
-
- Posted: July 7 2008
-
| top
| # 7
-
|
 |
 |
 |
|
|
-
- Zuti

-
Total Posts: 4
Joined: 2008-07-07
|
I still have one question:
Where does the setup data from the ideal configuration (via the admin) go to?
I can see a system.xml and config.xml in magento/app/code/core/Mage/Ideal/etc, but the data there is default.
|
| |
-
- Posted: July 7 2008
-
| top
| # 8
-
|
 |
 |
 |
|
|
-
- odi-um

-
Total Posts: 112
Joined: 2008-04-02
|
Hi Zuti,
DB table, core_config_data
|
| |
-
- Posted: July 7 2008
-
| top
| # 9
-
|
 |
 |
 |
|
|