1. ipcn
  2. RO CSVI
  3. Sunday, 14 June 2015
  4.  Subscribe via email
Hi Roland

J: 3.4.1 VM: 3.0.9 CSVI Pro Virtuemart: 6.0Beta6
I want to export orders.
It works, but the field "payment_name" contains no data.
I see the correct payment text when I open the order.
Please help :-)

Kind regards
Horst
Accepted Answer Pending Moderation
Hello Horst,

I see you still use beta 6, please update to RC1 and then install the attached patch file. The payment_name and payment_element should work again.
Attachments (1)
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 1
Accepted Answer Pending Moderation
Hello Roland

This works perfectly!
Thanks you for your fast work, CSVI is very useful.

Regards Horst
  1. more than a month ago
  2. RO CSVI
  3. # 2
Accepted Answer Pending Moderation
Hi rollandd
this is my first post here. i'm french, please excuse my imperfect English :)

error in line 662 on the patch after $record you have put shipmentmethod_id instead of paymentmethod_id

replace :
$query->where($this->db->quoteName('virtuemart_paymentmethod_id') . ' = ' . (int) $record->virtuemart_shipmentmethod_id);


to :
$query->where($this->db->quoteName('virtuemart_paymentmethod_id') . ' = ' . (int) $record->virtuemart_paymentmethod_id);


Thank for your job, Denis
  1. more than a month ago
  2. RO CSVI
  3. # 3
Accepted Answer Pending Moderation
Hello Denis,

Which file are you talking about? I did find this mistake in the administrator/components/com_csvi/addon/com_virtuemart/model/export/order.php on line 961.

Thank you for reporting this.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 4
Accepted Answer Pending Moderation
hello Rolandd,
yes in this file !
administrator/components/com_csvi/addon/com_virtuemart/model/export/order.php

...this is unique file in patch on this post ;)
  1. more than a month ago
  2. RO CSVI
  3. # 5
Accepted Answer Pending Moderation
  1. more than a month ago
  2. RO CSVI
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!