Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 65051

Hiding payment method in template

$
0
0

Replies: 1

Hi, copied template files to:
/public_html/wp-content/themes/cags/woocommerce/pdf/invoice.php

edited the invoice.php file to hide payment method. but it is still appearing.
<!–<tr class=”payment-method”>
<th><?php _e( ‘Payment Method:’, ‘wpo_wcpdf’ ); ?></th>
<td><?php $wpo_wcpdf->payment_method(); ?></td>
</tr>–>

Did I miss something in putting it in the right file path? or need to hide in some other way?

Thanks


Viewing all articles
Browse latest Browse all 65051

Trending Articles