sgtbash Posted January 6, 2011 Share Posted January 6, 2011 Hi all,I am trying to get the Order ID to get sent within an email that is produced on approximatly line 94 of AdminReturn.php.I'm working on PS 1.3.2.3 and am familiar with the "'{id_order_return}' => $id_order_return," method of adding variables into the array to pass to the email file.I am struggling to find the correct variable for the Order ID although it is obviously used within this page to list the return numbers and thier associated Order Numbers.Any help would be greatly appreciated.At the moment I've got: '{RMA_ID}' => $obj->id_order.$id_order_return,But obviously it is not working...ThanksDan Link to comment Share on other sites More sharing options...
rocky Posted January 7, 2011 Share Posted January 7, 2011 Try: $orderReturn->id_order Link to comment Share on other sites More sharing options...
sgtbash Posted January 7, 2011 Author Share Posted January 7, 2011 Thanks Rocky.I knew you'd probably be the first to reply!Where can I find a list of variables that work in the core files - I looked in init.php but couldn't seem to read the right bit and find anything.Dan Link to comment Share on other sites More sharing options...
rocky Posted January 7, 2011 Share Posted January 7, 2011 They are in init.php and config/defines.inc.php. In this case, I looked up classes/AdminReturn.php to find it's variables. Link to comment Share on other sites More sharing options...
kelvz Posted November 8, 2012 Share Posted November 8, 2012 it is possible to display the id_order in Order Summary? how? pls. help me... 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