Jump to content

Přidání e-mailu do faktury


Traper

Recommended Posts

v PDF.php

    if (!empty($delivery_address->phone))
       {
           $pdf->Ln(3);
           $pdf->Cell(50,7, Tools::iconv('utf-8', self::encoding(),"telefon:").' '.Tools::iconv('utf-8', self::encoding(), $delivery_address->phone), 0, 'L');;
       }
       if (!empty($delivery_address->phone_mobile))
       {
           $pdf->Ln(4);
           $pdf->Cell(50,7, Tools::iconv('utf-8', self::encoding(),"mobil:").' '.Tools::iconv('utf-8', self::encoding(), $delivery_address->phone_mobile), 0, 'L');;
       }



mozna ti to pomuze,nebo aspon nakopne

Link to comment
Share on other sites

Což takhle do emailu předpokládám email který chodí zákazníkovi najdi si soubor new_order.html v modules/mailalerts/mails/cz/

no a není nic jednoduššího než tam vložit níže uvedený kód ,kam to už je na tobě

{email}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...