[Solved]: Photo_Shop Wire Info Übersetzung ?? [Solved]: Photo_Shop Wire Info Übersetzung ??
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[Solved]: Photo_Shop Wire Info Übersetzung ??

Started by yogiflop, May 14, 2008, 09:08:40 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

yogiflop

Hallo,

ich stehe gerade ein bißchen aufm Schlauch und die Suche bringt mich nicht wirklich weiter.

in der gateway.inc stehen informationen für "Wire Info"
Ist das mit den normalen Bankdaten gleich zu setzen ??

Und welche Werte müssten eingesetzt werden ??

$CONFIG['photo_shop_wire_enable'] = '1';
$CONFIG['photo_shop_wire_routing'] = '';
$CONFIG['photo_shop_wire_account'] = '  ';
$CONFIG['photo_shop_wire_bank'] = 'Kreissparkasse Irgendwo';
$CONFIG['photo_shop_wire_bank_address'] = ' <br> ';
$CONFIG['photo_shop_wire_swift'] = 'MALADXXXXXX';


Muss die IBAN irgendwo eingetragen werden ??

Danek schonmal für die Hilfe.

Stramm

Routing ist Blz.
Account -> Kto.-Nr.
Bank -> Bank Name
Address -> Bank Adresse
und dann halt noch Swift

yogiflop

Das heißt die IBAN wird gar nicht benötigt ??

OK ... danke


Stramm

Im Prinzip sind das einfach nur Text, der angezeigt wird. Mehr nicht. Was Du eintippst ist hier ziemlich egal. Dü könntest auch statt Swift die IBAN aingeben.
Dann wäre es geschickt, die Bezeichnung bei der Ausgabe zu ändern. Das machst Du im lang file (english.php oder german.php ...)
Quote'swift' => 'Swift code:',
z.B. in
  'swift' => 'IBAN:',
ändern