Undefined array key "brutto_currency"

Phoca Gallery modules - modules for Phoca Gallery extension
cyphersi
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 09 Dec 2022, 07:13

Undefined array key "brutto_currency"

Post by cyphersi »

Please I have the following error help me solve it.

Warning: Undefined array key "brutto_currency" in C:\xampp\htdocs\picofino\components\com_phocacart\views\pos\tmpl\default_main_content_payment.php on line 32

Warning: Undefined array key "brutto_currency" in C:\xampp\htdocs\picofino\components\com_phocacart\views\pos\tmpl\default_main_content_payment.php on line 33

32 if ($this->t['total'][0]['brutto_currency'] !== 0) {
33 echo '<div class="ph-pos-total-to-pay ph-right">' . $price->getPriceFormat($this->t['total'][0]['brutto_currency'], 0, 1).'</div>';
34 //$totalAmount = $this->t['total'][0]['brutto_currency'];
35 } else if ($this->t['total'][0]['brutto'] !== 0) {
36 echo '<div class="ph-pos-total-to-pay ph-right">' . $price->getPriceFormat($this->t['total'][0]['brutto']).'</div>';
37 //$totalAmount = $this->t['total'][0]['brutto'];
38}
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Undefined array key "brutto_currency"

Post by Jan »

Hi, which version of Phoca Cart do you use?

Jan
If you find Phoca extensions useful, please support the project
cyphersi
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 09 Dec 2022, 07:13

Re: Undefined array key "brutto_currency"

Post by cyphersi »

Hi Jan, the version is 4.0.5.
Could you please share your email or whatsapp to be able to acquire the license of the software.
Post Reply