How do display simple page for printing product info? [closed]

You can handle this much more simply with CSS and a print stylesheet. Just add display:none within that stylesheet for all elements you don’t want visible in the print version.