YoOhw Studio
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Loyalty - Points and Rewards] Not displayedHello there,
Would you give us more details about what is not showing? The ‘My points’ tab in the My Account page or the points labels in the product list and single product pages?
- The ‘My points’ tab will only display for those user roles set as loyalty levels in the settings.
- To customize the labels, you can go to the ‘Customization’ tab. In WooCommerce > Settings > Loyalty
Hi there,
Please update to the newest version 1.3.14, we believe it will resolve the error!
And kindly, consider changing your review to help us improving.
Many thanks!
Hello,
Please update to the newest version 1.3.14, we already fixed the error.
Thanks for your report!
Hello,
We’re about to release the advanced feature for duplicating orders in the next Premium version.
Thanks for using our plugin. Please consider leaving us a 5-star review; that means a lot to us!
Hello,
We already released version 1.3.12.1 to fix the error.
Thanks for your reported.
We will add the permission settings in the next premium version!
Good suggestion; we will add it soon.
Thank you! We’ve been using your plugin for a couple of years already; it’s a very helpful plugin either.
It may be a small bug for a new installer, we will fix it in new version.
Thanks for contacting us!
Hi there,
You have to go to menu WooCommerce > Settings > Orders to set the order statuses that you wish to allow to split before you may split the orders.
This will take more time for us to look into the plugins that you are using.
If the plugins are not free so maybe not possible for us to work with.
Hello,
It’s good suggestions to add the urls into the labels, and also notes will be available.
Thank you, please consider to leave 5 star rating for our plugin!
Hello Marcus,
The ideal of the YoOhw Studio New menu is about to manage (options, licenses..etc…) all of our plugins, because not all of them have their own menu as Blacklist Manager. But we noted your suggestion, we will find the way to balance things.
Thanks for contacting us!
Sorry for the very late reply, we did miss your thread.
I got your problem, we will add the function in the next version to fix it for the users who use the filter:
add_filter( 'woocommerce_defer_transactional_emails', '__return_true' );
In the mean time, you can add this code in the functions.php (Child theme) to make the order emails work correctly:
function set_email_filters() {
$email_setting = get_option('new_order_email_option', 'none');
switch ($email_setting) {
case 'for_customers':
add_filter('woocommerce_email_recipient_customer_on_hold_order', '__return_empty_string');
add_filter('woocommerce_email_recipient_customer_processing_order', '__return_empty_string');
break;
case 'for_administrators':
add_filter('woocommerce_email_recipient_new_order', '__return_empty_string');
break;
case 'for_everyone':
add_filter('woocommerce_email_recipient_customer_on_hold_order', '__return_empty_string');
add_filter('woocommerce_email_recipient_customer_processing_order', '__return_empty_string');
add_filter('woocommerce_email_recipient_new_order', '__return_empty_string');
break;
}
}
add_action('init', 'set_email_filters');Let me know if it works or need any assist.
- This reply was modified 9 months, 2 weeks ago by YoOhw Studio.
- This reply was modified 9 months, 2 weeks ago by YoOhw Studio.
Hi there,
- I was wondering if you can add in feature update a block with name/surname?
- in manager there is a tab “blocklist”. How do you add emails in blocklist. When adding a new email it always goes into “suspect” list. Blocklist tab will only show emails when they are actually blocked?
These 2 functions are in our TO-DO list and will be available soon within Premium Version.
3. as for email domains can be added as a whole email domain? example *@*.cn
I’m not sure what you mean or what is necessary about this. If you want to add multiple emails, then we are also developing the Import/Export function for the Premium Version.
If is there any question else, feel free to reply the topic. Thank you!