thanks for inquiry
I have purchased this module. How will i display seller name in the invoice??
Please look at No 4. of Installation tab of the following page, I also attached the instructiions below.
https://addons-modules.com/store/en/mar ... odule.html================================================================================
4. In order to show seller information in PDF invoice
- For PrestaShop 1.4x - it has been included in the PDF.php file, it is not configurable.
- For PrestaShp 1.5x, you can use following keywords in /pdf/header.tpl
{$seller_name}
{$seller_logo_path}
{$seller_logo_url}
or {sellerinfo->xxxxx}
where xxxx is any field of seller info table
And use use following keyword in /pdf/footer.tpl
{$seller_name}
{$seller_address}
{$seller_fax}
{$seller_phone}
or {sellerinfo->xxxxx}
where xxxx is any field of seller info table