Posted on : 2020-09-14 22:34:45 View Type: public
Ronald Capodagli

When the Check your Status displays the Report, there is no Print option
Please advise
When the Check your Status displays the Report, there is no Print option
Please advise
Please note your job should be updated or published before you click the print button to get the updated and latest results.
https://monosnap.com/file/kyHClMRorktENUBbfXFLsxO5Qn9SFt
You have to edit the job and get its print order button here. I think you are trying to find the print button on job lists i am also thinking to add button there so would be adding in future updates but for now its only in job edit page.
Understand, this was simply my misunderstanding of the use of the word "Print" :-)
If I may suggest, perhapes reserve the use of the word "Print" for actually sending somthing to the print queue?
An alternative to the use of the word "Print" might be "Create Invoice" or "Generate Report" or something of this nature.
Thanks
This change can conflict for future updates however i have another solution for you.
Add this CSS in the end of file >> wp-content >> Plugins >> computer-repair-shop >> assets >> admin >> css >> style.css
Add at the end of this file.
#wc_order_info_id .button.button-primary.button-large:after {
display: block;
content: "Print Queue";
color: #FFF;
}
#wc_order_info_id .button.button-primary.button-large {
font-size:0px;
}
You can change the label to anything in this CSS class. thanks