Jump to content

mpdas108

Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • First Name
    Muralidhara-priya
  • Last Name
    Das

Recent Profile Visitors

279 profile views

mpdas108's Achievements

Newbie

Newbie (1/14)

9

Reputation

  1. I don't even have a "Resend Email" button, I'm using 1.6.0.14. Maybe it is a new feature in 1.6.1.1 EDIT: I just checked the revision history: [*] BO : #PSCSX-2149 Add the possibility to re-send the order emails So this "Resend Email" is a new feature, along with many other features and bug fixes with version 1.6.1.0 and 1.6.1.1 Im not running the latest version, so if you want to check it out and see what has changed to cause this issue, you would perhaps help other people.
  2. I am using 1.6.0.14. So I know it works for that version. I don't have any other versions of Prestashop to test it on. Perhaps anyone willing to try on other versions can see if it works.
  3. I have just posted a solution here: https://www.prestashop.com/forums/topic/465115-solution-how-to-use-order-conf-variables-in-any-email-template/
  4. So after two days of searching I have created a OrderHistory.php that you can place in your overrides directory that will allow you to use all of the default order_conf variables in any email template. Just place the attached file in your PRESTASHOP_HOME/override/classes/order/ directory. If you find any bug or mistakes in the code please let me know. Also if you have your own code that adds other variables to OrderHistory.php, then please merge with this one and post in this thread, Im sure it will be useful for other people. List of variables that are added for use with this file: {lastname} {firstname} {id_order} {order_name} {delivery_block_txt} {invoice_block_txt} {delivery_block_html} {invoice_block_html} {delivery_company} {delivery_firstname} {delivery_lastname} {delivery_address1} {delivery_address2} {delivery_city} {delivery_postal_code} {delivery_country} {delivery_state} {delivery_phone} {delivery_other} {invoice_company} {invoice_vat_number} {invoice_firstname} {invoice_lastname} {invoice_address2} {invoice_address1} {invoice_city} {invoice_postal_code} {invoice_country} {invoice_state} {invoice_phone} {invoice_other} {order_name} {date} {carrier} {payment} {products} {total_paid} {total_products} {total_discounts} {total_shipping} {total_wrapping} {total_tax_paid} This is tested and working on 1.6.0.14. Any other versions you can try on your own. OrderHistory.php
×
×
  • Create New...