ishb
Forum Replies Created
-
@pomegranate can I have your email please. I still have not figured this out. I am willing to pay. Thanks!
also, yes i changes it to _mobile_money thinking it was meant to have a preceding underscore
ah. understood! please see link: https://ibb.co/3rwv30D
@pomegranate is this what you need? https://ibb.co/DR0kzYL
thank you @sterndata !
jeez i didn’t know it was public! where exactly do i go to get the screenshot of the “woocommerce order”?
can you please have a look?
[credentials removed]
- This reply was modified 5 years, 10 months ago by Steven Stern (sterndata).
still not working.. do i need to add “field”? please see below:
add_filter( ‘wpo_wcpdf_payment_method’, ‘wpo_wcpdf_payment_method_custom’, 10, 2 );
function wpo_wcpdf_payment_method( $payment_method, $document ) {
$method_meta_key = ‘mobile_money’;
if ( $custom_method = $document->order->get_meta( $method_meta_key ) ) {
return $custom_method;
}
return $payment_method;
}Thank you so much! But when I add the code above, it gives me a syntax error notification. Please see link: https://ibb.co/M7BZzB6
@pomegranate Hi. Any updates on this? Thanks
Thank you. Its just a custom checkout field
I think I have found the issue but first please check this link:
https://www.redlionbakery.com/cart/
I am not using any of WooCommerce’s Payment methods because the client is not selling in a region where these methods are useful but if you check the link, scroll down and under Additional Information there is a radio button selection titled Method of Payment. Is there a way to customise the code to reflect this on the invoice? The client is on my neck and i will gladly pay for this customisation. Thanks!
Thanks but everything shows in the backend. Please see the screenshot
- This reply was modified 5 years, 10 months ago by ishb.
Hi,
Thank you. The Payment method is not showing up on the attaching pdf. Please see link below: