devworlds
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Meta_key Array valueHi,
I’m trying to display on invoice.
add_action( 'wpo_wcpdf_after_order_data', 'wpo_wcpdf_my_custom_field', 10, 2 ); function wpo_wcpdf_my_custom_field ($document_type, $order) { if ( $document_type == 'invoice' ) { ?> <tr class="due-date"> <th>Due Date:</th> <td><?php $payment_data = $order->get_meta('_pp_payment_data', true); // Here i want to Show from array filed name next_payment_date ?> </td></tr> <?php }}?>Forum: Plugins
In reply to: [WooCommerce] Order status Completed still showing Pay buttonHi,
Snapshot i have shared it from my-account->orders
about status snapshot on my first comment already i shared snapshot. Let me know another which snapshot do you want?
Thank you
Forum: Plugins
In reply to: [WooCommerce] Order status Completed still showing Pay buttonHere is system status– https://privatebin.net/?90f2981bddb65b1a#AubqELyViwbLWHySnBaDVn8RAom82p6atfzAibJBGgR7
Here is pay Button link–https://business.revent.store/checkout/order-pay/1832/?pay_for_order=true&key=wc_order_ulUZ4tENu2JuF
Hi,
Thank you So much it working.
Thanks
Hi,
I see there is 3 shortcode i have tried by do_shortcode(); those are not working.
thank you
Forum: Plugins
In reply to: [WooCommerce] Order status Completed still showing Pay buttonHi,
User place order by select Check payment. and woocommerce made “processing” order status. then i made manually delivered–> then Completed.
This is my process.
thank you
Forum: Plugins
In reply to: [Subaccounts for WooCommerce] How can manage users roles name?Hi,
I want Parent Account Can set Their Position name Like “Admin”, CEO whatever.
thank you
Forum: Plugins
In reply to: [Subaccounts for WooCommerce] How can manage users roles name?Hi,
Maybe i’m not able to point you.
I need to made user role name by main user like he will made sub-account also role name.
Thank you
Forum: Plugins
In reply to: [WooCommerce] Getting fatal errorForum: Plugins
In reply to: [New User Approve] Approved By UserHi,
i have checked but i’m not able to see this option.
Here i want 1 more column is approved by is this possible to add?– https://imgur.com/y9llfwb
thank you
Forum: Plugins
In reply to: [New User Approve] How to redirect pending users to custom url?Thanks a lot
No one replying ?
- This reply was modified 2 years, 5 months ago by devworlds.
Hi,
Sorry still not fix.
after i applied this code. showing -1 on browser window.
here is snapshot– https://imgur.com/nuLGEpN
thank you
Hi,
After i add this getting critical error on site.
thank you
Forum: Plugins
In reply to: [Ultimate SMS Notifications for WooCommerce] SMS fail