Jump to content

Second adress


Malymedvidek

Recommended Posts

Hi,

I am working on my eshop, and I need help from somebody with more experience than me :)

So, I have company address (show on main page) and I need for order return make another address in generated pdf.

Now I know I can change it in file "order-return.tpl" part of code:

 

<td>
                        <ul>
                            <li>{l s='Please include this number return reference on your return package:' pdf='true'} {$order_return->id}</li>
                            <li>{l s='All products must be returned in their original package without damage or wear.' pdf='true'}</li>
                            <li>{l s='Please print out this document and slip it into your package.' pdf='true'}</li>
                            <li>{l s='The package should be sent to the following address:' pdf='true'}</li>
                        </ul>
                        {$shop_address}
                    </td>
 
So, can somebody help me?
 
Link to comment
Share on other sites

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