Title: radial's Replies | WordPress.org

---

# radial

  [  ](https://wordpress.org/support/users/radial/)

 *   [Profile](https://wordpress.org/support/users/radial/)
 *   [Topics Started](https://wordpress.org/support/users/radial/topics/)
 *   [Replies Created](https://wordpress.org/support/users/radial/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/radial/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/radial/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/radial/engagements/)
 *   [Favorites](https://wordpress.org/support/users/radial/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 69 total)

1 [2](https://wordpress.org/support/users/radial/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/radial/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/radial/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/radial/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/radial/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Microsoft Clarity] Prevent showing other sites to choose from](https://wordpress.org/support/topic/prevent-showing-other-sites-to-choose-from/)
 *  Thread Starter [radial](https://wordpress.org/support/users/radial/)
 * (@radial)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/prevent-showing-other-sites-to-choose-from/#post-17825978)
 * Ok, I see, I just created a test dummy account in wordpress, and when they visit
   the Clarity plugin, it shows no data and wants them to signin to Clarity before
   doing anything. So here, I can tell them they need to create and sign in to their
   own account and then we can add them into this project. Will have to give that
   a try thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Print Invoice & Delivery Notes for WooCommerce] Order Date incorrect](https://wordpress.org/support/topic/order-date-incorrect/)
 *  Thread Starter [radial](https://wordpress.org/support/users/radial/)
 * (@radial)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/order-date-incorrect/#post-17189469)
 * fyi i think the code snippet i posted above doesnt work, and i dont see how i
   can delete that. what does work is the initial code modification i posted in 
   the OP.
 * I have opened a ticket for you on your portal and included a video of the issue
   thanks
    -  This reply was modified 2 years, 7 months ago by [radial](https://wordpress.org/support/users/radial/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Print Invoice & Delivery Notes for WooCommerce] Order Date incorrect](https://wordpress.org/support/topic/order-date-incorrect/)
 *  Thread Starter [radial](https://wordpress.org/support/users/radial/)
 * (@radial)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/order-date-incorrect/#post-17188278)
 * I have not yested this yet, but this might work if you put it into functions.
   php to override the bugged code
 *     ```wp-block-code
       function custom_fix_order_date_timezone($fields, $order_id) {
           // Get the order creation date in the server's timezone
           $wdn_order_order_date = get_post_field('post_date', $order_id, 'raw');
   
           // Get the WordPress timezone
           $timezone = get_option('timezone_string') ? get_option('timezone_string') : 'UTC';
   
           // Convert the order's date to the WordPress timezone
           $order_date_object = new DateTime($wdn_order_order_date, new DateTimeZone('UTC'));
           $order_date_object->setTimezone(new DateTimeZone($timezone));
           $order_date_formatted = $order_date_object->format(get_option('date_format'));
   
           $fields['order_date'] = array(
               'label' => __('Order Date', 'woocommerce-delivery-notes'),
               'value' => $order_date_formatted,
           );
   
           return $fields;
       }
   
       add_filter('wcdn_get_order_info', 'custom_fix_order_date_timezone', 10, 2);
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Stock Status and Quantity](https://wordpress.org/support/topic/stock-status-and-quantity/)
 *  Thread Starter [radial](https://wordpress.org/support/users/radial/)
 * (@radial)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/stock-status-and-quantity/#post-17186069)
 * Hi i am still struggling with this. i have tried a wordpress default theme and
   it also occurs there. there is something wrong in my wordpress woocommerce product
   count. [https://dataforge.us/shop/laptops/](https://dataforge.us/shop/laptops/)
   for instance shows i have 11 products, but only 4 items show. my home page is
   set to show the latest 6 products, but currently on 3 show. my products are set
   to visible, in stock, show in catalog. i have many items in stock that show on
   the wp-admin side, but on the user side, they just do not show. i have run every
   tool in woocomerce, the clear transients etc. i have done database repair.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Stock Status and Quantity](https://wordpress.org/support/topic/stock-status-and-quantity/)
 *  Thread Starter [radial](https://wordpress.org/support/users/radial/)
 * (@radial)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/stock-status-and-quantity/#post-17186061)
 *     ```wp-block-code
       ` WordPress Environment
   
       WordPress address (URL): https://dataforge.us<br>Site address (URL): https://dataforge.us<br>WC Version: 8.2.2<br>REST API Version: ✔ 8.2.2<br>WC Blocks Version: ✔ 11.1.3<br>Action Scheduler Version: ✔ 3.6.4<br>Log Directory Writable: ✔<br>WP Version: 6.4<br>WP Multisite: –<br>WP Memory Limit: 256 MB<br>WP Debug Mode: ✔<br>WP Cron: ✔<br>Language: en_US<br>External object cache: – Server Environment
   
       Server Info: Apache<br>PHP Version: 7.4.33<br>PHP Post Max Size: 64 MB<br>PHP Time Limit: 300<br>PHP Max Input Vars: 1000<br>cURL Version: 8.4.0<br>OpenSSL/1.1.1w
   
       SUHOSIN Installed: –<br>Max Upload Size: 64 MB<br>Default Timezone is UTC: ✔<br>fsockopen/cURL: ✔<br>SoapClient: ✔<br>DOMDocument: ✔<br>GZip: ✔<br>Multibyte String: ✔<br>Remote Post: ✔<br>Remote Get: ✔ Database
   
       WC Database Version: 8.2.2<br>WC Database Prefix: wp_<br>Total Database Size: 99.60MB<br>Database Data Size: 85.46MB<br>Database Index Size: 14.14MB<br>wp_woocommerce_sessions: Data: 1.52MB + Index: 0.05MB + Engine InnoDB<br>wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_woocommerce_order_items: Data: 0.09MB + Index: 0.05MB + Engine InnoDB<br>wp_woocommerce_order_itemmeta: Data: 0.52MB + Index: 0.41MB + Engine InnoDB<br>wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_actionscheduler_actions: Data: 1.52MB + Index: 0.69MB + Engine InnoDB<br>wp_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_actionscheduler_logs: Data: 1.52MB + Index: 0.36MB + Engine InnoDB<br>wp_as3cf_items: Data: 4.52MB + Index: 0.63MB + Engine InnoDB<br>wp_commentmeta: Data: 0.05MB + Index: 0.03MB + Engine InnoDB<br>wp_comments: Data: 0.31MB + Index: 0.31MB + Engine InnoDB<br>wp_dipi_instagram_media: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_error: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_ewwwio_images: Data: 6.52MB + Index: 2.98MB + Engine InnoDB<br>wp_ewwwio_queue: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_failed_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_ff_scheduled_actions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_fluentform_entry_details: Data: 0.08MB + Index: 0.00MB + Engine InnoDB<br>wp_fluentform_forms: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_fluentform_form_analytics: Data: 0.41MB + Index: 0.00MB + Engine InnoDB<br>wp_fluentform_form_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_fluentform_logs: Data: 0.05MB + Index: 0.00MB + Engine InnoDB<br>wp_fluentform_submissions: Data: 0.11MB + Index: 0.00MB + Engine InnoDB<br>wp_fluentform_submission_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_gf_addon_feed: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_gf_addon_payment_callback: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_gf_addon_payment_transaction: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_gf_draft_submissions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_gf_entry: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_gf_entry_meta: Data: 0.06MB + Index: 0.05MB + Engine InnoDB<br>wp_gf_entry_notes: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_gf_form: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_gf_form_meta: Data: 0.06MB + Index: 0.00MB + Engine InnoDB<br>wp_gf_form_revisions: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_gf_form_view: Data: 0.06MB + Index: 0.03MB + Engine InnoDB<br>wp_gla_attribute_mapping_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_gla_budget_recommendations: Data: 0.20MB + Index: 0.11MB + Engine InnoDB<br>wp_gla_merchant_issues: Data: 0.08MB + Index: 0.00MB + Engine InnoDB<br>wp_gla_shipping_rates: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_gla_shipping_times: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_iwp_backup_status: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_iwp_processed_iterator: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_jetpack_sync_queue: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_jetpack_waf_blocklog: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_mailchimp_carts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_mailchimp_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_options: Data: 9.52MB + Index: 1.80MB + Engine InnoDB<br>wp_pmxe_exports: Data: 0.06MB + Index: 0.00MB + Engine InnoDB<br>wp_pmxe_google_cats: Data: 0.38MB + Index: 0.00MB + Engine InnoDB<br>wp_pmxe_posts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_pmxe_templates: Data: 0.05MB + Index: 0.00MB + Engine InnoDB<br>wp_postmeta: Data: 10.52MB + Index: 3.03MB + Engine InnoDB<br>wp_posts: Data: 21.52MB + Index: 0.38MB + Engine InnoDB<br>wp_qss: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_queue: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_quickbooks: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_quickbooks_accounts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_quickbooks_payment_method: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_quickbooks_tax: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_rg_form: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_rg_form_meta: Data: 0.06MB + Index: 0.00MB + Engine InnoDB<br>wp_rg_form_view: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_rg_incomplete_submissions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_rg_lead: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_rg_lead_detail: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_rg_lead_detail_long: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_rg_lead_meta: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_rg_lead_notes: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_snippets: Data: 0.05MB + Index: 0.03MB + Engine InnoDB<br>wp_termmeta: Data: 0.05MB + Index: 0.03MB + Engine InnoDB<br>wp_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_term_relationships: Data: 0.06MB + Index: 0.05MB + Engine InnoDB<br>wp_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_tm_taskmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_tm_tasks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_usermeta: Data: 1.52MB + Index: 0.48MB + Engine InnoDB<br>wp_users: Data: 0.05MB + Index: 0.05MB + Engine InnoDB<br>wp_wcpdf_invoice_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wc_admin_notes: Data: 0.11MB + Index: 0.00MB + Engine InnoDB<br>wp_wc_admin_note_actions: Data: 0.06MB + Index: 0.02MB + Engine InnoDB<br>wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wc_orders: Data: 0.02MB + Index: 0.11MB + Engine InnoDB<br>wp_wc_orders_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wc_order_addresses: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wc_order_operational_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wc_product_meta_lookup: Data: 0.06MB + Index: 0.09MB + Engine InnoDB<br>wp_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wfblockediplog: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wfblocks7: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_wfconfig: Data: 0.47MB + Index: 0.00MB + Engine InnoDB<br>wp_wfcrawlers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wffilechanges: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wffilemods: Data: 10.52MB + Index: 0.00MB + Engine InnoDB<br>wp_wfhits: Data: 2.52MB + Index: 0.17MB + Engine InnoDB<br>wp_wfhoover: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wfissues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_wfknownfilelist: Data: 7.52MB + Index: 0.00MB + Engine InnoDB<br>wp_wflivetraffichuman: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wflocs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wflogins: Data: 0.11MB + Index: 0.03MB + Engine InnoDB<br>wp_wfls_2fa_secrets: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wfls_settings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wfnotifications: Data: 0.05MB + Index: 0.00MB + Engine InnoDB<br>wp_wfpendingissues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_wfreversecache: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wfsnipcache: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_wfstatus: Data: 0.13MB + Index: 0.09MB + Engine InnoDB<br>wp_wftrafficrates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_woocommerce_square_customers: Data: 0.05MB + Index: 0.00MB + Engine InnoDB<br>wp_wplc_chat_msgs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wplc_chat_ratings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wplc_chat_sessions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wplc_chat_triggers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wplc_custom_fields: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wplc_departments: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wplc_offline_messages: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wplc_roi_conversions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wplc_roi_goals: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wplc_webhooks: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wqc_single_error: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_yoast_indexable: Data: 0.20MB + Index: 0.13MB + Engine InnoDB<br>wp_yoast_indexable_hierarchy: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_yoast_primary_term: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_yoast_seo_links: Data: 0.06MB + Index: 0.03MB + Engine InnoDB Post Type Counts
   
       attachment: 1483<br>custom_css: 2<br>dipi_popup_maker: 1<br>et_body_layout: 4<br>et_footer_layout: 1<br>et_header_layout: 1<br>et_pb_layout: 11<br>et_template: 15<br>et_theme_builder: 1<br>jetpack_migration: 2<br>jetpack-testimonial: 1<br>jp_img_sitemap: 1<br>jp_sitemap: 1<br>jp_sitemap_master: 1<br>nav_menu_item: 48<br>oembed_cache: 1<br>page: 21<br>post: 17<br>product: 194<br>product_variation: 88<br>shop_coupon: 1<br>shop_order: 288<br>wp_global_styles: 1<br>wp-rest-api-log: 116 Security
   
       Secure connection (HTTPS): ✔<br>Hide errors from visitors: ✔ Active Plugins (24)
   
       WP Offload Media Lite: by Delicious Brains – 3.2.5<br>Code Snippets Pro (Premium): by Code Snippets Pro – 3.6.1<br>Divi Gallery Extended: by Elicus – 1.2.6<br>Divi-Modules – Simple Heading: by Divi-Modules – 2.1.2<br>EWWW Image Optimizer: by Exactly WWW – 7.2.1<br>Fluent Forms: by Contact Form - WPManageNinja LLC – 5.1.1<br>Google Listings and Ads: by WooCommerce – 2.5.11<br>Site Kit by Google: by Google – 1.113.0<br>Jetpack: by Automattic – 12.8<br>Simplified: by Simplified.com – 1.0.3<br>Supreme Modules Lite - Divi Theme, Extra Theme and Divi Builder: by Supreme Modules – 2.5.3<br>UpdraftPlus - Backup/Restore: by UpdraftPlus.Com<br>DavidAnderson – 2.23.10.0
   
       Product Customer List for WooCommerce: by Kokomo – 3.1.6<br>Woocommerce delete product images: by Husain Ahmed – 1.0.2<br>Woocommerce Product Meta Viewer: by Dataforge – 1.0<br>WooCommerce - Repairshopr Sync Beta: by Phil Hart – 1.10 beta<br>Print Invoice & Delivery Notes for WooCommerce: by Tyche Softwares – 4.8.1<br>WooCommerce Payments: by Automattic – 6.7.1<br>WooCommerce Shipping & Tax: by WooCommerce – 2.4.0<br>WooCommerce Square: by WooCommerce – 4.3.1<br>WooCommerce: by Automattic – 8.2.2<br>WP All Export Pro: by Soflyy – 1.8.5<br>WP-Optimize - Clean, Compress, Cache: by David Anderson<br>Ruhani Rabin<br>Team Updraft – 3.2.21
   
       WP All Export - WooCommerce Export Add-On Pro: by Soflyy – 1.0.9 Inactive Plugins (15)
   
       All-in-One WP Migration: by ServMask – 7.79<br>Cloudflare: by Cloudflare<br>Inc. – 4.12.2
   
       Duplicate Page: by mndpsingh287 – 4.5.3<br>Facebook for WooCommerce: by Facebook – 3.1.3<br>Facebook for WooCommerce - settings tools: by SkyVerge – 1.0.0<br>InfiniteWP - Client: by Revmakx – 1.12.3<br>Justified Gallery: by Mateusz Czardybon – 1.8.1<br>REST API Log: by Pete Nelson – 1.7.0<br>Squirrly SEO (Newton): by Squirrly – 12.3.14<br>VBOUT Woocommerce Plugin: by VBOUT Inc. – 3.6.0<br>VBOUT WordPress Plugin: by VBOUT Inc. – 1.2.6.7<br>WooCommerce - Repairshopr Sync: by Phil Hart – 1.10<br>Woocommerce Product Meta Viewer Beta: by Dataforge – 1.1 beta<br>WooCommerce Stripe Gateway: by WooCommerce – 7.6.2<br>WooCommerce Visibility: by codemine – 5.2 Dropin Plugins (2)
   
       advanced-cache.php: advanced-cache.php<br>maintenance.php: maintenance.php Must Use Plugins (1)
   
       ET Support Center :: Must-Use Plugins Autoloader: by Elegant Themes – Settings
   
       API Enabled: ✔<br>Force SSL: –<br>Currency: USD ($)<br>Currency Position: left<br>Thousand Separator: ,<br>Decimal Separator: .<br>Number of Decimals: 2<br>Taxonomies: Product Types: external (external)<br>grouped (grouped)<br>simple (simple)<br>variable (variable)
   
       Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)<br>exclude-from-search (exclude-from-search)<br>featured (featured)<br>outofstock (outofstock)<br>rated-1 (rated-1)<br>rated-2 (rated-2)<br>rated-3 (rated-3)<br>rated-4 (rated-4)<br>rated-5 (rated-5)
   
       Connected to WooCommerce.com: ✔<br>Enforce Approved Product Download Directories: –<br>HPOS feature screen enabled: –<br>HPOS feature enabled: –<br>Order datastore: WC_Order_Data_Store_CPT<br>HPOS data sync enabled: – WC Pages
   
       Shop base: #45 - /shop/<br>Cart: #46 - /cart/<br>Checkout: #47 - /checkout/<br>My account: #48 - /my-account/<br>Terms and conditions: ❌ Page not set Theme
   
       Name: Divi Child Theme<br>Version: 1.0.0<br>Author URL:<br>Child Theme: ✔<br>Parent Theme Name: Divi<br>Parent Theme Version: 4.23.1<br>Parent Theme Author URL: http://www.elegantthemes.com<br>WooCommerce Support: ✔ Templates
   
       Overrides: – WooPayments
   
       Version: 6.7.1<br>Connected to WPCOM: Yes<br>WPCOM Blog ID: 11673428<br>Account ID: acct_1NVz7uCD4VM05aYG<br>Payment Gateway: Enabled<br>Test Mode: Disabled<br>UPE: Enabled (deferred_intent)<br>UPE Enabled APMs: card,link<br>WooPay: Disabled<br>WooPay Incompatible Extensions: No<br>Apple Pay / Google Pay: Enabled (product,cart,checkout)<br>Fraud Protection Level: advanced<br>Enabled Fraud Filters: AVS Verification,Address Mismatch,International IP Address,IP Address Mismatch<br>Multi-currency: Enabled<br>Public Key Encryption: Enabled<br>Auth and Capture: Enabled<br>Documents: Disabled<br>Logging: Enabled Admin
   
       Enabled Features: activity-panels<br>analytics<br>product-block-editor<br>coupons<br>core-profiler<br>customer-effort-score-tracks<br>import-products-task<br>experimental-fashion-sample-products<br>shipping-smart-defaults<br>shipping-setting-tour<br>homescreen<br>marketing<br>mobile-app-banner<br>navigation<br>onboarding<br>onboarding-tasks<br>product-variation-management<br>remote-inbox-notifications<br>remote-free-extensions<br>payment-gateway-suggestions<br>shipping-label-banner<br>subscriptions<br>store-alerts<br>transient-notices<br>woo-mobile-welcome<br>wc-pay-promotion<br>wc-pay-welcome-page
   
       Disabled Features: customize-store<br>minified-js<br>new-product-management-experience<br>settings<br>async-product-editor-category-field
   
       Daily Cron: ✔ Next scheduled: 2023-11-09 14:53:40 -05:00<br>Options: ✔<br>Notes: 201<br>Onboarding: completed Action Scheduler
   
       Canceled: 2<br>Oldest: 2023-10-14 22:39:00 -0400<br>Newest: 2023-11-01 09:43:47 -0400
   
       Complete: 2,495<br>Oldest: 2023-10-08 18:36:14 -0400<br>Newest: 2023-11-08 16:31:18 -0500
   
       Failed: 139<br>Oldest: 2021-08-25 13:31:03 -0400<br>Newest: 2023-10-25 11:55:39 -0400
   
       Pending: 6<br>Oldest: 2023-11-08 16:53:51 -0500<br>Newest: 2023-11-10 15:26:12 -0500 Status report information
   
       Generated at: 2023-11-08 16:45:14 -05:00<br>`
       ```
   
    -  This reply was modified 2 years, 7 months ago by [radial](https://wordpress.org/support/users/radial/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Print Invoice & Delivery Notes for WooCommerce] Add Payment details to Receipt](https://wordpress.org/support/topic/add-payment-details-to-receipt/)
 *  Thread Starter [radial](https://wordpress.org/support/users/radial/)
 * (@radial)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/add-payment-details-to-receipt/#post-17164770)
 * marking closed, fixed thx
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Print Invoice & Delivery Notes for WooCommerce] Add Payment details to Receipt](https://wordpress.org/support/topic/add-payment-details-to-receipt/)
 *  Thread Starter [radial](https://wordpress.org/support/users/radial/)
 * (@radial)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/add-payment-details-to-receipt/#post-16913242)
 * I mean to say  isn’t it possible a customers payment is different than the order
   amount. so i would like to get the actual payment amount.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Print Invoice & Delivery Notes for WooCommerce] Add Payment details to Receipt](https://wordpress.org/support/topic/add-payment-details-to-receipt/)
 *  Thread Starter [radial](https://wordpress.org/support/users/radial/)
 * (@radial)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/add-payment-details-to-receipt/#post-16912956)
 * Ok, here is the code that I came up with and this seems to work. I do wonder 
   though, the payment amount is just the order total. I do not see a way to get
   the actual payment amount, isn’t it possible a customers payment is different
   than the payment amount. If anyone has any ideas maybe they can share. But this
   code is works. I also am setting the time zone of the date paid so I can easily
   see that, you can change it to what you want.
 *     ```wp-block-code
       function payment_info_custom_order_fields( $fields, $order ) {
           $new_fields = array();
   
           // Add the Transaction ID field
           $new_fields['_transaction_id'] = array(
               'label' => 'Transaction ID:',
               'value' => $order->get_transaction_id(),
           );
   
           // Add the Date Paid field with the desired format 'Month day, year'
           $date_paid = $order->get_date_paid();
           if ( $date_paid ) {
               // Convert the date to Eastern Time (ET)
               $date_paid_object = new DateTime( $date_paid, new DateTimeZone( 'UTC' ) );
               $date_paid_object->setTimezone( new DateTimeZone( 'America/New_York' ) );
               $date_paid_formatted = $date_paid_object->format( 'F j, Y' );
           } else {
               $date_paid_formatted = '';
           }
           $new_fields['_date_paid'] = array(
               'label' => 'Date Paid:',
               'value' => $date_paid_formatted,
           );
   
           // Add the Payment Amount field
           $new_fields['_payment_amount'] = array(
               'label' => 'Payment Amount:',
               'value' => wc_price( $order->get_total() ), // Get the order total as payment amount and format it as a price.
           );
   
           return array_merge( $fields, $new_fields );
       }
       add_filter( 'wcdn_order_info_fields', 'payment_info_custom_order_fields', 10, 2 );
       ```
   
    -  This reply was modified 2 years, 10 months ago by [radial](https://wordpress.org/support/users/radial/).
    -  This reply was modified 2 years, 10 months ago by [radial](https://wordpress.org/support/users/radial/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Add Category to Product Update Webhook](https://wordpress.org/support/topic/add-category-to-product-update-webhook/)
 *  Thread Starter [radial](https://wordpress.org/support/users/radial/)
 * (@radial)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/add-category-to-product-update-webhook/#post-16367906)
 * thanks, i have submitted a feature request on the github.
 * BTW, your link to the ideas board is no longer working
 * thx!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Can’t Set Up Jetpack, An error occurred. Please try again.](https://wordpress.org/support/topic/cant-set-up-jetpack-an-error-occurred-please-try-again-7/)
 *  Thread Starter [radial](https://wordpress.org/support/users/radial/)
 * (@radial)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/cant-set-up-jetpack-an-error-occurred-please-try-again-7/#post-16224402)
 * oh gesh i think i just found the issue. seeing Cloudflare references in the text
   above, i looked in to cloudflare. In Cloudflare, Security, WAF, I had enabled
   Block Known Bots enabled. I just turned that off, and it does seem that jetpack
   now proceeds on, and it is asking me to sign into my wordpress.com account to
   link to. i could not get there before.
 * i think this is good now!
 * For anyone finding this, the page here says there shouldnt be anything to do 
   to allow jetpack with cloudflare, but this appears to be misleading. At least,
   do not have Block Known Bots enabled.
 * [https://support.cloudflare.com/hc/en-us/articles/218377098-WordPress-Jetpack-and-Cloudflare](https://support.cloudflare.com/hc/en-us/articles/218377098-WordPress-Jetpack-and-Cloudflare)
    -  This reply was modified 3 years, 6 months ago by [radial](https://wordpress.org/support/users/radial/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Can’t Set Up Jetpack, An error occurred. Please try again.](https://wordpress.org/support/topic/cant-set-up-jetpack-an-error-occurred-please-try-again-7/)
 *  Thread Starter [radial](https://wordpress.org/support/users/radial/)
 * (@radial)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/cant-set-up-jetpack-an-error-occurred-please-try-again-7/#post-16224356)
 *     ```
       Route: /jetpack/v4/connection/register
       ```
   
 * Date: 2022-11-22 12:32:32
    Source: WP REST API Method: POST Status: 500 Elapsed
   Time: 841ms Response Length: 428 User: dataforge IP Address:`
 * Request Headers
 *     ```
       {
           "content_length": "116",
           "content_type": "application\/json",
           "accept": "*\/*",
           "accept_encoding": "gzip",
           "accept_language": "en-US,en;q=0.9",
           "cdn_loop": "cloudflare",
           "cf_connecting_ip": "24.211.176.27",
           "cf_ipcountry": "US",
           "cf_ray": "76e367a5bd395a5d-IAD",
           "cf_visitor": "{"scheme":"https"}",
           "cookie": "__stripe_mid=f0731cf2-cdcd-48f8-9811-c9b0fde35da87d85d3; _fbp=fb.1.1652282276748.276247741; mdn_anonymous_id=f3c34531-e2c5-4d4d-b32a-f968555af849; et-pb-recent-items-colors=%23ffffff%7C%23e09900%7C%23e02b20%7C%231f1f1f%7C%23999999%7C%23000000%7C%230c71c3%7C%237cda24; tk_or=%22https%3A%2F%2Fwww.google.com%2F%22; tk_lr=%22%22; mp_a36067b00a263cce0299cfd960e26ecf_mixpanel=%7B%22distinct_id%22%3A%20%22183b2d716470-086df2a0d80b14-78565473-232800-183b2d71648a98%22%2C%22%24device_id%22%3A%20%22183b2d716470-086df2a0d80b14-78565473-232800-183b2d71648a98%22%2C%22%24initial_referrer%22%3A%20%22https%3A%2F%2Fdataforge.us%2Fwp-admin%2F%22%2C%22%24initial_referring_domain%22%3A%20%22dataforge.us%22%7D; _gcl_au=1.1.227225465.1668026019; _fbc=fb.1.1668114482325.IwAR2dePTkY_B3Acu-4dtA-m9oslU-KsPRpLbd4jcSCD_3y4jWuE7Jd5s2aSY; wp-settings-1=libraryContent%3Dbrowse%26ampampampampampampimgsize%3Dlarge%26ampampampampampampeditor%3Dtinymce%26ampampampampampampurlbutton%3Dfile%26ampampampampampampadvImgDetails%3Dshow%26ampampampampampamphidetb%3D1%26ampampampampampimgsize%3D%26ampampampeditor%3Dtinymce%26ampampamphidetb%3D1%26ampampampimgsize%3D%26ampampeditor%3Dhtml%26editor%3Dhtml; wp-settings-time-1=1668183594; PHPSESSID=613fcb8da3d7f0ab850542ec39108354; WHMCSnoUFh8Q2kCu9=384bd80fa14d84b29417d84c28248667; WHMCSFD=eyJjbGllbnRzIjp7InVzZXJpZCI6IiIsIm5hbWUiOiIiLCJlbWFpbCI6IiIsImNvdW50cnktY2FsbGluZy1jb2RlLXBob25lIjoiIiwicGhvbmUiOiIiLCJncm91cCI6IiIsInN0YXR1cyI6IiIsImFkZHJlc3MxIjoiIiwiYWRkcmVzczIiOiIiLCJjaXR5IjoiIiwic3RhdGUiOiIiLCJwb3N0Y29kZSI6IiIsImNvdW50cnkiOiIiLCJwYXltZW50bWV0aG9kIjoiIiwiY2N0eXBlIjoiIiwiY2NsYXN0Zm91ciI6IiIsImF1dG9jY2JpbGxpbmciOiIiLCJjcmVkaXQiOiIiLCJjdXJyZW5jeSI6IiIsInNpZ251cGRhdGVyYW5nZSI6IiIsImxhbmd1YWdlIjoiIiwibWFya2V0aW5nb3B0aW4iOiIiLCJhdXRvc3RhdHVzIjoiIiwidGF4ZXhlbXB0IjoiIiwibGF0ZWZlZXMiOiIiLCJvdmVyZHVlbm90aWNlcyI6IiIsInNlcGFyYXRlaW52b2ljZXMiOiIiLCJjdXN0b21maWVsZHMiOiIiLCJlbWFpbDIiOiIiLCJjb3VudHJ5LWNhbGxpbmctY29kZS1waG9uZTIiOiIiLCJwaG9uZTIiOiIiLCJncm91cDIiOiIifSwiY2xpbnYiOnsic2VydmljZWlkIjoiIiwiYWRkb25pZCI6IiIsImRvbWFpbmlkIjoiIiwiY2xpZW50bmFtZSI6IiIsImludm9pY2VudW0iOiIiLCJsaW5laXRlbSI6IiIsInBheW1lbnRtZXRob2QiOiIiLCJpbnZvaWNlZGF0ZSI6IiIsImR1ZWRhdGUiOiIiLCJkYXRlcGFpZCI6IiIsInRvdGFsZnJvbXRvdGFsdG8iOiIiLCJzdGF0dXMiOiIiLCJsYXN0X2NhcHR1cmVfYXR0ZW1wdCI6IiIsImRhdGVfcmVmdW5kZWQiOiIiLCJkYXRlX2NhbmNlbGxlZCI6IiIsInRvdGFsZnJvbSI6IiIsInRvdGFsdG8iOiIifX0%3D; _ga=GA1.2.1038850085.1656600440; _gid=GA1.2.1266289082.1669136118; wordpress_test_cookie=WP%20Cookie%20check; _ga_TV6DR7TNK1=GS1.1.1669136116.66.1.1669136442.60.0.0; tk_ai=jetpack%3ALSCWVEjMt8fbk7SnG0U%2FZEgV; wordpress_logged_in_a882a8e7787b4fc21d366b2efff7e87c=dataforge%7C1669309251%7C163lLOZO4zxp2iCnk6PYi6oZa07qPsxPZKXra0m8Jq0%7C121971cc2aed12416bf4b379f9ebc6c528d7b60539e13ca56717615b97744926; woocommerce_items_in_cart=1; woocommerce_cart_hash=f7ec4e5bfe562065c30244dfa3940fb4; wp_woocommerce_session_a882a8e7787b4fc21d366b2efff7e87c=1%7C%7C1669309258%7C%7C1669305658%7C%7C0480b60366667171d23339af1d61dd48; tk_qs=",
           "host": "dataforge.us",
           "origin": "https:\/\/dataforge.us",
           "priority": "u=1",
           "referer": "https:\/\/dataforge.us\/wp-admin\/admin.php?page=jetpack",
           "sec_ch_ua": ""Microsoft Edge";v="107", "Chromium";v="107", "Not=A?Brand";v="24"",
           "sec_ch_ua_mobile": "?0",
           "sec_ch_ua_platform": ""Windows"",
           "sec_fetch_dest": "empty",
           "sec_fetch_mode": "cors",
           "sec_fetch_site": "same-origin",
           "user_agent": "Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/107.0.0.0 Safari\/537.36 Edg\/107.0.1418.42",
           "x_forwarded_for": "24.211.176.27",
           "x_forwarded_proto": "https",
           "x_https": "1",
           "x_wp_nonce": "eb8cbda9d7"
       }
       ```
   
 * Query Parameters
    [] Body Paramaters []
 * Body Content
    {“registration_nonce”:”fa85b1af19″,”no_iframe”:true,”plugin_slug”:”
   jetpack”,”redirect_uri”:”admin.php?page=jetpack”}
 * Response Headers
 *     ```
       {
           "X-Powered-By": "PHP\/7.4.33",
           "Content-Type": "application\/json; charset=UTF-8",
           "X-Robots-Tag": "noindex",
           "Link": "<https\/\/dataforge.us\/wp-json\/>; rel="https\/\/api.w.org\/"",
           "X-Content-Type-Options": "nosniff",
           "Access-Control-Expose-Headers": "X-WP-Total, X-WP-TotalPages, Link",
           "Access-Control-Allow-Headers": "Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type",
           "Expires": "Wed, 11 Jan 1984 050000 GMT",
           "Cache-Control": "no-cache, must-revalidate, max-age=0",
           "X-WP-Nonce": "eb8cbda9d7",
           "Allow": "POST, PUT, PATCH",
           "Access-Control-Allow-Origin": "https\/\/dataforge.us",
           "Access-Control-Allow-Methods": "OPTIONS, GET, POST, PUT, PATCH, DELETE",
           "Access-Control-Allow-Credentials": "true",
           "Vary": "Origin"
       }
       ```
   
 * Response Body
 *     ```
       {
           "data": {
               "code": "site_inaccessible_403",
               "message": "The Jetpack server was unable to communicate with your site https://dataforge.us [HTTP 403].  Ask your web host if they allow connections from WordPress.com. If you need further assistance, contact Jetpack Support: http://jetpack.com/support/",
               "data": 400
           },
           "headers": {
               "Allow": "POST, PUT, PATCH"
           },
           "status": 500
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Can’t Set Up Jetpack, An error occurred. Please try again.](https://wordpress.org/support/topic/cant-set-up-jetpack-an-error-occurred-please-try-again-7/)
 *  Thread Starter [radial](https://wordpress.org/support/users/radial/)
 * (@radial)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/cant-set-up-jetpack-an-error-occurred-please-try-again-7/#post-16224353)
 * maybe this info will help. I installe the rest api log plugin. and here are the
   results from the log when trying to setup jetpack
 *     ```
       Route: /jetpack/v4/jitm
       Date: 2022-11-22 12:32:30
       Source: WP REST API
       Method: GET
       Status: 200
       Elapsed Time: 1,091ms
       Response Length: 90
       User: dataforge
       IP Address:
       Request Headers:
       ```
   
 * {
    “accept”: “*\/*”, “accept_encoding”: “gzip”, “accept_language”: “en-US,en;
   q=0.9”, “cdn_loop”: “cloudflare”, “cf_connecting_ip”: “24.211.176.27”, “cf_ipcountry”:“
   US”, “cf_ray”: “76e36799df5e5a5d-IAD”, “cf_visitor”: “{“scheme”:”https”}”, “cookie”:“
   __stripe_mid=f0731cf2-cdcd-48f8-9811-c9b0fde35da87d85d3; _fbp=fb.1.1652282276748.276247741;
   mdn_anonymous_id=f3c34531-e2c5-4d4d-b32a-f968555af849; et-pb-recent-items-colors
   =%23ffffff%7C%23e09900%7C%23e02b20%7C%231f1f1f%7C%23999999%7C%23000000%7C%230c71c3%
   7C%237cda24; tk_or=%22https%3A%2F%2Fwww.google.com%2F%22; tk_lr=%22%22; mp_a36067b00a263cce0299cfd960e26ecf_mixpanel
   =%7B%22distinct_id%22%3A%20%22183b2d716470-086df2a0d80b14-78565473-232800-183b2d71648a98%
   22%2C%22%24device_id%22%3A%20%22183b2d716470-086df2a0d80b14-78565473-232800-183b2d71648a98%
   22%2C%22%24initial_referrer%22%3A%20%22https%3A%2F%2Fdataforge.us%2Fwp-admin%
   2F%22%2C%22%24initial_referring_domain%22%3A%20%22dataforge.us%22%7D; _gcl_au
   =1.1.227225465.1668026019; _fbc=fb.1.1668114482325.IwAR2dePTkY_B3Acu-4dtA-m9oslU-
   KsPRpLbd4jcSCD_3y4jWuE7Jd5s2aSY; wp-settings-1=libraryContent%3Dbrowse%26ampampampampampampimgsize%
   3Dlarge%26ampampampampampampeditor%3Dtinymce%26ampampampampampampurlbutton%3Dfile%
   26ampampampampampampadvImgDetails%3Dshow%26ampampampampampamphidetb%3D1%26ampampampampampimgsize%
   3D%26ampampampeditor%3Dtinymce%26ampampamphidetb%3D1%26ampampampimgsize%3D%26ampampeditor%
   3Dhtml%26editor%3Dhtml; wp-settings-time-1=1668183594; PHPSESSID=613fcb8da3d7f0ab850542ec39108354;
   WHMCSnoUFh8Q2kCu9=384bd80fa14d84b29417d84c28248667; WHMCSFD=eyJjbGllbnRzIjp7InVzZXJpZCI6IiIsIm5hbWUiOiIiLCJlbWFpbCI6IiIsImNvdW50cnktY2FsbGluZy1jb2RlLXBob25lIjoiIiwicGhvbmUiOiIiLCJncm91cCI6IiIsInN0YXR1cyI6IiIsImFkZHJlc3MxIjoiIiwiYWRkcmVzczIiOiIiLCJjaXR5IjoiIiwic3RhdGUiOiIiLCJwb3N0Y29kZSI6IiIsImNvdW50cnkiOiIiLCJwYXltZW50bWV0aG9kIjoiIiwiY2N0eXBlIjoiIiwiY2NsYXN0Zm91ciI6IiIsImF1dG9jY2JpbGxpbmciOiIiLCJjcmVkaXQiOiIiLCJjdXJyZW5jeSI6IiIsInNpZ251cGRhdGVyYW5nZSI6IiIsImxhbmd1YWdlIjoiIiwibWFya2V0aW5nb3B0aW4iOiIiLCJhdXRvc3RhdHVzIjoiIiwidGF4ZXhlbXB0IjoiIiwibGF0ZWZlZXMiOiIiLCJvdmVyZHVlbm90aWNlcyI6IiIsInNlcGFyYXRlaW52b2ljZXMiOiIiLCJjdXN0b21maWVsZHMiOiIiLCJlbWFpbDIiOiIiLCJjb3VudHJ5LWNhbGxpbmctY29kZS1waG9uZTIiOiIiLCJwaG9uZTIiOiIiLCJncm91cDIiOiIifSwiY2xpbnYiOnsic2VydmljZWlkIjoiIiwiYWRkb25pZCI6IiIsImRvbWFpbmlkIjoiIiwiY2xpZW50bmFtZSI6IiIsImludm9pY2VudW0iOiIiLCJsaW5laXRlbSI6IiIsInBheW1lbnRtZXRob2QiOiIiLCJpbnZvaWNlZGF0ZSI6IiIsImR1ZWRhdGUiOiIiLCJkYXRlcGFpZCI6IiIsInRvdGFsZnJvbXRvdGFsdG8iOiIiLCJzdGF0dXMiOiIiLCJsYXN0X2NhcHR1cmVfYXR0ZW1wdCI6IiIsImRhdGVfcmVmdW5kZWQiOiIiLCJkYXRlX2NhbmNlbGxlZCI6IiIsInRvdGFsZnJvbSI6IiIsInRvdGFsdG8iOiIifX0%
   3D; _ga=GA1.2.1038850085.1656600440; _gid=GA1.2.1266289082.1669136118; wordpress_test_cookie
   =WP%20Cookie%20check; _ga_TV6DR7TNK1=GS1.1.1669136116.66.1.1669136442.60.0.0;
   tk_ai=jetpack%3ALSCWVEjMt8fbk7SnG0U%2FZEgV; wordpress_logged_in_a882a8e7787b4fc21d366b2efff7e87c
   =dataforge%7C1669309251%7C163lLOZO4zxp2iCnk6PYi6oZa07qPsxPZKXra0m8Jq0%7C121971cc2aed12416bf4b379f9ebc6c528d7b60539e13ca56717615b97744926;
   woocommerce_items_in_cart=1; woocommerce_cart_hash=f7ec4e5bfe562065c30244dfa3940fb4;
   wp_woocommerce_session_a882a8e7787b4fc21d366b2efff7e87c=1%7C%7C1669309258%7C%
   7C1669305658%7C%7C0480b60366667171d23339af1d61dd48; tk_qs=”, “host”: “dataforge.
   us”, “priority”: “u=1”, “referer”: “https:\/\/dataforge.us\/wp-admin\/admin.php?
   page=jetpack”, “sec_ch_ua”: “”Microsoft Edge”;v=”107″, “Chromium”;v=”107″, “Not
   =A?Brand”;v=”24″”, “sec_ch_ua_mobile”: “?0”, “sec_ch_ua_platform”: “”Windows””,“
   sec_fetch_dest”: “empty”, “sec_fetch_mode”: “cors”, “sec_fetch_site”: “same-origin”,“
   user_agent”: “Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (
   KHTML, like Gecko) Chrome\/107.0.0.0 Safari\/537.36 Edg\/107.0.1418.42”, “x_forwarded_for”:“
   24.211.176.27”, “x_forwarded_proto”: “https”, “x_https”: “1”, “x_requested_with”:“
   XMLHttpRequest” }`
 * Query Paramaters
 *     ```
       {
           "message_path": "wp:toplevel_page_jetpack_:admin_notices",
           "query": "page%3Djetpack",
           "full_jp_logo_exists": "true",
           "_wpnonce": "eb8cbda9d7"
       }
       ```
   
 * Body Parameters
    []
 * response Headers
 *     ```
       {
           "X-Powered-By": "PHP\/7.4.33",
           "Content-Type": "application\/json; charset=UTF-8",
           "X-Robots-Tag": "noindex",
           "Link": "<https\/\/dataforge.us\/wp-json\/>; rel="https\/\/api.w.org\/"",
           "X-Content-Type-Options": "nosniff",
           "Access-Control-Expose-Headers": "X-WP-Total, X-WP-TotalPages, Link",
           "Access-Control-Allow-Headers": "Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type",
           "Expires": "Wed, 11 Jan 1984 050000 GMT",
           "Cache-Control": "no-cache, must-revalidate, max-age=0",
           "X-WP-Nonce": "eb8cbda9d7",
           "Allow": "GET, POST"
       }
       ```
   
 * Response Body
 *     ```
       {
           "data": [],
           "headers": {
               "Allow": "GET, POST"
           },
           "status": 200
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Can’t Set Up Jetpack, An error occurred. Please try again.](https://wordpress.org/support/topic/cant-set-up-jetpack-an-error-occurred-please-try-again-7/)
 *  Thread Starter [radial](https://wordpress.org/support/users/radial/)
 * (@radial)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/cant-set-up-jetpack-an-error-occurred-please-try-again-7/#post-16224288)
 * Thank you. We have added the jetpack ips to our CSF on the server. However, we
   still get An error occurred. Please try again.
 * I should note we do have other wordpress websites on this same server and they
   do connect to jetpack just fine
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] An error occurred. Please try again](https://wordpress.org/support/topic/an-error-occurred-please-try-again-16/)
 *  [radial](https://wordpress.org/support/users/radial/)
 * (@radial)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/an-error-occurred-please-try-again-16/#post-16214985)
 * You can start here: [https://jetpack.com/support/getting-started-with-jetpack/troubleshooting-tips/](https://jetpack.com/support/getting-started-with-jetpack/troubleshooting-tips/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meta for WooCommerce] I don’t want the product to sync to facebook](https://wordpress.org/support/topic/i-dont-want-the-product-to-sync-to-facebook/)
 *  Thread Starter [radial](https://wordpress.org/support/users/radial/)
 * (@radial)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/i-dont-want-the-product-to-sync-to-facebook/#post-15786256)
 * Ok, I had time to revisit this. In this particular product, I do not have Facebook
   as a menu option there. This is an External / Affiliate product. I do have facebook
   as an menu option on my other non external products.
 * The Facebook Product Sync box says : If product is not simple, variable or variation
   it must have a price.
 * Because this is an external product, I did not list a price, as there are multiple
   possible prices for this product once you click the external link. So If i go
   into General, Regular Price, and enter a price anyway, now the Facebook Product
   Sync box does show the facebook ID. However, I did not want this product to show
   on facebook. So I’ll click Delete products on facebook.
 * Now I’ll click update again. So at this point I have no category (the none category),
   ther is a price in regular price. But now Facebook Prodcut Sync is back with 
   a facebook ID, the item is listed on facebook again.
 * If i go to facebook and Archive the product, go to woocommerce and set the category
   like I want, I still get the original popup of; This product belongs to a category
   or tag that is excluded from the Facebook catalog sync. It will not sync to Facebook.
 * To sync this product to Facebook, click Go to Settings and remove the category
   or tag exclusion or click Cancel and update the product’s category / tag assignments.
 * Is there a chat or something I can get on with someone to troubleshoot this?
 * thanks

Viewing 15 replies - 1 through 15 (of 69 total)

1 [2](https://wordpress.org/support/users/radial/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/radial/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/radial/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/radial/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/radial/replies/page/2/?output_format=md)