Booleanboy
Forum Replies Created
-
Thanks for the quick response but my complete bad Cory. I was using Plugin Ver 1.3.18. I thought I’d updated it before doing the migration (well, migrationS – I tried several times) but have just checked and see that 1.3.20 has been released. I ran the migration with this version and all appears to be well now.
Charles
Hi Jared,
You’re spot on – I am, indeed, using Thunderbird (Win 7×64 Tbird build 38.7.2). When I view the incoming messages using my Webmail viewer they are correctly formatted.
I can’t see that this will be an issue for my client as they don’t use Thunderbird but good to hear that you are aware of the issue and will be rectifying it.
Charles
Forum: Plugins
In reply to: [WooCommerce Sold Out Products] Change button textI had exactly this problem too. Our site sells individual paintings so once one is sold, it is never going to come back into stock!
I found the solution by editing two files and changing “Sold Out!” to “SOLD!”
The first file controls individual products:
/wp-content/plugins/woocommerce-sold-out-products/templates/single-product/sold-out-flash.php<?php echo apply_filters( ‘woocommerce_sold_out_flash’, ‘<span class=”soldout”>’.__( ‘Sold Out!’, ‘wc-sold-out-products’ ).'</span>’, $post, $product ); ?>
The second controls galleries of products and may be found here:
/wp-content/plugins/woocommerce-sold-out-products/templates/loop/sold-out-flash.phpI hope this helps!