a17000 Posted January 10, 2018 Share Posted January 10, 2018 Hi all, I must make mly own customer module for prestashop 1.7, my only problem is how to disable the build-in feature "customer service" ? Thanks, Link to comment Share on other sites More sharing options...
a17000 Posted January 11, 2018 Author Share Posted January 11, 2018 Find, front, go n your theme and edit "order-detail.tpl" and delete the block : {block name='order_messages'} {include file='customer/_partials/order-messages.tpl'} {/block} Link to comment Share on other sites More sharing options...
a17000 Posted January 11, 2018 Author Share Posted January 11, 2018 And for the backoffice go in your table "ps_tab" update row class_name="AdminParentCustomerThreads" and set active to 0 Thanks prestashop team to delete the admin menu to do this... 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