dkexception
Forum Replies Created
-
I duplicated the slide, it’s working fine now
Hello, the option “Push Order Status for Shipment Tracking” in shiprocket dashboard > channel settings was already disabled. https://imgur.com/a/UteY72A
Do you want me to disable in the plugin settings too? – https://imgur.com/a/SqDQ7d2
What are the downsides if I disable this feature?Yes, it works if I disable the WPS hide plugin
Forum: Plugins
In reply to: [Knit Pay] Change order status when using RazorpayHello, I changed the code as per your suggestion:
add_filter( 'pronamic_payment_status_update_woocommerce', 'change_order_status', 9999, 2 );
function change_order_status( $status, $order ) {
return 'on-hold';
}However, it didn’t work. I’m using https://www.businessbloomer.com/woocommerce-payment-gateway-order-status/ for reference.
It says:
First of all, each payment gateway, whether it’s included in WooCommerce core or not, should provide you with a handy filter hook called “woocommerce_GATEWAYID_process_payment_order_status“, where GATEWAYID needs to be changed to the payment gateway ID.
They have a separate post for finding the gateway ID https://www.businessbloomer.com/disable-payment-gateway-specific-user-role-woocommerce/. If I follow this step “pronamic_pay_razorpay” and not “pronamic_payment_status_update_woocommerce”. What am I doing wrong?
Forum: Plugins
In reply to: [Knit Pay] Change order status when using RazorpayThe order status is getting changed from pending payment to processing. I want it to go to pending payment to on-hold instead.
I tried this php snippet but it didn’t work.
add_filter( 'woocommerce_pronamic_pay_razorpay_process_payment_order_status', 'change_order_status', 9999, 2 );
function change_order_status( $status, $order ) {
return 'on-hold';
}Forum: Plugins
In reply to: [YayMail - WooCommerce Email Customizer] Unable to send my own HTML templateHow my HTML template looks if sent from a different plugin: https://imgur.com/a/5mvjgO4
If the same template is send from yaymail (ignore the placeholders): https://imgur.com/a/pgcOyoq
How I added my HTML code in yaymail: https://imgur.com/poiFqWC
It looks like the my code is wrapped around a yaymail’s HTML code when sendingI sent the debug log and upload log to the specified email.
Hello, here’s the screenshot of relevant info:
View post on imgur.com
The site health page is showing that the scheduled events are running correctly.
Cron is working fine. I have disabled the WordPress cron but an external cronjob runs every 15 mins. I also have auto update enabled for plugin and themes which works fine. If the external cron fails, i will get an alert.
Hello, is there any update on this? I haven’t received any update for the email which i have sent
The issue is not resolved. I have sent a message using the form given by you.
Hello, I tried downloading the zip file of the latest plugin and installing it but I’m still getting the same error “Invalid Template”. I don’t use any cache plugin. I cleared the browser cache, tried opening the site on other devices but no luck.
These are the plugin I’m using
https://www.ads-software.com/plugins/limit-login-attempts-reloaded/
https://www.ads-software.com/plugins/wp-seopress/
https://www.ads-software.com/plugins/polylang/
https://www.ads-software.com/plugins/simple-share-buttons-adder/
https://www.ads-software.com/plugins/wp-mail-smtp/
https://www.ads-software.com/plugins/insert-headers-and-footers/
https://www.ads-software.com/plugins/wpdiscuz/
https://www.ads-software.com/plugins/wpvivid-backuprestore/
https://www.ads-software.com/plugins/wps-hide-login/
https://www.ads-software.com/plugins/happy-elementor-addons/
https://www.ads-software.com/plugins/fluentform/
https://www.ads-software.com/plugins/essential-addons-for-elementor-lite/
https://www.ads-software.com/plugins/elementor/Hello @iapial, do you need any info?