dcurasi
Forum Replies Created
-
Hi Almazka,
Sorry if I answer after a long time.
I was really busy with my job.
Thank you for your report.
I will fix this problem in the next version.Thank you for using my plugin.
If you like the plugin, please give it a rating.Regards,
dcurasiForum: Plugins
In reply to: [Minimum Order Amount for Woocommerce] Plugin ActivationHi anjanadri,
Sorry if I answer after a long time, I was really busy with my job.
Are you sure you have activated Woocommerce properly?
That message is displayed when Woocommerce is not active.Thank you for using my plugin.
If you like the plugin, please give it a rating.Regards,
dcurasiForum: Plugins
In reply to: [Minimum Order Amount for Woocommerce] Compatible with WPMLHi,
Sorry if I answer after a long time.
I was really busy with my job.
I hope to make the plugin compatible with WPML as soon as possible.Thank you for your request.
If you like the plugin, please give it a rating.Regards,
dcurasiForum: Plugins
In reply to: [Minimum Order Amount for Woocommerce] WooCommerce 3.0+ compatibleHi,
yes, the plugin is compatible with woocommerce 3.0+.
For issues you can write here.
If you like the plugin, please give it a rating.Regards,
dcurasiForum: Plugins
In reply to: [Advanced AJAX Product Filters] Product missing after filteringHi,
i have the same problem.
The problem is in remove_hidden function in woocommerce-filters.php file.
Product visibility was converted to taxonomy (previously post meta).
You can fix this?Regards,
dcurasiForum: Plugins
In reply to: [Preloader] New update breaks sites if not Woocommerce presentHi,
i have the same problem with Avada.
The correct way to verify if woocommerce is active is:if ( in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) { //the code if woocommerce is active }
Replace with this, at line 101 and 150 in the the-preloader.php file.
Hi,
I will add this option in the next update.
For now, go in my plugin, at the 130 line of the file class-dc-moafw-public.php in the public folder and substitute this:
$total = round(WC()->cart->subtotal, 2);
with this:
$total = round(WC()->cart->subtotal_ex_tax, 2);
in this way the comparison with the minimum amount inserted will be performed on the subtotal with taxes excluded.If you like the plugin, please give it a rating.
dcurasi
Forum: Plugins
In reply to: [CC & BCC for Woocommerce Order Emails] Add Customer email on CC or BCCHi,
Why you need insert on CC or BCC the email of the customer for order email completed?
The completed order email is automatically sent to the customer by woocommerce when the order status changes in completed.
So it is not necessary to add the customer on CC or BCC for this email.
If i misunderstood, please explain the problem better.If you like the plugin, please give it a rating or donate for it.
dcurasi
Hi,
I added compatibility for WooCommerce Price Based on Country in the new version.
Updates the plugin.dcurasi
Forum: Plugins
In reply to: [CC & BCC for Woocommerce Order Emails] support for WooCommerce Bookings?Hi,
I’ve added support for Woocommerce Bookings in the new version
Updates the plugin.If you like the plugin, please give it a rating.
dcurasi
Forum: Plugins
In reply to: [CC & BCC for Woocommerce Order Emails] cc on manually sent emails?Hi,
I implemented the function to send the email of the customer invoice in CC and BCC.
Updates the plugin.If you like the plugin, please give it a rating.
dcurasi
I’ll see if you can make my plugin compatible with WooCommerce Price Based on Country.
I should find a function that converts the initial value in the local currency.
Please be patient.Forum: Plugins
In reply to: [CC & BCC for Woocommerce Order Emails] cc on manually sent emails?Hi,
The plugin sends emails in CC and BCC if they are sent manually. But sending the customer invoice it is not included in the types of emails that the plugin can send CC and BCC.
I will add this feature in the next update.If you like the plugin, please give it a rating.
dcurasi
Forum: Reviews
In reply to: [CC & BCC for Woocommerce Order Emails] public_hooksHi,
Those css and js are included automatically by the Boilerplate structure. I forgot to take them off.
However, if I comment out the call define_public_hooks(), the plugin will not work. Simply comment the add_action including css and js.
I’ll add this in the next update.dcurasi
Forum: Plugins
In reply to: [CC & BCC for Woocommerce Order Emails] support for WooCommerce Bookings?Hi John,
Thanks for your question.
I will add support for Woocommerce Bookings in the next update.
Please be patient.If you like the plugin, please give it a rating or donate for it.
dcurasi