davdramos
Forum Replies Created
-
In our case, if someone has filled the contact form and hasn’t clicked the subscribe option then it will unsubscribe it from our mailing list if he’s already subscribed from previous experience. It shouldn’t touch subscribers, it should handle only new emails (subscribing them or not doing anything at all if the user chose it).
I’ve installed another plugin in the meantime but this one is definitely better so I hope the plugin creators fix this ASAP.
Thanks!
I will move on to the new version.
Best Regards!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Tax calculation problemHi @johndcoy,
Thank you so much for your comment, I will try it with a few things more and I will let you know.
Best Regards!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Tax calculation problemIs not: https://prntscr.com/ku15aj
And is only working for spain, if I change the country the price is less…
So far all I have found is this option: “Tax based on store” https://prntscr.com/ku163q But it means every single country will display 21% IVA which they shouln’t because that’s not probably the tax in their country.
Regards!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Tax calculation problemHi there @stefsternyc
Nope, I double check and the settings seems right: https://prntscr.com/ku0z5c
Best Regards!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Tax calculation problemHi @stefsternyc
How you doing?
I have to collect tax from anyone who orders no matter we’re they live.Is really interesting. For example, I’m trying in another website and works diferently: I have exactly the same settings and this is the result:
For spain: https://prntscr.com/ktshrk – The math is perfectly (in porcentage) but is adding an extra amount (is adding 21% twice), it supposed to have the tax already. Which means 100.000 already has tax.
For another countries: https://prntscr.com/ktsi3p (that’s the price with tax)
Is so confusing.
Any ideas?Best Regards,
Here are the results after your suggestions:
– All plugins are deactivated including Ultimate Member… https://prntscr.com/kqjr1u See the the checkout payment section works: https://prntscr.com/kqjibt – After activating Ultimate Member plugin – https://prntscr.com/kqjrbo – it stops working: https://prntscr.com/kqjj1k
– Also we have active the wordpress default theme Twenty Seventeen https://prntscr.com/kqjjb7Look forward to hearing back from you!
Regards!Here are the results after your suggestions:
– All plugins are deactivated including Ultimate Member… https://prntscr.com/kqjr1u See the the checkout payment section works: https://prntscr.com/kqjibt – After activating Ultimate Member plugin – https://prntscr.com/kqjrbo – it stops working: https://prntscr.com/kqjj1k
– Also we have active the wordpress default theme Twenty Seventeen https://prntscr.com/kqjjb7Look forward to hearing back from you!
Regards!- This reply was modified 6 years, 2 months ago by davdramos.
Hi there @pfmdesigns
My solution was add the following code in the fuctions.php file of the Theme.:
function child_remove_parent_function() {
remove_action( ‘user_register’, ‘thim_register_extra_fields’, 1000 );
remove_filter( ‘wp_signup_location’, ‘thim_multisite_register_redirect’ );
remove_action( ‘signup_header’, ‘thim_multisite_signup_redirect’ );
}
add_action( ‘wp_loaded’, ‘child_remove_parent_function’ );My theme is from Thimpress, maybe you can adapt it.
Regards!
Hey guys, I have a question: Did the updated help you to fix the problem? @cfbenson @ldeschenes
I still have it, what should I do? @ultimatemembersupport
Hi everyone, do you know if there is any updates on this?
?? So far I don’t see any plugin update options and I really need this.
I will appreciate even a comment update @ultimatemembersupport
Hi guys, thanks @Ideschenes for shared the answer you got.
I’m already waiting for it. ??
Hi @ultimatemembersupport, thanks for your answer.
I’m using Eduma is from ThimPress: https://themeforest.net/item/education-wordpress-theme-education-wp/14058034
And nope, so far I haven’t touch fuction.php or any files of the theme, if there’s something else you need to know to help me please let me know!
Thanks once again!
OMG!!!
You won’t believe, I just change my theme for discard that option and well, definitly is my theme (in my case), after I changed it, it just start working… I mean is not the solution ’cause I need the theme yes or yes but is progress.
Let me know how are you doing!
Okay, soo… if you find the solution please let me know what you did, I will do the same if I find it.