[Fixed][VM 1.9.8.RC.2M + J 1.7.2] Notice: Undefined variable: _paymethod_id

Started by JtouchMobile.com, November 09, 2011, 04:38:57 AM

Previous topic - Next topic

JtouchMobile.com

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

;)
Author of Jtouch - Mobile solution for Joomla & VirtueMart
http://www.jtouchmobile.com

JtouchMobile.com

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));
Author of Jtouch - Mobile solution for Joomla & VirtueMart
http://www.jtouchmobile.com

alatak

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.

alatak

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.
:)

Milbo

Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

alatak

Hi,

we work a lot , either that, either we have a lot of bugs :)

i meant revision 4629

JtouchMobile.com

Author of Jtouch - Mobile solution for Joomla & VirtueMart
http://www.jtouchmobile.com