Jump to content
xt:Commerce Community Forum

Ot_payment()


max123

Recommended Posts

Hallo Leute,

Sicherlich ist es nur eine Kleinigkeit, f?r mich aber ein riesen Problem.

Ich hab gerade das ot_payment() (Rabatt auf Zahlungsarten) installiert. ?

Naja von installieren kann man da nicht richtig sprechen - halt r?berkopiert.

Nun bekomme ich folgende Error - Meldung:

Warning: Missing argument 1 for ot_payment() in /www/htdocs/hmstafek/catalog/includes/modules/order_total/ot_payment.php on line 22

Also fehlt dem irgendetwas, aber was ?

Der Autor meint dazu noch:

I have re-named the tables so this module can be installed with the payment type fee module.

As they were based on the same bit of code they used the same table names.

If both modules were installed the seconf one took on the setting of the first.

One thing that wasn't clear to me was the name of the payment type to put in the field.

Don't use the label name as I did. Use the name of the class for the payment type.

This means opening the payment file up to read the class.

i.e. for this one:

class pm2checkout {

so in the payment type name put pm2checkout

Note that it is case sensitive!

Leider sind das f?r mich B?mische D?rfer.

Hat irgend wer eine L?sung oder Idee ?

Vielen Dank schon einmal im Vorraus.

Max

Link to comment
Share on other sites

  • 4 weeks later...

Das ist die Fehlermeldung die kommt :

Warning: constant(): Couldn't find constant MODULE_ORDER_TOTAL_PAYMENT_DISC_STATUS_TITLE in /home/www/web107/html/admin/modules.php on line 163

Warning: constant(): Couldn't find constant MODULE_ORDER_TOTAL_PAYMENT_DISC_STATUS_DESC in /home/www/web107/html/admin/modules.php on line 165

Warning: constant(): Couldn't find constant MODULE_ORDER_TOTAL_PAYMENT_DISC_SORT_ORDER_TITLE in /home/www/web107/html/admin/modules.php on line 163

Warning: constant(): Couldn't find constant MODULE_ORDER_TOTAL_PAYMENT_DISC_SORT_ORDER_DESC in /home/www/web107/html/admin/modules.php on line 165

Warning: constant(): Couldn't find constant MODULE_ORDER_TOTAL_PAYMENT_DISC_PERCENTAGE_TITLE in /home/www/web107/html/admin/modules.php on line 163

Warning: constant(): Couldn't find constant MODULE_ORDER_TOTAL_PAYMENT_DISC_PERCENTAGE_DESC in /home/www/web107/html/admin/modules.php on line 165

Warning: constant(): Couldn't find constant MODULE_ORDER_TOTAL_PAYMENT_DISC_MINIMUM_TITLE in /home/www/web107/html/admin/modules.php on line 163

Warning: constant(): Couldn't find constant MODULE_ORDER_TOTAL_PAYMENT_DISC_MINIMUM_DESC in /home/www/web107/html/admin/modules.php on line 165

Warning: constant(): Couldn't find constant MODULE_ORDER_TOTAL_PAYMENT_DISC_TYPE_TITLE in /home/www/web107/html/admin/modules.php on line 163

Warning: constant(): Couldn't find constant MODULE_ORDER_TOTAL_PAYMENT_DISC_TYPE_DESC in /home/www/web107/html/admin/modules.php on line 165

Warning: constant(): Couldn't find constant MODULE_ORDER_TOTAL_PAYMENT_DISC_INC_SHIPPING_TITLE in /home/www/web107/html/admin/modules.php on line 163

Warning: constant(): Couldn't find constant MODULE_ORDER_TOTAL_PAYMENT_DISC_INC_SHIPPING_DESC in /home/www/web107/html/admin/modules.php on line 165

Warning: constant(): Couldn't find constant MODULE_ORDER_TOTAL_PAYMENT_DISC_INC_TAX_TITLE in /home/www/web107/html/admin/modules.php on line 163

Warning: constant(): Couldn't find constant MODULE_ORDER_TOTAL_PAYMENT_DISC_INC_TAX_DESC in /home/www/web107/html/admin/modules.php on line 165

Warning: constant(): Couldn't find constant MODULE_ORDER_TOTAL_PAYMENT_DISC_CALC_TAX_TITLE in /home/www/web107/html/admin/modules.php on line 163

Warning: constant(): Couldn't find constant MODULE_ORDER_TOTAL_PAYMENT_DISC_CALC_TAX_DESC in /home/www/web107/html/admin/modules.php on line 165

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...