[email protected]
Forum Replies Created
-
Forum: Plugins
In reply to: [Members - Membership & User Role Editor Plugin] Error message not updatingI figured it out! But I’ll leave this here incase it helps some other fool like myself.
This page was an archive page for posts that are also restricted, and it was displaying the error message from those posts rather than the page itself.
Same here!
Forum: Plugins
In reply to: [Woo Variations Table] Hide variations with no stockIt’s working for me.
I have these versions (up to date)
WordPress 4.9.4
WooCommerce Version 3.3.3
Woo Variations table Version 1.3.10
If you copied and pasted the above code snippet, be carful that it hasn’t switched the inverted commas into speech marks (if you know what I mean!).Forum: Plugins
In reply to: [Woo Variations Table] Hide variations with no stockI have found a solution, it’s probably very hacky, but it works…
In the plugin file
Line 284
I added
v-if=”entry[‘availability_html’]”to this tag
<tr v-for=”(entry, index) in filteredData” :class=”‘variation-‘+entry.variation_id+ ‘ image-‘+ imageClass(entry[‘image_link’])” v-if=”entry[‘availability_html’]” >
It now just skips the entire row if there’s no stock in that particular variation combination, exactly what I wanted!
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Not Sending New Order EmailI have the same problem since updating to WooCommerce 3.0.0
Other plugins are sending emails.
I have tried deactivating Contact Form 7 and CAPTCHA (suggested elsewhere as a fix)Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 & WordPress 4.3 combo doesnt workUpdating Contact Form 7 has fixed that problem, but not the manually written mail.php form.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 & WordPress 4.3 combo doesnt workI have the same problem: since WordPress updated (automatically) to version 4.3, not only Contact Form 7 but also another form written manually using php to send emails have both stopped working.
They appear to be sent from the user end, but no emails are sent.Forum: Plugins
In reply to: [WooCommerce] IPN SORTOF not workingWhat do you mean ‘Look right’?
I have:
WC Taxonomies
Order Statuses: cancelled (cancelled), completed (completed), failed (failed), on-hold (on-hold), pending (pending), processing (processing), refunded (refunded)It looks right to me, but I have the same problem..