Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

After upgrade cannot edit invoices management
(1 viewing) (1) Guest
Support forum for customers who have purchased this product. Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1
  • 2

TOPIC: After upgrade cannot edit invoices management

Re: After upgrade cannot edit invoices management 11 years, 3 months ago #35533

  • pama
  • OFFLINE
  • Posts: 489
Hello. We are sorry for replying that late.

You are right, this is prior to code change in VM 2.0.16. Rapitoz's fix is right, there must be only one change:

rapitoz wrote:

I do not know VirtueMart and VM Invoice inside, so I fixed like this:
$JOOMLA_HOME/administrator/components/com_vminvoice/tables/vm2orderuserinfo.php
string 76
$data[$requestPrefix.$varname] = VirtueMartModelUserfields::prepareFieldDataSave($userfieldType,$requestPrefix.$varname,$data[$requestPrefix.$varname],$data,$params);}

replaced with this two lines:
 
$data[$requestPrefix.$varname] = VirtueMartModelUserfields::prepareFieldDataSave((object)array("type" => $userfieldType, "name" => $requestPrefix.$varname, "params" => $params), $data);}


Note to fully fix this error, you must change also according place in /administrator/components/com_vminvoice/tables/vm2userinfo.php.

We will fix this also in next version.

EDIT: New version was released yesterday (7.1.2013).
ARTIO Support Team
Last Edit: 11 years, 3 months ago by pama.
The topic has been locked.

Re: After upgrade cannot edit invoices management 11 years, 3 months ago #35588

Pama, please help, which code to replace in vm2userinfo.php with which new code!
Thanks.
The topic has been locked.

Re: After upgrade cannot edit invoices management 11 years, 3 months ago #35605

uschmi wrote:
Pama, please help, which code to replace in vm2userinfo.php with which new code!
Thanks.


Forgot to mention: I´m asking this question, because I have the same problem as told above - user infos are not beeing saved, only the e-mail adress...
The topic has been locked.

Re: After upgrade cannot edit invoices management 11 years, 3 months ago #35955

  • pama
  • OFFLINE
  • Posts: 489
Hello. Be sure to upgrade to newest version where this error is fixed.
ARTIO Support Team
The topic has been locked.
  • Page:
  • 1
  • 2
User Login Empty