Jump to content

How do I add the eco-tax var in PaymentModule.php


Recommended Posts

Hi,

 

I want to add the "eco-tax" value in my email to look like this :

price_without_taxes + eco_tax_price + "eco-taxes" in the unit price column(see attached file "sans-titre-1.jpg")

I'm pretty new in php, I know that I have to add the variable in the "PaymentModule.php" but I dont know how to get only the eco-tax value. Like :

$data = array(

...

'{eco_tax_value}' => ???,

...

);


I will have to do the same thing in my milalerts.php file I think it will be the same thing, is it ?

 

Thanks,

Sorry for my english

Grattton

post-792832-0-40743400-1405353703_thumb.jpg

Link to comment
Share on other sites

×
×
  • Create New...