Jump to content

Dodanie danych sprzedawcy do autofaktury


Rafaprest

Recommended Posts

Hej mam problem z poprawnym wyświetleniem danych sprzedawcy na fakturze.

W pliku invoice.tpl dodałem

        <tr>
        <td colspan="12">

            {$shopname_tab}
        

        </td>
    </tr>

i utworzyłem plik invoice.shopname-tab.tpl w którym dodałem przed danymi klenta tabelke z {$shop_details} czyli danymi z panelu admina Preferencje - Kontakt - Sklepy - Numer rejestracyjny

Problemem jest ułożenie danych w linijkach jedna pod  drugą. Obecnie wyświetla się Nazwa firmy-ulica-kod-miasto-nip 

Link to comment
Share on other sites

Dane dodałem tak:

 <table id="shopname-tab" cellspacing="0" cellpadding="0">
    <tr>
            <td width="34%">{if $shop_details}<span class="bold">{l s='Sprzedawca' d='Shop.Pdf' pdf='true'}</span><br/><br/>
                {$shop_details}
            {/if}
        </td>
            </tr>
</table>

Link to comment
Share on other sites

<table id="addresses-tab" cellspacing="0" cellpadding="0">
    <tr>
            <td width="50%">{if $shop_details}<span class="bold">{l s='Sprzedawca' d='Shop.Pdf' pdf='true'}</span><br/><br/>
                nazwa firmy<br>
                adres<br>
                kod miasto<br>
                {$shop_details}
            {/if}
        </td>

        <td width="50%"><span class="bold">{l s='Dane klienta' d='Shop.Pdf' pdf='true'}</span><br/><br/>
                {$invoice_address}
        </td>
    </tr>
</table>

 

W panelu admina gdzie jest numer rejestracyjny wpisz tylko swój NIP firmy

Wszystko działa jak należy

Link to comment
Share on other sites

  • 6 years later...

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...