Web Host Pro Posted August 26, 2021 Share Posted August 26, 2021 The order confirmation template just says: Order Number: {$order_number} {$order_details} But I need to edit what the output is from {$order_details} Is this in the language file or a template somewhere? I'm trying to remove the root password line 0 Quote Link to comment Share on other sites More sharing options...
bear Posted August 26, 2021 Share Posted August 26, 2021 Maybe this response from Brian will help: 1 Quote Link to comment Share on other sites More sharing options...
Web Host Pro Posted August 27, 2021 Author Share Posted August 27, 2021 Thanks, that's a little too complicated. But good to know it's not an option without changing the code like this. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted October 3, 2021 Share Posted October 3, 2021 On 27/08/2021 at 01:28, Web Host Pro said: Thanks, that's a little too complicated. But good to know it's not an option without changing the code like this. technically, I suppose you could do... {$order_details|replace:'rootpassword:':''} ... but off-hand I don't know if there is a break return after that in the string.... though even if there is, that should be removable. 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.