IntoDEV Posted September 8, 2016 Share Posted September 8, 2016 Hello, What would be the least intrusive way of adding a button to an order page in back office? Is it possible to achieve this with a module/addon/override? I'd like to not mess with the core code for future compatibility. In back office when you open an individual order, I want to add a simple button(can be anywhere) to perform a custom action. How should I go about this? Link to comment Share on other sites More sharing options...
tuk66 Posted September 8, 2016 Share Posted September 8, 2016 Try to use jQuery and inject HTML code at any place. Something like: $("#content > .bootstrap").first().after('myHTML code'); 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