jason14 Posted October 10, 2019 Share Posted October 10, 2019 Hello, I use prestashop 1.7.5.1 I want to change Order message as public when they message during checkout which is now marked as private I bought a Invoice module "Advance Invoice, Delivery, Credit PDF + Custom Number" But this module show message on invoce if the message is public not private. So, i want to change the message from private to public Link to comment Share on other sites More sharing options...
bikegeek Posted January 5, 2021 Share Posted January 5, 2021 Hi, did you find a fix for this? I have the same issue. Thanks! Link to comment Share on other sites More sharing options...
ventura Posted January 5, 2021 Share Posted January 5, 2021 /classes/PaymentModule.php Search the comment // Optional message to attach to this order Edit this part $msg->private = 1; // Change to 0 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