I got this notice why open an order in back-end:
Notice: Undefined variable: _paymethod_id in /phpcenter/vm20/plugins/vmpayment/standard/standard.php on line 175
;)
Found this:
$html .= $this->getHtmlRowBE('VMPAYMENT_STANDARD_NAME', $this->getThisPaymentName($_paymethod_id));
Should be changed to something like this?
$html .= $this->getHtmlRowBE('VMPAYMENT_STANDARD_NAME', $this->getThisPaymentName($virtuemart_payment_id));
Hi,
QuoteFound this:
$html .= $this->getHtmlRowBE('VMPAYMENT_STANDARD_NAME', $this->getThisPaymentName($_paymethod_id));
Should be changed to something like this?
$html .= $this->getHtmlRowBE('VMPAYMENT_STANDARD_NAME', $this->getThisPaymentName($virtuemart_payment_id));
Yes u are rigth.
Fixed in revision 4628.
Txs for reporting.
Hi,
QuoteI got this notice why open an order in back-end:
Notice: Undefined variable: _paymethod_id in /phpcenter/vm20/plugins/vmpayment/standard/standard.php on line 175
Yes u are rigth.
Fixed in revision 46289.
Txs for reporting.
:)
Quote from: alatak on November 09, 2011, 08:44:33 AM
Fixed in revision 46289.
Wow, we are already at revision 46289? ;D
Hi,
we work a lot , either that, either we have a lot of bugs :)
i meant revision 4629
Just very very hungry for a stable version ;)
Hi,
the same for us :)