namebox Posted September 22, 2015 Share Posted September 22, 2015 Hello, Can anyone tell me how to display the name of services or products ordered and the price on this page: cart.php?a=complete ? Thank you, Vasile P. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted September 22, 2015 Share Posted September 22, 2015 Vasile, the first thing to try would be to add {debug} to the end of the code in complete.tpl - then when you create a test order and get to that page, it should open a popup window with a list of available variables and arrays. if the information you want is available, make a note of the variable/array name and you should be able to add it to the template... if it's not there, then you would need to write an action hook to to obtain the information you want to show. http://docs.whmcs.com/Hooks there are examples of hooks posted in the forum - one may suit your needs.. or can be modified to be suitable. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.