grafixNZ
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Adding SKU to order "Completed" emailHi w4media01
I actually couldn’t get it to work, and gave up. However, I really do need to resolve this, so what did you actually do to make it work?
Thank youI have this in functions.php to send the email to myself
add_filter( ‘woocommerce_email_recipient_customer_completed_order’, ‘your_email_recipient_filter_function’, 10, 2);
function your_email_recipient_filter_function($recipient, $object) {
$recipient = $recipient . ‘EMAIL ADDRESS’;
return $recipient;
}Forum: Fixing WordPress
In reply to: Unable to get wp-admin or login to come upUsually you would use /wp-admin not /wp-login
When I tried /wp-admin I got the same thing as when I tried to view your site. Have you tried deleting your wordpress install and reinstallling it?
Forum: Hacks
In reply to: Remove text-transform from formsThank you catacaustic, that worked perfectly. I got that first bit of code from the developer, don’t know why they made it specific to the billing fields.
Again, thank you.
Forum: Hacks
In reply to: Prevent auto login after registrationResolved by using the information on this link. You must use ‘WP Approve User’ not ‘New User Approve’ for it to work
Forum: Fixing WordPress
In reply to: Remove "invisible" userI did this and its all good now. Thanks
Forum: Plugins
In reply to: [WooCommerce] Tax not added in cart or checkoutOMG! Just being logged out fixes it! Ugh…
Now I just need to see if there is a fix for that pop-up plugin.
Thank you so much Mike, you are the MVP.
Forum: Plugins
In reply to: [WooCommerce] default quantity "2" is coming how to change this to "1" ?Works for me too
Forum: Plugins
In reply to: [WooCommerce] Tax not added in cart or checkoutI have added all the details I can. I hope you can help me Mike Jolley!
Yes, I have this problem with every page of every website I use it on too. Each website has different themes and plugins too. It seems a lot of people have the problem. I hoped the update would fix it, but it didn’t.
Forum: Plugins
In reply to: [WooCommerce] Vairations not showing, "sticky post" fix didn't workResolved
Forum: Plugins
In reply to: [WooCommerce] Vairations not showing, "sticky post" fix didn't workMike helped me a lot. If you are having this issue, it may have been caused by a glitched with a previous version of woocommerce.
To fix it, delete all you variations, then re-add them and re-set the prices. This fixed it for me.
Thanks for all your time Mike 😀
Forum: Plugins
In reply to: [WooCommerce] Vairations not showing, "sticky post" fix didn't workStock management is disabled, a screenshot would look identical to the previous one shown.
Forum: Plugins
In reply to: [WooCommerce] Vairations not showing, "sticky post" fix didn't workI tried changing
1 Container = 450g – $39.00 | 2 Containers = 900g – $74.00
to
1 Container = 450g $39.00 | 2 Containers = 900g $74.00
and it didn’t make a difference. It was a long shot, but I wondered if the hyphen was affecting it. But it worked before the update, so I don’t know why it would.
Forum: Plugins
In reply to: [WooCommerce] Vairations not showing, "sticky post" fix didn't workForum: Plugins
In reply to: [WooCommerce] Vairations not showing, "sticky post" fix didn't workwhat should I do?