Rafaprest Posted February 25, 2018 Share Posted February 25, 2018 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 More sharing options...
design4VIP Posted February 25, 2018 Share Posted February 25, 2018 pytanie jak dodales te dane, bo ze samej zmiennej ciezko sie wyczytac. mozesz pokombinowac z 'nl2br' albo dodwac jako liste <ul><li></li>...<li></li></ul i ostylwoac na bloki Link to comment Share on other sites More sharing options...
Rafaprest Posted February 26, 2018 Author Share Posted February 26, 2018 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 More sharing options...
Rafaprest Posted February 26, 2018 Author Share Posted February 26, 2018 Czy można w panelu Admina rozdzielić te dane ?? Link to comment Share on other sites More sharing options...
Przemysław Suszek Posted February 26, 2018 Share Posted February 26, 2018 var_dump($shop_details); Będzie Nam łatwiej. Link to comment Share on other sites More sharing options...
Rafaprest Posted February 27, 2018 Author Share Posted February 27, 2018 Chopy rozwiązanie jest banalnie proste uśmiałem się dzięki mr.suchy za wskazówki Link to comment Share on other sites More sharing options...
Przemysław Suszek Posted February 27, 2018 Share Posted February 27, 2018 @RafaprestTo warto podzielić się taką informacją. Może komuś się przydać. Ewentualnie pośmiejemy się razem. Link to comment Share on other sites More sharing options...
Rafaprest Posted February 27, 2018 Author Share Posted February 27, 2018 <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 More sharing options...
kusmirpl Posted March 11 Share Posted March 11 A czy macie jakieś rozwiązanie @Rafaprest do presta 8.1 i gdzie dokładnie wkleić ten kod? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now