devworlds
Forum Replies Created
-
Forum: Plugins
In reply to: [Stripe Payment Plugin for WooCommerce] Automatic payment for custom statusHi,
Some reason if my customers payments stuck and getting failed. I have made them as a my custom order status called– Unpaid.
Now, i want charge them later from their saved card.
i mean Unpaid order status i want charge them automatic by cron job and after successfully paid, complete the order.
thank you
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Triggering textDomain errorok, thanks for response.
Hi,
As i mention before already i have checked with dokan and woocommerce. and i see after active new version of dokan lite CPU USING high. And after if i active WPML CPU USING more then 300%. i reached with WPML too their replay like this– when active and run DOKAN and WPML Dokan sending many request to WPML and made CPU more then 200%. but without WPML it was still more then 150% even dokan sending many query with slow query.
My server is 4 core CPU and 8GB RAM. which is i think more then enough for those.
Please let me know what action have to do next.
Forum: Plugins
In reply to: [WooCommerce] Using High CPUHi,
I did all off those testing. But i when both dokan and wocommerce active together increasing CPU.
thanks
Forum: Plugins
In reply to: [Additional Variation Images Gallery for WooCommerce] file edit on childthemeHi,
Thanks its working.
thanks
Hi,
Any update still i’m getting error
thanks
Forum: Plugins
In reply to: [Wallet for WooCommerce] Monthly Auto Payment from WalletHi,
i’m using SUMO- subscription Plan Plugin.
Thank you
Forum: Plugins
In reply to: [Wallet for WooCommerce] WPML mulicurrency not supportingHi,
I have checked, but My asking is different. Like i want to give wallet based currency. So user can not use his wallet amount if currency change.
Thank you
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Redirection ErrorHi,
I have removed the slug here is snapshot—https://imgur.com/UNTRwPe
Now open category page like this–https://imgur.com/DlFVOQ8
i want to redirect — /blog_category/iphone-rental/
To– /iphone-rental/
I have did this from redirection — https://imgur.com/paqdNHm
Again Coming 404 error.
Please help me to fix.
Thanks
Forum: Plugins
In reply to: [Wallet for WooCommerce] WPML mulicurrency not supportingHi,
Any update?
Thank you
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Meta_key Array valueThanks
- This reply was modified 10 months, 2 weeks ago by devworlds.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Meta_key Array valueHi,
Still it coming white.
thank you
Forum: Plugins
In reply to: [User Switching] Can disable for selected user from switching?Hi,
i want ignore by user id how can i do it?
thank you
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Meta_key Array valueHi,
Sorry for late reply.
The code is not working.
Can can you please help me to show this date correctly.
The plugin deleveloper sayed this– It stores under post meta_key named “_next_payment_date” and “_actual_payments_date”.
thank you
- This reply was modified 11 months ago by devworlds.
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 }}?>