DonnaTB Posted November 4, 2020 Share Posted November 4, 2020 Can someone please inform me where I can edit/remove the option to add a message in the customers account of order history. I cannot find it anywhere to remove! Using 1.7 version. Thank you Link to comment Share on other sites More sharing options...
joseantgv Posted November 4, 2020 Share Posted November 4, 2020 Could you upload a screenshot of what do you want to remove? 1 Link to comment Share on other sites More sharing options...
DonnaTB Posted November 5, 2020 Author Share Posted November 5, 2020 Hey Joseantgv, Thanks for your reply. I have attached a screen shot of the problem. Thank you Link to comment Share on other sites More sharing options...
Chill_user Posted November 5, 2020 Share Posted November 5, 2020 Go to /themes/your_theme/templates/customer/_partials/order-messages.tpl and commit <input type="hidden" name="id_order" value="{$order.details.id}"> and button (all inside <footer> tag) Link to comment Share on other sites More sharing options...
DonnaTB Posted November 5, 2020 Author Share Posted November 5, 2020 Thank you for your guidance, the tag currently states - </section> <footer class="form-footer text-sm-center"> <input type="hidden" name="id_order" value="{$order.details.id}"> <button type="submit" name="submitMessage" class="btn btn-primary form-control-submit"> {l s='Send' d='Shop.Theme.Actions'} </button> </footer> </form> </section> {/block} Could you please advise where I can make amendment, thank you Link to comment Share on other sites More sharing options...
joseantgv Posted November 6, 2020 Share Posted November 6, 2020 (edited) Comment from here: {block name='order_message_form'} To here: {/block} so: {*block name='order_message_form'} ... {block*} Edited November 6, 2020 by joseantgv (see edit history) 1 Link to comment Share on other sites More sharing options...
DonnaTB Posted November 6, 2020 Author Share Posted November 6, 2020 Joseantgv, Thank you so much! It has now been removed successfully. Much appreciated! 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