Kavana Posted February 23, 2021 Share Posted February 23, 2021 (edited) I had a costumer return something. I made a credit invoice (?) (order-slip). I noticed that there is no shop address on it like on the normal invoice. So i looked into the order-slip.tpl and i wonder what {$addresses_tab} points to, as there is no order-slip.addresses-tab.tpl. I was assuming it is directing to invoice.addresses-tab.tpl. EDIT: found out this is the case in HTMLTemplateOrderSlip.php Which has the following 2 lines: {if isset($order_invoice)}{$order_invoice->shop_address}{/if} --> Shows the shop address in the invoice but not in the order slip {if isset($free_text)}{$free_text|escape:'html':'UTF-8'}{/if} --> Shows extra info that i wanted there in both the invoice and the order slip Am i correct that it points to this and if so how can i change it to get the shop_address to also show on the order-slip. (Also looking for more info how to edit the pdf files in general) Edited February 23, 2021 by Kavana new info (see edit history) Link to comment Share on other sites More sharing options...
wzzly Posted December 7, 2023 Share Posted December 7, 2023 (edited) @Kavana Did you find a solution? Edited December 7, 2023 by wzzly (see edit history) 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