ps. “taxonomy” => “keywords”, draws a blank.
Yo! I just managed it.
Go to woocommerce/classes and find the file class-wc-product.php
There are three instances of:
$availability = __(‘Out of stock’, ‘woocommerce’);
within the file.
I changed ‘Out of stock’ to ‘Sold’ and it worked for me.
Lovely stuff!
Solved:
http://www.mykindofchic.com/product-tag/{userinfo nospan=’true’ field=’user_login’}
Take care to use ‘ ‘ and not ” “
and [] not {}