Page 1 of 1
remove country code in footer
Posted: 15 Jun 2010, 15:32
by numero7
Hello is there a way to remove the country code in the footer ? for some reason the country code is printed instead of the country name and I don't need it on the Bill but I need it in Virtuemart...
Could you please help me ?
many thanks and have a nice day.
Re: remove country code in footer
Posted: 18 Jun 2010, 00:08
by Jan
Hi, this needs to be customized in the code.
Jan
Re: remove country code in footer
Posted: 18 Jun 2010, 08:03
by numero7
Hello Jan, thanks for your answer, could you give me a way ? which file is to be modified ?
Re: remove country code in footer
Posted: 18 Jun 2010, 13:53
by Jan
Hi, try to search this forum as there are lot of guides where are displayed the files which should be modified:
administrator/components/com_virtuemart/pdf/delivery.pdf.php
administrator/components/com_virtuemart/pdf/phoca.tcpdf.php
Jan
Re: remove country code in footer
Posted: 18 Jun 2010, 14:42
by numero7
Ok phoca.tcpdf.php
comment or remove lines 78 to 81 (in my config)
Code: Select all
$this->Ln(4);
if($fD['vmVCountry'] != '') {
$this->Cell(0,4,$fD['vmVCountry'],0,0,'L');
}
Re: remove country code in footer
Posted: 19 Jun 2010, 17:45
by Jan
Ok, thanks for the info.
Jan