Saturday, December 29, 2018

Remove the Print Button in the Sales Order list from the My Account Page

I
n the My Account page from the webstore, there's a link for See Orders which lists all the customers' sales orders. If there's a Print button at the bottom of the list, remove it by doing the following:


1. Setup > Site Builder> Themes > edit the theme being used
2. General tab > Addition to <head> > Enter this code within the STYLE tag (<STYLE>)
  
   #tbl_print { display:none;}

3. Save

No comments:

Post a Comment