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]
Which version of VirtueMart do you use? Also, do you happen to use the Klarna payment plugin?
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)
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;
}
Patch for include lang for Virtuemart 3.x