Minik DF Posted January 9, 2014 Share Posted January 9, 2014 Hello :-)When I receive an order, I can not see what customers have ordered and I can not find the right invoice. The correct order is the one at picture: Orders It all seems a bit messy... See attatched pictures Link to comment Share on other sites More sharing options...
glennlawre Posted January 9, 2014 Share Posted January 9, 2014 Try adding the {items} or {products} variable in the required areas, i.e. if you need it in email notifications then add {items} into file /themes/"theme-name"/modules/mailalerts/mails/en/new_order.html Just try adding both variables in each template file and test an order to determine what variable you need to use. Link to comment Share on other sites More sharing options...
Minik DF Posted January 9, 2014 Author Share Posted January 9, 2014 Glennlawre In which files and where do you want me to add: {items} or {products} variable? Link to comment Share on other sites More sharing options...
glennlawre Posted January 10, 2014 Share Posted January 10, 2014 To see the ordered products in the confirmation email you receive (if you are using "mail alerts" module that is), add the {items} variable in file - /themes/"theme-name"/modules/mailalerts/mails/"language"/new_order.html. Place it wherever you want the products to show in the body. If you save this file locally to your computer you can easily open it with any web browser to determine where you would like the products to show. To show the products in the confirmation email that the customer gets, add the {products} variable in file - /themes/"theme-name"/mails/"language"/order_conf.html. Again, save the file locally to review and see where you want the products to be added. Then just edit the mentioned files with your html editor and put the variables where you require. If you are looking to show the products in a different area, i.e. your invoices etc. you will have to research what files/variables to edit/use as I don't use any other way to display my ordered products so don't know off the top of my head. I hope this helps... 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