Thanks for reaching out.
On the main configuration page, please scroll down to Button Display. There, you can check which pages you’d like our plugin to be displayed on. You can use the “Restrict to specific categories” feature to further limit what pages it can be displayed on. In this instance, you’d just want to make sure that your cart and checkout pages are not in one of the specific categories.
My cart and checkout are both on WordPress pages, so disabling Print Friendly & PDF on all pages also disables the buttons for most of my site. However, I solved the issue by adding the following CSS to my theme:
/* disable Print Friendly & PDF on specific WordPress pages */ .page-id-9 .pf-button-img, .page-id-10 .pf-button-img {display: none;}
-Note to other users with similar issue: Simply lookup corresponding IDs for your Woocommerce cart and checkout pages, then replace the ‘9’ and ‘10’ with your page IDs
@printfriendly : Can I suggest a feature to add a section in settings where I can list specific page/post IDs to exclude the plugin from displaying buttons?
I’m glad you got it working and thanks so much for sharing your solution.
Your suggestion about the setting has been noted and I’ll share it with our team. Thank you again.