Hide Shipping Address
-
Hi. I have a service based business so I would like to hide the shipping address on the page that loads when clicking the “Open print view in browser” link in the e-mail. From the FAQ I have tried the
function example_removed_payment_method( $fields ) { unset( $fields['payment_method'] ); return $fields; } add_filter( 'wcdn_order_info_fields', 'example_removed_payment_method' );
but I don’t know what to change the “example_removed_payment_method” & “payment_method” to.
Also, I would like to change the color of the print button at the bottom to a more noticeable color so people see it better as it is easy to overlook (& my site color just happens to be the perfect color, LOL!). I have used the inspector & see it is defined by #navigation .button, but I can’t find this in the stylesheet. How can I change the color of the button?
I would really appreciate any help. Love the plugin by the way, thanks for creating it!!!
- The topic ‘Hide Shipping Address’ is closed to new replies.