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.
remove country code in footer
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: remove country code in footer
Hi, this needs to be customized in the code.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 8
- Joined: 04 Jun 2010, 10:41
Re: remove country code in footer
Hello Jan, thanks for your answer, could you give me a way ? which file is to be modified ?
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: remove country code in footer
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
administrator/components/com_virtuemart/pdf/delivery.pdf.php
administrator/components/com_virtuemart/pdf/phoca.tcpdf.php
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 8
- Joined: 04 Jun 2010, 10:41
Re: remove country code in footer
Ok phoca.tcpdf.php
comment or remove lines 78 to 81 (in my config)
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');
}
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: remove country code in footer
Ok, thanks for the info.
Jan
Jan
If you find Phoca extensions useful, please support the project