Forum Replies Created

Viewing 15 replies - 76 through 90 (of 184 total)
  • Same issue. Can’t get the “Remove legacy coupon menu” notification to go away.
    Also noticed the WC Database update completed notification was hard to make go away (required multiple attempts).
    Clearing browser cache doesn’t help.
    This is on Firefox Developer Edition 80.0b8 (64-bit)

    This code will do what you’re after:

    
    add_filter( 'manage_upload_columns', 'wpse_237131_add_column_file_size' );
    add_action( 'manage_media_custom_column', 'wpse_237131_column_file_size', 10, 2 );
    
    function wpse_237131_add_column_file_size( $columns ) { // Create the column
        $columns['filesize'] = 'File Size';
        return $columns;
    }
    function wpse_237131_column_file_size( $column_name, $media_item ) { // Display the file size
        if ( 'filesize' != $column_name || !wp_attachment_is_image( $media_item ) ) {
          return;
        }
        $filesize = filesize( get_attached_file( $media_item ) );
        $filesize = size_format($filesize, 2);
        echo $filesize;
    }
    

    Source: https://wordpress.stackexchange.com/a/237138/11064

    Thread Starter inspired888

    (@inspired888)

    After some time, it magically start to say “Connected”. Not sure why there was such a long delay. But it’s working now.

    Thread Starter inspired888

    (@inspired888)

    Please accept my apology. I see now that we were not entering the shipping address, so the Australia Post wasn’t showing up. A major oversight on my part.
    It is now working. Also, it’s working without needing to change the setting you mentioned changing.

    Thread Starter inspired888

    (@inspired888)

    Thanks. I’ve created a ticket, and included the plugin zip.

    Thread Starter inspired888

    (@inspired888)

    Further to my previous notes about this issue, whether or not a newly added (and populated) product Attribute will show up in the fields is also not reliable. After much messing around I managed to get a new Attribute to show up on my staging site. But I haven’t managed to on my life site.

    Thread Starter inspired888

    (@inspired888)

    This support question can be ignored for now.

    I’ve since realised that, unlike the other four Feed manager plug-ins I’ve tried out, your one does not allow having the “mother” or top level product from a variable product.
    Because most of my products are variable products, none of those were going into the feed, and it was only those products I had utilised the Brand information. So the reason my search for “brand” on the XML feed came up empty is that none of my variation (“mother”) products were in the feed.

    inspired888

    (@inspired888)

    @jamesosborne
    As per my reply to the OP…
    I suspect the issue is that he can’t control the cache expire headers on assets coming from Google servers. Google would need to implement that on their servers. I suspect it is the lack of those HTTP headers on assets from Google servers that is driving down his page speed score.

    inspired888

    (@inspired888)

    @wafwaf I’ll chime in here, since I found your post whilst looking for something else. I suspect what you’ll find is that the browser caching issue is occurring because Google is not setting cache expire headers on the assets that are getting pulled from their domain. Or, if those headers are being set, they don’t have a long enough time-frame on them to be of much use (according to the YSlow and PageSpeed, via the GT Metrix tool you’re testing your site with).

    I say this, because I’ve seen this issue with pretty much anything my WP sites pulls from Google. The more assets pulling from Google servers, the worse the “browser caching” rating will get on GTMetrix (due to cache expire HTTP header not be set on those assets).

    As far as I know, the only way around that problem is to take as many of those assets as you can (where possible) onto your local server. For instance, hosting Google Fonts locally, and hosting GA script locally, etc. For example, here’s a plug-in that allows you to host GA locally without much fuss: https://wordpress.org/plugins/host-analyticsjs-local/. What this means is the GA javascript will be delivered to the user from your server, not from Googles. Same thing with Google fonts is easy to achieve. I suspect same thing with GTM is easy also.

    However, if you are using Site Kit, I suspect hosting those scripts, etc., locally isn’t going to be so easy, as SK is designed to pull them from Google servers only.

    It would be nice if Google developers actually set browser cache expire / cache-control headers on the assets in the first place. Perhaps there’s some technical reason why they think it’s not a good idea? I can’t think of one. It’s been an issue for many years.

    Thread Starter inspired888

    (@inspired888)

    Thanks Liuta,

    I implemented your path suggestion, and that worked.

    As for the XCloner .xcloner-ff** folders, you need to setup a scheduled backup, that has a trigger to cleanup temporary folders older than 24 hours

    I am not seeing where the option is for this suggestion though. When I set up a scheduled backup, I don’t see any settings related to cleaning up temp folders. Please advise.

    Thanks,
    J

    Thread Starter inspired888

    (@inspired888)

    I’ve since found it is the (root)/tmp folder. There are hundreds of .xcloner-ff** files in there.

    Yet still the error doesn’t tell me what the issue is.

    Has there been any progress on this? The issue seems to still exist, and it’s now over three months since it was reported.

    Thanks…

    Thread Starter inspired888

    (@inspired888)

    Our WC status report

    
    ### WordPress Environment ###
    
    Home URL: https://www.healthmasterslive.com
    Site URL: https://www.healthmasterslive.com
    WC Version: 3.5.4
    Log Directory Writable: ✔
    WP Version: ❌ 5.0.3 - There is a newer version of WordPress available (5.1)
    WP Multisite: –
    WP Memory Limit: 1 GB
    WP Debug Mode: –
    WP Cron: ✔
    Language: en_AU
    External object cache: –
    
    ### Server Environment ###
    
    Server Info: Apache/2.4.10 (Debian)
    PHP Version: 7.2.14-1+0~20190113100657.14+jessie~1.gbpd83c69
    PHP Post Max Size: 48 MB
    PHP Time Limit: 600
    PHP Max Input Vars: 9000
    cURL Version: 7.38.0
    OpenSSL/1.0.1t
    
    SUHOSIN Installed: –
    MySQL Version: 5.5.5-10.0.38-MariaDB-0+deb8u1
    Max Upload Size: 48 MB
    Default Timezone is UTC: ✔
    fsockopen/cURL: ✔
    SoapClient: ✔
    DOMDocument: ✔
    GZip: ✔
    Multibyte String: ✔
    Remote Post: ✔
    Remote Get: ✔
    Zapier Integration - Active Feeds: ✔ 4 active Zapier Feeds.
    Zapier Integration - Cron Tasks: ✔ 0 pending Zapier cron tasks.
    Zapier Feed #1 Name: ✔ Woo to MM Xero
    Zapier Feed #1 Webhook URL: ✔ https://zapier.com/hooks/catch/81773/utmn8h/
    Zapier Feed #1 Trigger: ✔ New Order
    Zapier Feed #1 Test Result: ✔ Successfully sent sample data to https://zapier.com/hooks/catch/81773/utmn8h/.
    Zapier Feed #2 Name: ✔ Add to Mailchimp
    Zapier Feed #2 Webhook URL: ✔ https://hooks.zapier.com/hooks/catch/81773/6esqcz/
    Zapier Feed #2 Trigger: ✔ New Order
    Zapier Feed #2 Test Result: ✔ Successfully sent sample data to https://hooks.zapier.com/hooks/catch/81773/6esqcz/.
    Zapier Feed #3 Name: ✔ Adverse
    Zapier Feed #3 Webhook URL: ✔ https://hooks.zapier.com/hooks/catch/81773/xe4kuu/
    Zapier Feed #3 Trigger: ✔ New Order
    Zapier Feed #3 Test Result: ✔ Successfully sent sample data to https://hooks.zapier.com/hooks/catch/81773/xe4kuu/.
    Zapier Feed #4 Name: ✔ Boundaries
    Zapier Feed #4 Webhook URL: ✔ https://hooks.zapier.com/hooks/catch/81773/pqek2b/
    Zapier Feed #4 Trigger: ✔ New Order
    Zapier Feed #4 Test Result: ✔ Successfully sent sample data to https://hooks.zapier.com/hooks/catch/81773/pqek2b/.
    
    ### Database ###
    
    WC Database Version: 3.5.4
    WC Database Prefix: wp_
    Total Database Size: 1478.83MB
    Database Data Size: 828.66MB
    Database Index Size: 650.17MB
    wp_woocommerce_sessions: Data: 1.02MB + Index: 0.05MB
    wp_woocommerce_api_keys: Data: 0.00MB + Index: 0.00MB
    wp_woocommerce_attribute_taxonomies: Data: 0.00MB + Index: 0.00MB
    wp_woocommerce_downloadable_product_permissions: Data: 0.18MB + Index: 0.15MB
    wp_woocommerce_order_items: Data: 7.52MB + Index: 3.52MB
    wp_woocommerce_order_itemmeta: Data: 57.59MB + Index: 60.20MB
    wp_woocommerce_tax_rates: Data: 0.00MB + Index: 0.00MB
    wp_woocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB
    wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB
    wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.05MB
    wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB
    wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB
    wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB
    wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB
    wp_aelia_dismissed_messages: Data: 0.02MB + Index: 0.00MB
    wp_affiliate_wp_affiliatemeta: Data: 0.02MB + Index: 0.03MB
    wp_affiliate_wp_affiliates: Data: 0.02MB + Index: 0.02MB
    wp_affiliate_wp_campaigns: Data: 0.00MB + Index: 0.00MB
    wp_affiliate_wp_creatives: Data: 0.02MB + Index: 0.02MB
    wp_affiliate_wp_customermeta: Data: 0.02MB + Index: 0.03MB
    wp_affiliate_wp_customers: Data: 0.02MB + Index: 0.03MB
    wp_affiliate_wp_direct_links: Data: 0.02MB + Index: 0.03MB
    wp_affiliate_wp_payouts: Data: 0.02MB + Index: 0.02MB
    wp_affiliate_wp_referrals: Data: 0.06MB + Index: 0.02MB
    wp_affiliate_wp_rest_consumers: Data: 0.02MB + Index: 0.02MB
    wp_affiliate_wp_visits: Data: 0.25MB + Index: 0.06MB
    wp_cart_notices: Data: 0.02MB + Index: 0.00MB
    wp_chat_lines: Data: 0.00MB + Index: 0.00MB
    wp_chat_logs: Data: 0.00MB + Index: 0.00MB
    wp_chat_online: Data: 0.00MB + Index: 0.00MB
    wp_chat_visitors: Data: 0.00MB + Index: 0.00MB
    wp_commentmeta: Data: 30.56MB + Index: 29.09MB
    wp_comments: Data: 181.72MB + Index: 202.67MB
    wp_csp3_subscribers: Data: 0.02MB + Index: 0.00MB
    wp_email_log: Data: 36.52MB + Index: 0.00MB
    wp_et_bloom_stats: Data: 0.08MB + Index: 0.00MB
    wp_event_list: Data: 0.00MB + Index: 0.00MB
    wp_ewwwio_images: Data: 1.52MB + Index: 1.80MB
    wp_failed_jobs: Data: 0.02MB + Index: 0.00MB
    wp_groups_capability: Data: 0.01MB + Index: 0.04MB
    wp_groups_group: Data: 0.00MB + Index: 0.00MB
    wp_groups_group_capability: Data: 0.00MB + Index: 0.00MB
    wp_groups_user_capability: Data: 0.00MB + Index: 0.00MB
    wp_groups_user_group: Data: 0.02MB + Index: 0.02MB
    wp_layerslider: Data: 0.00MB + Index: 0.00MB
    wp_links: Data: 0.00MB + Index: 0.00MB
    wp_mailchimp_carts: Data: 0.52MB + Index: 0.00MB
    wp_mgk_accessed_urls: Data: 3.52MB + Index: 0.00MB
    wp_mgk_blocked_ips: Data: 0.00MB + Index: 0.00MB
    wp_mgk_user_ips: Data: 0.25MB + Index: 0.00MB
    wp_ms_snippets: Data: 0.02MB + Index: 0.00MB
    wp_nc_coming_soon_free: Data: 0.00MB + Index: 0.00MB
    wp_ninja_forms: Data: 0.02MB + Index: 0.00MB
    wp_ninja_forms_fav_fields: Data: 0.05MB + Index: 0.00MB
    wp_ninja_forms_fields: Data: 0.02MB + Index: 0.00MB
    wp_ninja_forms_subs: Data: 0.11MB + Index: 0.00MB
    wp_options: Data: 8.41MB + Index: 0.17MB
    wp_pmxe_exports: Data: 0.02MB + Index: 0.00MB
    wp_pmxe_posts: Data: 1.52MB + Index: 0.00MB
    wp_pmxe_templates: Data: 0.02MB + Index: 0.00MB
    wp_popup_manager: Data: 0.02MB + Index: 0.00MB
    wp_popup_manager_templates: Data: 0.02MB + Index: 0.00MB
    wp_postmeta: Data: 272.83MB + Index: 293.81MB
    wp_posts: Data: 53.48MB + Index: 25.03MB
    wp_queue: Data: 0.02MB + Index: 0.00MB
    wp_snippets: Data: 0.02MB + Index: 0.00MB
    wp_social_users: Data: 0.00MB + Index: 0.00MB
    wp_taxonomymeta: Data: 0.00MB + Index: 0.01MB
    wp_termmeta: Data: 0.02MB + Index: 0.03MB
    wp_terms: Data: 0.00MB + Index: 0.01MB
    wp_term_relationships: Data: 1.52MB + Index: 1.52MB
    wp_term_taxonomy: Data: 0.00MB + Index: 0.01MB
    wp_usermeta: Data: 30.56MB + Index: 26.09MB
    wp_users: Data: 1.52MB + Index: 2.14MB
    wp_wcs_payment_retries: Data: 0.25MB + Index: 0.05MB
    wp_wc_deposits_payment_plans: Data: 0.02MB + Index: 0.00MB
    wp_wc_deposits_payment_plans_schedule: Data: 0.02MB + Index: 0.02MB
    wp_wc_download_log: Data: 0.02MB + Index: 0.03MB
    wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB
    wp_wfBadLeechers: Data: 0.02MB + Index: 0.00MB
    wp_wfBlockedCommentLog: Data: 0.02MB + Index: 0.00MB
    wp_wfBlockedIPLog: Data: 0.02MB + Index: 0.00MB
    wp_wfBlocks: Data: 0.02MB + Index: 0.02MB
    wp_wfBlocks7: Data: 0.02MB + Index: 0.05MB
    wp_wfBlocksAdv: Data: 0.02MB + Index: 0.00MB
    wp_wfConfig: Data: 1.27MB + Index: 0.00MB
    wp_wfCrawlers: Data: 0.02MB + Index: 0.00MB
    wp_wfFileChanges: Data: 0.02MB + Index: 0.00MB
    wp_wfFileMods: Data: 4.52MB + Index: 0.00MB
    wp_wfHits: Data: 1.02MB + Index: 0.22MB
    wp_wfHoover: Data: 0.02MB + Index: 0.02MB
    wp_wfIssues: Data: 0.02MB + Index: 0.06MB
    wp_wfKnownFileList: Data: 1.52MB + Index: 0.00MB
    wp_wfLeechers: Data: 0.02MB + Index: 0.00MB
    wp_wfLiveTrafficHuman: Data: 0.02MB + Index: 0.02MB
    wp_wfLockedOut: Data: 0.02MB + Index: 0.00MB
    wp_wfLocs: Data: 0.02MB + Index: 0.00MB
    wp_wfLogins: Data: 0.16MB + Index: 0.06MB
    wp_wfNet404s: Data: 0.02MB + Index: 0.02MB
    wp_wfNotifications: Data: 0.02MB + Index: 0.00MB
    wp_wfPendingIssues: Data: 0.02MB + Index: 0.06MB
    wp_wfReverseCache: Data: 0.02MB + Index: 0.00MB
    wp_wfScanners: Data: 0.02MB + Index: 0.00MB
    wp_wfSNIPCache: Data: 0.02MB + Index: 0.05MB
    wp_wfStatus: Data: 0.13MB + Index: 0.09MB
    wp_wfThrottleLog: Data: 0.02MB + Index: 0.02MB
    wp_wfTrafficRates: Data: 0.02MB + Index: 0.00MB
    wp_wfVulnScanners: Data: 0.02MB + Index: 0.00MB
    wp_wlm_api_queue: Data: 0.00MB + Index: 0.00MB
    wp_wlm_contentlevels: Data: 0.00MB + Index: 0.00MB
    wp_wlm_contentlevel_options: Data: 0.00MB + Index: 0.00MB
    wp_wlm_emailbroadcast: Data: 0.00MB + Index: 0.00MB
    wp_wlm_options: Data: 0.01MB + Index: 0.01MB
    wp_wlm_userlevels: Data: 0.00MB + Index: 0.00MB
    wp_wlm_userlevel_options: Data: 0.00MB + Index: 0.00MB
    wp_wlm_user_options: Data: 0.00MB + Index: 0.00MB
    wp_woocommerce_exported_csv_items: Data: 123.64MB + Index: 2.52MB
    wp_woo_wallet_transactions: Data: 0.02MB + Index: 0.02MB
    wp_woo_wallet_transaction_meta: Data: 0.02MB + Index: 0.03MB
    wp_wpmelon_advbedit_temp: Data: 0.02MB + Index: 0.00MB
    wp_wpmm_subscribers: Data: 0.02MB + Index: 0.00MB
    wp_xcloner_scheduler: Data: 0.02MB + Index: 0.00MB
    wp_yith_wcwl: Data: 0.00MB + Index: 0.00MB
    wp_yoast_seo_links: Data: 0.08MB + Index: 0.02MB
    wp_yoast_seo_meta: Data: 3.52MB + Index: 0.00MB
    
    ### Post Type Counts ###
    
    acf: 1
    action-box: 1
    attachment: 566
    blocks: 15
    boxzilla-box: 2
    certificate: 16182
    certificate_template: 118
    chch-pop-up: 1
    course: 118
    custom_css: 1
    customize_changeset: 5
    dgd_scrollbox: 1
    follow_up_email: 4
    instapage_post: 1
    landing-page: 1
    lesson: 551
    nav_menu_item: 52
    oembed_cache: 7
    option-tree: 1
    page: 41
    post: 12
    product: 129
    quiz: 551
    revision: 417
    scheduled-action: 18578
    shop_coupon: 15
    shop_order: 48941
    shop_order_refund: 192
    shop_subscription: 638
    tablepress_table: 1
    team: 3
    testimonial: 245
    testimonial_rotator: 21
    testimonials: 50
    tribe_events: 1
    wapl: 8
    wc_membership_plan: 122
    wc_memberships_team: 6
    wc_team_invitation: 19
    wc_user_membership: 43416
    wc_zapier_feed: 7
    wccc: 1
    wishlist: 16
    wpephpcompat_jobs: 12
    
    ### Security ###
    
    Secure connection (HTTPS): ✔
    Hide errors from visitors: ✔
    
    ### Active Plugins (44) ###
    
    WooCommerce Currency Switcher - Subscriptions Integration: by Aelia – 1.4.2.181217 – Not tested with the active version of WooCommerce
    AffiliateWP: by AffiliateWP
    LLC – 2.2.14
    
    AffiliateWP - Affiliate Dashboard Sharing: by AffiliateWP – 1.1.6
    AffiliateWP - Custom Affiliate Slugs: by Pippin Williamson and Andrew Munro – 1.0.2
    AffiliateWP - Direct Link Tracking: by AffiliateWP – 1.1.3
    Akismet Anti-Spam: by Automattic – 4.1.1
    Bloom: by Elegant Themes – 1.3.8
    Breeze: by Cloudways – 1.0.10
    Disable WooCommerce Reviews: by pipdig – 1.1 – Not tested with the active version of WooCommerce
    Elastic Email Sender: by Elastic Email – 1.1.7
    Email Log: by Sudar – 2.2.5
    Facebook for WooCommerce: by Facebook – 1.9.8 – Not tested with the active version of WooCommerce
    Insert Headers and Footers: by WPBeginner – 1.4.3
    WPBakery Page Builder: by Michael M - WPBakery.com – 5.6
    Meks Smart Social Widget: by Meks – 1.3.5
    Sensei Certificates: by Automattic – 1.1.1
    Sensei Course Progress: by Automattic – 1.0.8
    Storefront Hamburger Menu: by WooCommerce – 1.2.2
    Storefront Parallax Hero: by WooCommerce – 1.5.7
    Storefront Powerpack: by WooCommerce – 1.4.13 – 1.4.14 is available
    Storefront Site Logo: by Wooassist – 1.2.3
    Uber Login Logo: by UberWeb – 1.5.1
    User Switching: by John Blackbourn & contributors – 1.4.2
    Aelia Foundation Classes for WooCommerce: by Aelia – 2.0.4.190201 – Not tested with the active version of WooCommerce
    Checkout Field Editor for WooCommerce: by ThemeHiGH – 1.3.1 – Not tested with the active version of WooCommerce
    WooCommerce Blocks: by Automattic – 1.3.1 – Not tested with the active version of WooCommerce
    WooCommerce Advanced Product Labels: by Jeroen Sormani – 1.1.5 – Not tested with the active version of WooCommerce
    Aelia Currency Switcher for WooCommerce: by Aelia – 4.6.9.181217 – Not tested with the active version of WooCommerce
    WooCommerce Cart Notices: by SkyVerge – 1.8.6 – 1.9.0 is available – Not tested with the active version of WooCommerce
    WooCommerce Conditional Content: by Lucas Stark – 2.1.0 – Not tested with the active version of WooCommerce
    WooCommerce Customer/Order CSV Export: by SkyVerge – 4.6.2 – Not tested with the active version of WooCommerce
    WooCommerce Email Customizer: by WooCommerce – 1.1.9 – Not tested with the active version of WooCommerce
    WooCommerce PayPal Powered by Braintree Gateway: by WooCommerce – 2.2.1 – 2.2.2 is available – Not tested with the active version of WooCommerce
    Teams for WooCommerce Memberships: by SkyVerge – 1.1.1 – 1.1.2 is available – Not tested with the active version of WooCommerce
    WooCommerce Memberships: by SkyVerge – 1.12.4 – Not tested with the active version of WooCommerce
    WooCommerce Order Status Control: by SkyVerge – 1.10.0 – Not tested with the active version of WooCommerce
    WooCommerce PDF Invoices: by Andrew Benbow – 4.4.2 – Not tested with the active version of WooCommerce
    WooCommerce Sequential Order Numbers: by SkyVerge – 1.8.3 – Not tested with the active version of WooCommerce
    WooCommerce Subscriptions: by Prospress Inc. – 2.4.7 – 2.5.2 is available – Not tested with the active version of WooCommerce
    WooCommerce Zapier Integration: by OM4 – 1.8.0 – 1.8.1 is available – Not tested with the active version of WooCommerce
    WooCommerce: by Automattic – 3.5.4 – 3.5.5 is available
    Sensei: by Automattic – 1.12.2
    Wordfence Security: by Wordfence – 7.2.3
    Yoast SEO: by Team Yoast – 9.5
    
    ### Settings ###
    
    API Enabled: ✔
    Force SSL: ✔
    Currency: AUD ($)
    Currency Position: left
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 2
    Taxonomies: Product Types: external (external)
    grouped (grouped)
    simple (simple)
    subscription (subscription)
    variable (variable)
    variable subscription (variable-subscription)
    
    Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
    exclude-from-catalog (exclude-from-catalog-2)
    exclude-from-search (exclude-from-search)
    featured (featured)
    outofstock (outofstock)
    outofstock (outofstock-2)
    rated-1 (rated-1)
    rated-2 (rated-2)
    rated-3 (rated-3)
    rated-4 (rated-4)
    rated-4 (rated-4-2)
    rated-5 (rated-5)
    rated-5 (rated-5-2)
    
    ### WC Pages ###
    
    Shop base: #38813 - /classes/
    Cart: #34 - /cart/
    Checkout: #35 - /checkout/
    My account: #36 - /my-account/
    Terms and conditions: ❌ Page not set
    
    ### Theme ###
    
    Name: Health Masters Live
    Version: 1.2
    Author URL: http://3squared.net.au
    Child Theme: ✔
    Parent Theme Name: Storefront
    Parent Theme Version: 2.4.2 – 2.4.3 is available
    Parent Theme Author URL: https://woocommerce.com/
    WooCommerce Support: ✔
    
    ### Templates ###
    
    Overrides: hmlive/woocommerce/emails/email-footer.php
    
    ### Memberships ###
    
    Restriction mode:: Hide content only
    Public content:: Products: 18 items
    Excluded from discounts:: –
    Membership plans:: 122
    Why and How to Set Clinician Boundaries:: Members: 6Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Why and How to Set Client's Expectations:: Members: 531Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Adverse Drug Reactions Masterclass:: Members: 62Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Endometriosis and the Microbiome:: Members: 260Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Adrenal/Stress/Sleep Masterclass:: Members: 191Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Mitochondrial Disorders:: Members: 132Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Patient Strategy:: Members: 79Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Treatment Formula:: Members: 83Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Pregnancy Masterclass 2018:: Members: 188Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Intestinal Permeability:: Members: 263Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Natural Cat Health Masterclass:: Members: 79Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Bipolar Disorder:: Members: 98Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Gastrointestinal Masterclass THREE:: Members: 224Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Functional Diagnostics Masterclass – Gut/Liver:: Members: 171Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    More Enquiries and Sales Through Your Website:: Members: 538Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The ADHD Masterclass:: Members: 151Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Type 1 Diabetes:: Members: 138Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Rethinking Key Herbs for Inflammation:: Members: 151Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Chronobiology to Optimise Health:: Members: 142Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Course Development Masterclass:: Members: 155Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Scale Your Practice:: Members: 542Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Natural Urology Masterclass:: Members: 139Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Coherent Method:: Members: 282Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    How to Optimise Your Community:: Members: 65Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Extreme Wellness:: Members: 140Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Microbiome Masterclass:: Members: 269Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Cultivating Your Clinical Mindset for Success:: Members: 93Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    How to Use Facebook Ads to Get New Customers:: Members: 93Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Toxicology and Detoxification Masterclass:: Members: 187Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Natural Vaccine Support:: Members: 325Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Optimising the Gut-Brain Connection:: Members: 239Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Practice Builders:: Members: 1Access method: Product(s) purchaseAccess length: Unlimited Subscription: OptionalInstallment plan: No
    Finding Your Ideal Clients:: Members: 543Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Art of the Meet and Greet:: Members: 113Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Additional Streams of Income:: Members: 159Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Natural Thyroid Masterclass:: Members: 321Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Clinical Mentoring with Dr Ben Lynch:: Members: 148Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Organic Acids and Neurotransmitter Functional Diagnostics Masterclass:: Members: 267Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Legal & Ethical Issues:: Members: 378Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Probiotic Precision:: Members: 200Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Foundation Diagnostics Masterclass:: Members: 344Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Developing Professional Confidence:: Members: 149Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Heart Rate Variability:: Members: 152Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Rethinking PCOS:: Members: 249Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Clinical Mentoring:: Members: 2Access method: Product(s) purchaseAccess length: Unlimited Subscription: OptionalInstallment plan: No
    Oestrogen Metabolism:: Members: 291Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Breastfeeding Course:: Members: 157Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Patient Relationship:: Members: 454Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Business Mentoring:: Members: 1Access method: Product(s) purchaseAccess length: Unlimited Subscription: OptionalInstallment plan: No
    Make the Most of Who You Have:: Members: 802Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Neurodegenerative Diseases Masterclass:: Members: 235Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Endocrine Disruptors Series:: Members: 205Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Natural Anxiety Disorders Masterclass:: Members: 288Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Building Reputation by Writing a Book - Masterclass:: Members: 191Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Becoming a Key Influencer:: Members: 173Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Forgiveness and Gratitude Practices Series:: Members: 160Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Natural Dog Health Masterclass:: Members: 197Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Functional Ketogenesis and Intermittent Fasting Masterclass:: Members: 388Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Improving Prostate Health:: Members: 171Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Hair, Nail and Tongue Diagnosis:: Members: 555Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Breast Microbiome and Glycobiome:: Members: 1314Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Natural Paediatrics Masterclass TWO:: Members: 249Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Prevention and Treatment of Chronic Kidney Disorders:: Members: 199Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Natural Infectious Diseases Masterclass:: Members: 246Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Applications of Essential Oils Series:: Members: 256Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Natural Depression Masterclass:: Members: 323Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Natural Musculoskeletal Masterclass:: Members: 195Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Social Media for Health Professionals:: Members: 228Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Advanced Period Repair:: Members: 392Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Heavy Metal Masterclass:: Members: 301Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Natural Men’s Health Masterclass:: Members: 205Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Mindfulness in Cancer Care:: Members: 133Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Functional Diagnostics Masterclass:: Members: 291Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Coming Off Hormonal Birth Control:: Members: 400Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Fibromyalgia, Fatigue and Global Pain Syndromes:: Members: 234Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Natural Obesity Masterclass:: Members: 342Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Vitamin K2:: Members: 168Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Natural Dermatology Masterclass:: Members: 317Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Eradication of Biofilm:: Members: 323Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Glyphosate:: Members: 2134Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Integrative Strategies for Supporting Patients with Breast Cancer:: Members: 1346Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Natural Fertility Masterclass:: Members: 426Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Natural Gastrointestinal Masterclass ONE:: Members: 299Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Lesson 1 – Clinical Cardiology Series – Hypertension:: Members: 2136Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Clinical Cardiology Series:: Members: 140Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Nutritional Medicine Update with Dr Alan Gaby:: Members: 2666Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Clinical Diagnostics Masterclass:: Members: 6Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Advances in the Clinical Application of Selenium:: Members: 1917Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Lyme Disease and Coinfections:: Members: 127Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Breaking Bacteria's Biofilm with Helen Padarin:: Members: 537Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    What if it's all a Big Fat Lie with Gary Taubes:: Members: 1401Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Natural Autoimmune Masterclass:: Members: 424Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Anxiety Case Analysis Series:: Members: 0Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Fuel for Exercise and Leanness:: Members: 404Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Nondrug Options in ADHD with Dr Jacques Duff:: Members: 1633Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    MTHFR Key Concepts and Clinical Series:: Members: 192Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Mindfulness in Clinical Care:: Members: 80Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Environmental Health Masterclass:: Members: 128Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Phytonutrients with Deanna Minich:: Members: 1414Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Natural Diabetes Masterclass:: Members: 129Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Natural Endocrinology Masterclass:: Members: 152Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Natural Oncology Masterclass 2:: Members: 113Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Gastrointestinal Masterclass One - Lesson One - Probiotics:: Members: 2240Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Natural Oncology Masterclass 1:: Members: 140Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Natural Mental Health Masterclass:: Members: 1Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Inflamed Brain:: Members: 2Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Natural Paediatrics Masterclass ONE:: Members: 188Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Natural Pregnancy Masterclass:: Members: 174Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Natural Thyroid Masterclass:: Members: 1Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Natural Sports Nutrition Masterclass:: Members: 131Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Natural Cardiovascular Masterclass:: Members: 105Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Natural Women’s Health Masterclass:: Members: 433Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Pharmacology Masterclass:: Members: 120Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Mind-Body Medicine Masterclass:: Members: 178Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Natural Allergy Masterclass:: Members: 286Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Vaginosis and the Vaginal Ecosystem:: Members: 502Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Drug-Induced Deficiencies and Herb-Drug Interactions Masterclass:: Members: 124Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Integrative Psychiatry Series:: Members: 84Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Advanced Applications of Essential Fatty Acids:: Members: 87Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    Chemoprevention:: Members: 242Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    The Natural Gastrointestinal Masterclass TWO:: Members: 519Access method: Product(s) purchaseAccess length: Specific length (6 months)Subscription: No
    All Access Pass:: Members: 629Access method: Product(s) purchaseAccess length: Unlimited Subscription: OptionalInstallment plan: No
    
    ### Subscriptions ###
    
    WCS_DEBUG: ✔ No
    Subscriptions Mode: ✔ Live
    Subscriptions Live URL: https://www.healthmasterslive.com
    Subscription Statuses: wc-active: 355
    wc-pending-cancel: 8
    wc-on-hold: 50
    wc-cancelled: 225
    
    WooCommerce Account Connected: ✔ Yes
    Active Product Key: ❌ No
    Custom Retry Rules: ✔ No
    Custom Retry Rule Class: ✔ No
    Custom Raw Retry Rule: ✔ No
    Custom Retry Rule: ✔ No
    Retries Migration Status: ✔ Completed
    Report Cache Enabled: ✔ Yes
    Cache Update Failures: ✔ 0 failure
    
    ### Store Setup ###
    
    Country / State: Hong Kong
    
    ### Subscriptions by Payment Gateway ###
    
    other: wc-cancelled: 1
    wc-on-hold: 2
    
    Braintree (Credit Card): wc-active: 273
    wc-cancelled: 170
    wc-on-hold: 40
    wc-pending-cancel: 6
    
    Braintree (PayPal): wc-active: 82
    wc-cancelled: 54
    wc-on-hold: 8
    wc-pending-cancel: 2
    
    ### Payment Gateway Support ###
    
    Braintree (Credit Card): products
    card_types
    payment_form
    tokenization
    charge
    charge-virtual
    authorization
    capture_charge
    customer_decline_messages
    refunds
    voids
    customer_id
    add_payment_method
    token_editor
    apple_pay
    subscriptions
    subscription_suspension
    subscription_cancellation
    subscription_reactivation
    subscription_amount_changes
    subscription_date_changes
    multiple_subscriptions
    subscription_payment_method_change_customer
    subscription_payment_method_change_admin
    
    Braintree (PayPal): products
    card_types
    payment_form
    tokenization
    charge
    charge-virtual
    authorization
    capture_charge
    customer_decline_messages
    refunds
    voids
    customer_id
    add_payment_method
    token_editor
    subscriptions
    subscription_suspension
    subscription_cancellation
    subscription_reactivation
    subscription_amount_changes
    subscription_date_changes
    multiple_subscriptions
    subscription_payment_method_change_customer
    subscription_payment_method_change_admin
    
    ### Customer/Order CSV Export ###
    
    Order Export Format: import
    Customer Export Format: default
    Automatically Export Orders: disabled
    Automatically Export Customers: disabled
    
    ### Braintree (Credit Card) ###
    
    Environment: Production
    Tokenization Enabled: 
    Debug Mode: Off
    
    ### Braintree (PayPal) ###
    
    Environment: Production
    Tokenization Enabled: 
    Debug Mode: Off
    
    Thread Starter inspired888

    (@inspired888)

    Hi Jarret,
    Thanks. Even with 30 in search of 10, this seems to have no effect.
    The odd thing is, we already had it someone without pagination. Our staging site still has no pagination. Adding those two lines, as the last lines in the functions.php, has no effect.

    I see it’s a requirement to post our status report. So will do that.

    Cheers,

    Jonathan

    Was this issue resolved? I experience something similar.
    I’ve not figured out all the ways it is triggered, but here’s what I know so far.

    1. When testing a checkout, without user logged in (new user), it wouldn’t process at all. I’ll need to run that test again.

    2. When making an order (as my admin user, which has WC history, payment data stored, etc.), I got the message Cannot provide both paymentMethodToken and creditCard attributes. Cannot use a paymentMethodNonce more than once. Cannot use a paymentMethodNonce more than once. Credit card must include number, paymentMethodNonce, or venmoSdkPaymentMethodCode.

    3. When logging in as a test customer first, and then checking out, I was able to make payment.

    4. Then I tried to make another purchase with that same customer, same session (right after purchase in #3 above). I tried to use the store/saved card (from purchase #3 above). I get the message, “Cannot provide both paymentMethodToken and creditCard attributes. Credit card must include number, paymentMethodNonce, or venmoSdkPaymentMethodCode.”

    Is this related to issue of OP, or should I start a new support thread?

    Thanks,

    Jonathan

Viewing 15 replies - 76 through 90 (of 184 total)