Postponed
Project:
Commerce Ogone
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2011 at 07:43 UTC
Updated:
4 Mar 2014 at 20:42 UTC
Jump to comment: Most recent
Comments
Comment #1
marcus_w commentedHi Sven,
Do you have any idea how I can set the display_title different? Is it possible to set it via a hook?
Thanks
Comment #2
svendecabooterThis can be achieved in a custom module, via the following code:
Comment #3
svendecabooterComment #4
marcus_w commentedThanks, but using that hook, I can only change the module's display name.
My situation:
I have 2 ogone entries: 1 for paypal, 1 for ideal.
I 'duplicated' the first ogone and named it ogone_ideal.
Now I want to name 1 of them paypal an the other ideal. Any idea how that could be implemented?
Thanks
Comment #5
svendecabooterThat should probably be something like this then:
Comment #6
roball commentedThank you svendecabooter!
The addition mentioned in #2 solved the problem perfectly for me.