VirtueMart Forum

VirtueMart 2 + 3 + 4 => Language/Translations => Topic started by: schumi1971 on September 18, 2014, 15:35:10 PM

Title: Saved delivery addresses?
Post by: schumi1971 on September 18, 2014, 15:35:10 PM
When a customer makes several delivery addresses, they appear as a type of alias name below the form.

How can I change the english text for this alias?
The examples you see is just one address with the alias name "Delivery Address 7"
I can not find this line anywear? What is the language overide string to change this?
Or where kind I find the correct file to change the hardcode?

(http://image.bayimg.com/f1995ff4a8436091ba9b5d18327343a7fe1fafd1.jpg)

[attachment cleanup by admin]
Title: Re: Saved delivery addresses?
Post by: jjk on September 18, 2014, 22:49:52 PM
Which version of VirtueMart do you use? Also, do you happen to use the Klarna payment plugin?
Title: Re: Saved delivery addresses?
Post by: sami789 on October 04, 2014, 07:22:40 AM
The examples you see is just one address with the alias name "Delivery Address 7"
I can not find this line anywear? What is the language overide string to change this?



___________
We are the pioneers in 640-760 dumps (http://www.pass-4sure.info/braindumps/640-760.html) and Northeastern University (http://www.northeastern.edu/) tutorials with 100% exam JUNIPER (http://www.juniper.net/) Download our latest testking Swiss Federal Institute of Technology Zurich (https://www.ethz.ch/en.html) questions to pass real exam of Facebook (https://www.facebook.com/aiimcommunity)

Title: Re: Saved delivery addresses?
Post by: GJC Web Design on October 04, 2014, 11:16:54 AM
tsk tsk,
hard coded in administrator\components\com_virtuemart\tables\userinfos.php

public function check(){

      if($this->address_type=='BT' or $this->address_type=='ST' ){
         if($this->address_type=='ST' and empty($this->address_type_name)){
            $this->address_type_name = 'Delivery Address '.rand(1,9);
            vmWarn('Table userinfos check failed: address_type '.$this->address_type.' without name, autogenerated '.$this->address_type_name,'check failed: ST has no name, autogenerated '.$this->address_type_name);
            //return false;
         }
Title: Re: Saved delivery addresses?
Post by: inode64 on October 30, 2015, 11:37:51 AM
Patch for include lang for Virtuemart 3.x