News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Saved delivery addresses?

Started by schumi1971, September 18, 2014, 15:35:10 PM

Previous topic - Next topic

schumi1971

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?



[attachment cleanup by admin]

jjk

Which version of VirtueMart do you use? Also, do you happen to use the Klarna payment plugin?
Non-English Shops: Are your language files up to date?
http://virtuemart.net/community/translations

sami789

#2
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 and Northeastern University tutorials with 100% exam JUNIPER Download our latest testking Swiss Federal Institute of Technology Zurich questions to pass real exam of Facebook


GJC Web Design

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;
         }
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

inode64

Patch for include lang for Virtuemart 3.x