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.
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
RolandD
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Accepted Answer
Pending Moderation
Hello Roland
This works perfectly!
Thanks you for your fast work, CSVI is very useful.
Regards Horst
This works perfectly!
Thanks you for your fast work, CSVI is very useful.
Regards Horst
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 :
to :
Thank for your job, Denis
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
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.
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
RolandD
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
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
yes in this file !
administrator/components/com_csvi/addon/com_virtuemart/model/export/order.php
...this is unique file in patch on this post

Accepted Answer
Pending Moderation
Ok this solves the mystery then https://www.csvimproved.com/forum?view=topic&catid=44&id=32659

- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »