WeDev.Africa
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] No longer working on Woodmart ThemeHi there,
Version 7.2.4
Hi @yordansoares,
thanks for the reply. My client just purchased the license. I will send you an email and will make reference to this thread.
Take care.
Hi @yordansoares can you please help with the above request? Thank you
How do I hide tax and change the product price to price including tax for “non ZA”?
Legend! Thank you @yordansoares
Hi I am getting the same error. I am using Bitnami AWS WordPress and cannot downgrade PHP Version
Hi @aahulsebos thanks for the reply.
@jarnovos suggestion fixed my problem.
Closing this topic now.
Thank you for the support.
Hi @chitocamacho ,
Thanks for the response.
The Woo Subscription Plugin does not seem to have a “Text Domain”. I will open a support ticket.
Regards
Forum: Plugins
In reply to: [WooCommerce] Set all products to non-taxableHi @ihereira,
Thanks for the suggestion but it does not work. I added this code into my functions.php and it does literally nothing to newly added products
function wc_diff_rate_for_user( $tax_class, $product ) { // Getting the current user $current_user = wp_get_current_user(); $current_user_data = get_userdata($current_user->ID); if ( in_array( 'administrator', $current_user_data->roles ) || in_array( 'reseller', $current_user_data->roles ) ) $tax_class = 'Zero Rate'; return $tax_class; } add_filter( 'woocommerce_product_get_tax_class', 'wc_diff_rate_for_user', 10, 2 ); add_filter( 'woocommerce_product_variation_get_tax_class', 'wc_diff_rate_for_user', 10, 2 );
Forum: Plugins
In reply to: [WooCommerce] Set all products to non-taxableHi @tamirat22 ,
Thanks for the fast response.
I am aware of the bulk edit function but was hoping for another solution to rather make vendor products tax-exempted from the onset and then only add tax for products if required.
Anyhow, we are making use of Dokan
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Duplicated emails sentHi Hanna,
no just Sendinblue Plugin to send out emails
Where can I download the older version of the plugin?
@yordansoares awesome thank you so much it’s working.
@yordansoares thanks for your fast response. So I just need to replace your
$not_allowed_cats = array( 'accessories', 'music' );
with my category that I want to enable invoices for?