WpExperts Hub
Forum Replies Created
-
Forum: Plugins
In reply to: [WC Cancel Order] Cancel link from email is not workingHi @lalmani , Please share your site details with us using our contact page.
we will check and fix it.
Thanks
Forum: Plugins
In reply to: [WC Cancel Order] Cancel link from email is not workingPlease update the plugin to latest version and check.
let me know if still you are getting the same issue.
Thanks
Forum: Plugins
In reply to: [WC Cancel Order] Shortcode or custom buttonHi @hashimsamnan , there is no shortcode available in the plugin to display an order on a separate page, you can achieve it by custom coding.
Thanks
Hi @johnkbautista , we replied but didn’t hear back, please send email again with your registered email or order Id.
Thanks
Forum: Plugins
In reply to: [WC Cancel Order] Cancel link from email is not workingHi @albyse , I see the order is already in cancelled status so the cancel button is not appearing on the page.
the cancel button should be there after order details if the order is yet not cancelled and guest cancellation is enabled in settings.Thanks
Hi @johnkbautista , Please reach us via contact page for Pro Version related help, this forum is only for free version.
Thanks
Forum: Plugins
In reply to: [WC Cancel Order] Cancel button text change.HI @taku0407 , you can add this block of code in your active theme’s functions.php file to change text.
add_filter('gettext','change_translate_text',20); function change_translate_text($translated_text){ if('Cancel Request' === $translated_text){ $translated_text = 'Cancel'; } return $translated_text; }
Forum: Plugins
In reply to: [WC Cancel Order] Mail text not in WPML string translationHi @olaf1911 ,
Hi, we checked the Wc Cancel Order plugin with WPML and found the string there.
If you are not able to find the string then please re-scan the plugin again in “Localization of theme and plugins” menu available inside WPML plugin and the string should appear there.Thanks
Forum: Plugins
In reply to: [WP Comment Notification] Not Working on 6.0.1Hi @adytzul89 , we tested it with wordpress Version 6.0.2 and it’s working perfectly.
Please make sure you are entering the comma separated email id without any white space.Please share the details if still you are getting issue.
Thanks