wizcomhosting
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] {order_number} merge tag not workingTo add: it seems that most mail variables are working in the emails (though not the {order_number} but none of them are working on the order notification page.
Also neither of these have the templates overridden.
Forum: Plugins
In reply to: [Simple Custom Post Order] term_order not updatedWonderful, I look forward to it.
Forum: Plugins
In reply to: [Simple Custom Post Order] term_order not updatedJust to confirm, with
parent => 0
the order is as Admin, with all children the order isterm_order
.It is my opinion that the term order should be set by SCPO when reordered in admin.
Forum: Plugins
In reply to: [Simple Custom Post Order] term_order not updatedA perplexing coda, if the argument
parent
=> 0` is set the order is correct.So
get_terms('taxonomy'=> 'product-category', 'parent' => 0)
returns the order as fixed by SCPO,get_terms('taxonomy'=> 'product-category')
does not.Forum: Plugins
In reply to: [WooCommerce] Issue with VariationsThe 4 to 5 is irrelevant, I managed to make another product that got to 8, 9 causes it to crash, remove number 9, fine. So I’m obviously hitting some kind of limit but what it is there is no clue.
Maybe I should add, no errors of any kind logged.
Forum: Plugins
In reply to: [WooCommerce] Notification emails not sending (sometimes!)Further to this, I changed the billing email address and it sent.
The mail log error was “Could not instantiate mail function” which I know can be related to phpmailer authentication errors – but why sometimes!
Forum: Plugins
In reply to: [WooCommerce] Manual orders and stock controlThanks for the reply. It is actually this document that is at the root of the confusion.
It states that a change whilst On Hold causes a stock adjustment. It was this that caused our stock to stay the same. An order is place On Hold to change items. When items are deleted the stock is returned correctly but when items are added and the order changed from Oh Hold to Completed no stock is reduced.
It is a change from Pending Payment to Completed that causes the stock to be removed. So it is necessary to go from On Hold to Pending Payment (and Update) then Pending Payment to Completed (and Update) to effectuate the stock reduction.
We have tested this and it is consistent.
The document in your link doesn’t mention this.
It does seem rather unintuituve and, although I’m not familiar with the old ‘Adjust Stock’ button it does seem to take some guesswork out of the process.
Forum: Plugins
In reply to: [WooCommerce] Customer details not updating in Customers List@stuartduff Just because you can’t reproduce my issue hasn’t made it go away ?? I was wondering whether it happened because the Customer that was changed was also a User but your screenshots seem to negate this. I can also confirm the Display Name Publicly as is correct.
In fact, from the issue report it appears that the row in the table wp_wc_customer_lookup is not being updated because I can see the old information in there through phpMyAdmin and, in fact, changing it there changes the details in the Customer’s list
ps can I have an invite to cloudup please ??
- This reply was modified 4 years, 1 month ago by wizcomhosting.
Forum: Plugins
In reply to: [The Events Calendar] jQuery conflictI am loading the default version of jquery used as a dependency in wp_enqueue_script. If I turn off this dependency, the tooltips work and hence the calendar functions, if I leave it on Tooltipster gives the error above and the calendar functionality breaks. Are you saying the The Events Calendar and its vendor packages only call the WordPress native jQuery?
Forum: Plugins
In reply to: [The Events Calendar] jQuery conflict.
- This reply was modified 4 years, 1 month ago by wizcomhosting.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe Webhooks for Subscription PluginAh.. RTFM. That’s exactly it, thank you.
Forum: Plugins
In reply to: [The Events Calendar] The Events Calendar and Woocommerce MembershipAn obscure piece of code so random, it’s not worth listing here. Topic closed.
Forum: Plugins
In reply to: [The Events Calendar] The Events Calendar and Woocommerce MembershipWith all membership rules deleted and not applied to events the main events template displays the message;
This content is only available to members.
but that page does not appear anywhere in the admin in order to be allowed.
Forum: Plugins
In reply to: [The Events Calendar] The Events Calendar and Woocommerce MembershipTo add: The problem does not appear if the The Events Calendar setting; Use updated calendar designs is unchecked.
What does this setting do that could stop the Events appearing?
It should be noted that with this setting there is no Events Calendar navigation.
- This reply was modified 4 years, 2 months ago by wizcomhosting.
Forum: Plugins
In reply to: [Nav Menu Roles] Conflict with ACF (Pro)Thanks for the very prompt reply.
In fact, they had, (and I should have checked before bothering you, sorry!) and the latest version of ACF solved the issue.