mattmuirhead
Forum Replies Created
-
Forum: Plugins
In reply to: [WC Fields Factory] Fields in email when using WPML – BugYes, so in the example above it will repeat the attribute colour for as many languages in the site
I’m having the same issue, I see your site is working, did you find a solution?
Hi,
Thank you so much for the reply, but this doesn’t actually work. Firstly ‘add_filters’ isn’t a function so I’ve tried both ‘add_filter’ and ‘apply_filters’ but neither work. Could you please supply some documentation or description of how this filter works and then maybe I can understand it all better.Thanks in advance!
Would you be able to give me an example of how that would work/ be implemented?
For instance my code in my functions.php file looks like this:
add_action( 'woocommerce_before_calculate_totals', 'add_custom_price' ); function add_custom_price( ) { $product->set_price('1'); }Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] How to echo out the price?Perfect, thank you!
Forum: Plugins
In reply to: [Front End Users] Forget PasswordI don’t get the email through? This is how I’m writing the shortcode:
[forgot-password reset_email_url="[url]"]Is this correct?
Forum: Plugins
In reply to: [Front End Users] Forget PasswordI can’t find any documentation of how to implement this forgot password feature, could you please explain how to do this?