firegento / firegento-pdf

Generates nicer and configurable PDF for invoices, creditmemos and shippings in Magento
100 stars 62 forks source link

Storeview Change Footer Magento1 config.xml #374

Closed dave729 closed 6 years ago

dave729 commented 6 years ago

Hello, now for the second, because the other has closed this. I have version Magento 1.9.3.8 and can not change the footer for different stores. I have entered it in the /magento/app/code/community/FireGento/Pdf/etc/config.xml. How can I enter the second and third store here?

    < general>
        < imprint>
            < company_first>company1</ company_first>
    < street>street1</ street>
            < zip>zip1</ zip>
            < city>City1</ city>
            < telephone>tele1</ telephone>
            < email>email1</ email>
            < web>web1</ web>
            < tax_number>tax1</ tax_number>
            < vat_id>vat1</ vat_id>
            < court>court1</ court>
            < ceo>ceo1</ ceo>
            < register_number>register1</ register_number>
            < bank_account_owner>bank1</ bank_account_owner>              
            < bank_name>bankname1</ bank_name>
            < swift>swift1</ swift>
            < iban>iban1</ iban>
        </ imprint>
    </ general>

and für Store2 and Store3?

Please do not close again!

kkrieger85 commented 6 years ago

Hi @dave729 you have to store any data in config.xml

You have to store your store-specific imprint data by selecting store view in Backend

bildschirmfoto 2018-05-12 um 15 43 36

Then you can store different imprint data for different shops.

dave729 commented 6 years ago

I just found my mistake. Have Firegento pdf installed but not Firegento Mage. That's why I did not have this entry. Now it's working :-) Srry

Schrank commented 6 years ago

Der Vollständigkeit halber:

https://www.webguys.de/magento-1/tuerchen-01-konfiguration-unnoetig

German blog article written by me about how to add different configurations for default, store and website to configuration via xml.