kattouf
Forum Replies Created
-
Nevermind i give up, i will hack it all with css
Your previous reply was unrelated. I hope Amit can take a look.
The page should not have title and date, it was built with Divi and doesn’t have them.
Hi Amit,
It’s not a post , it’s a page and a clone of the other one.
When i select Either Page as a Default Doc , it adds title etc.
see:
I just changed theme to Twentyfour and issue is the same..
Hello thanks for the info,
Setting custom Docs Page does ‘work’ but it adds titles and date/author.
This page is set as custom docs page:
https://www.pixelcart.io/f-a-q-2/This is a copy of the page as it SHOULD look.
https://www.pixelcart.io/f-a-q/Screenshot https://ibb.co/BsNJ2bY
I will deal with design differences between Single page and docs page using css. They don’t match, bg color, search width etc. Ideally we should have a Single Page shortcode. Not a big deal.
thanks
/J
Forum: Plugins
In reply to: [XPS Ship Integration] Multiple internal errorsThanks,
XPs already told me its a known issue and not a problem. Plugin working is intended.
/J
Forum: Plugins
In reply to: [Index WP MySQL For Speed] Database Errors During WordPress Update 6.3I probably have same issue, just upgraded from 6.22 and log file shows bellow warning. The upgrade completed and site works.
Should i run the plugin again or restore the keys?, i did not have the plugin installed. ( removed after i updated the keys)
[20-Aug-2023 09:10:01 UTC] WordPress database error Duplicate key name ‘comment_date_gmt’ for query ALTER TABLE wp_comments ADD KEY
comment_date_gmt(comment_date_gmt) made by wp_upgrade, make_db_current_silent, dbDelta[20-Aug-2023 09:10:01 UTC] WordPress database error Duplicate key name ‘comment_parent’ for query ALTER TABLE wp_comments ADD KEY
comment_parent(comment_parent) made by wp_upgrade, make_db_current_silent, dbDelta[20-Aug-2023 09:10:01 UTC] WordPress database error Duplicate key name ‘comment_author_email’ for query ALTER TABLE wp_comments ADD KEY
comment_author_email(comment_author_email(10)) made by wp_upgrade, make_db_current_silent, dbDelta [20-Aug-2023 09:10:01 UTC] WordPress database error Multiple primary key defined for query ALTER TABLE wp_options ADD PRIMARY KEY (option_id) made by wp_upgrade, make_db_current_silent, dbDelta [20-Aug-2023 09:10:01 UTC] WordPress database error Duplicate key name ‘type_status_date’ for query ALTER TABLE wp_posts ADD KEYtype_status_date(post_type,post_status,post_date,ID) made by wp_upgrade, make_db_current_silent, dbDelta [20-Aug-2023 09:10:01 UTC] WordPress database error Duplicate key name ‘post_parent’ for query ALTER TABLE wp_posts ADD KEYpost_parent(post_parent) made by wp_upgrade, make_db_current_silent, dbDelta [20-Aug-2023 09:10:01 UTC] WordPress database error Duplicate key name ‘post_author’ for query ALTER TABLE wp_posts ADD KEYpost_author(post_author) made by wp_upgrade, make_db_current_silent, dbDeltaForum: Plugins
In reply to: [WooCommerce] Woocommerce Order Search is too slowyes use a snippets plugin or child theme.
P.S the billing_address_index field contains all the billing details, so no need to even search first or last name either…. 😀
- This reply was modified 3 years ago by kattouf.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Order Search is too slowI’m having same issue with 240k Orders with timeouts on searching. Add this code to functions.php to limit what fields get searched. It speeds things up a lot! (generated by Chatgpt and works great )
// Limit WooCommerce order searches to email, name, order ID, and shipping name for admins and shop managers
function limit_order_search_fields($search_fields) {
if (current_user_can(‘manage_options’) || current_user_can(‘manage_woocommerce’)) {
if (is_admin() && class_exists(‘woocommerce’) && isset($_GET[‘post_type’]) && $_GET[‘post_type’] === ‘shop_order’) {
$search_fields = array(
‘_billing_email’,
‘_billing_address_index’,
‘_billing_first_name’,
‘_billing_last_name’,
// ‘_shipping_first_name’,
// ‘_shipping_last_name’,
‘ID’
);
}
}
return $search_fields;
}
add_filter(‘woocommerce_shop_order_search_fields’, ‘limit_order_search_fields’);- This reply was modified 3 years ago by kattouf.
Hello upon further testing its seems this issue only affect our custom wc login page. Other login pages work. Strange it used to work. maybe wc templates got changed. anyway sorry to bother you!
/J
Forum: Plugins
In reply to: [Preloader Plus - Wordpress Loading Screen Plugin] Stucked on mobileSame with me, came here to report this. On mobile (android) requires touch to proceed.
Forum: Plugins
In reply to: [WooCommerce] Messed up line graph in analyticsForum: Plugins
In reply to: [WP Store Locator] wpslCallback is not a functionSame here, doesn’t seem to work with Autoptimize JS enabled.
w.simplekneads.com/:1 Uncaught (in promise) .pe {message: ‘wpslCallback is not a function’, stack: ‘Error\n at .pe.captureStackTrace (https://maps.…=places&v=quarterly&callback=wpslCallback:221:279′, name: ‘InvalidValueError’}
PFixed by excluding “wp-store-locator” from Js processing
- This reply was modified 3 years, 3 months ago by kattouf.
Forum: Plugins
In reply to: [WooCommerce] Empty orders pending paymentHi, there are no errors in the logs. We can’t disable those coupon plugins, they are vital to the business.
The issue is very rare and not repeatable
Under which condition might this happen? I cant see how interrupting the order flow would change the order status, must be happening after checkout.
I just watched your video on Meta bug. I had events setup and the auto event was enabled. I turned off and deleted events.
It took a while i think i had to clear caches and wait a little. i think issue is resolved.Forum: Plugins
In reply to: [WooCommerce] Empty orders pending paymentHello,
Order are only generated through the website. The two users above had successful orders the same day as their ‘pending order’.
If it helps here is the report:
` ### WordPress Environment ### WordPress address (URL): https://www.mydomain.com Site address (URL): https://www.mydomain.com WC Version: 7.4.1 REST API Version: ✔</img> 7.4.1 WC Blocks Version: ✔</img> 9.4.4 Action Scheduler Version: ✔</img> 3.5.4 Log Directory Writable: ✔</img> WP Version: 6.1.1 WP Multisite: – WP Memory Limit: 512 MB WP Debug Mode: – WP Cron: ✔</img> Language: en_US External object cache: ✔</img> ### Server Environment ### Server Info: Apache PHP Version: 8.0.28 PHP Post Max Size: 100 MB PHP Time Limit: 3600 PHP Max Input Vars: 10000 cURL Version: 7.74.0 OpenSSL/1.1.1n SUHOSIN Installed: – MySQL Version: 5.7.40-43-log Max Upload Size: 50 MB Default Timezone is UTC: ✔</img> fsockopen/cURL: ✔</img> SoapClient: ✔</img> DOMDocument: ✔</img> GZip: ✔</img> Multibyte String: ✔</img> Remote Post: ✔</img> Remote Get: ✔</img> ### Database ### WC Database Version: 7.4.1 WC Database Prefix: wp_ Total Database Size: 9233.15MB Database Data Size: 7417.51MB Database Index Size: 1815.64MB wp_woocommerce_sessions: Data: 6.02MB + Index: 0.14MB + Engine InnoDB wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_woocommerce_order_items: Data: 35.56MB + Index: 18.56MB + Engine InnoDB wp_woocommerce_order_itemmeta: Data: 3158.94MB + Index: 185.45MB + Engine InnoDB wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_woocommerce_payment_tokens: Data: 1.52MB + Index: 1.52MB + Engine InnoDB wp_woocommerce_payment_tokenmeta: Data: 12.52MB + Index: 12.00MB + Engine InnoDB wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_actionscheduler_actions: Data: 28.08MB + Index: 28.13MB + Engine InnoDB wp_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_actionscheduler_logs: Data: 18.06MB + Index: 15.03MB + Engine InnoDB wp_aiowps_debug_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_aiowps_events: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_aiowps_failed_logins: Data: 2.52MB + Index: 3.53MB + Engine InnoDB wp_aiowps_global_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_aiowps_login_activity: Data: 2.02MB + Index: 0.00MB + Engine InnoDB wp_aiowps_login_lockdown: Data: 1.52MB + Index: 0.94MB + Engine InnoDB wp_aiowps_permanent_block: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_automatorwp_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_automatorwp_actions_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_automatorwp_automations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_automatorwp_automations_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_automatorwp_logs: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_automatorwp_logs_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_automatorwp_triggers: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_automatorwp_triggers_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_bwfan_abandonedcarts: Data: 7.52MB + Index: 1.03MB + Engine InnoDB wp_bwfan_automationmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_bwfan_automations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_bwfan_automation_complete_contact: Data: 6.52MB + Index: 1.16MB + Engine InnoDB wp_bwfan_automation_contact: Data: 0.02MB + Index: 0.09MB + Engine InnoDB wp_bwfan_automation_contact_claim: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_bwfan_automation_contact_trail: Data: 1.52MB + Index: 2.73MB + Engine InnoDB wp_bwfan_automation_step: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_bwfan_broadcast: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_bwfan_bulk_action: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_bwfan_contact_automations: Data: 1.52MB + Index: 0.67MB + Engine InnoDB wp_bwfan_contact_note: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_bwfan_conversions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_bwfan_engagement_tracking: Data: 0.02MB + Index: 0.13MB + Engine InnoDB wp_bwfan_engagement_trackingmeta: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_bwfan_fields: Data: 0.02MB + Index: 0.09MB + Engine InnoDB wp_bwfan_field_groups: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_bwfan_form_feeds: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_bwfan_import_export: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_bwfan_link_triggers: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_bwfan_logmeta: Data: 12.52MB + Index: 3.03MB + Engine InnoDB wp_bwfan_logs: Data: 1.52MB + Index: 0.66MB + Engine InnoDB wp_bwfan_message: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_bwfan_message_unsubscribe: Data: 0.02MB + Index: 0.11MB + Engine InnoDB wp_bwfan_syncrecords: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_bwfan_taskmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_bwfan_tasks: Data: 0.02MB + Index: 0.08MB + Engine InnoDB wp_bwfan_task_claim: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_bwfan_templates: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_bwfan_terms: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_bwf_ab_experiments: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_bwf_actions: Data: 0.02MB + Index: 0.09MB + Engine InnoDB wp_bwf_action_claim: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_bwf_contact: Data: 8.52MB + Index: 7.98MB + Engine InnoDB wp_bwf_contact_fields: Data: 4.52MB + Index: 23.22MB + Engine InnoDB wp_bwf_contact_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_bwf_funnelmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_bwf_funnels: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_bwf_optin_entries: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_bwf_wc_customers: Data: 4.52MB + Index: 1.92MB + Engine InnoDB wp_cartflows_ca_cart_abandonment: Data: 21.59MB + Index: 1.52MB + Engine InnoDB wp_cartflows_ca_email_history: Data: 1.52MB + Index: 1.80MB + Engine InnoDB wp_cartflows_ca_email_templates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_cartflows_ca_email_templates_meta: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_cli_cookie_scan: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_cli_cookie_scan_categories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_cli_cookie_scan_cookies: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_cli_cookie_scan_url: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_cli_scripts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_comments: Data: 254.81MB + Index: 172.45MB + Engine InnoDB wp_easypost_packages: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_ee_products_sync_list: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_ee_product_sync_call: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_ee_product_sync_data: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_ee_product_sync_profile: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_ee_prouct_pre_sync_data: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_e_submissions: Data: 0.02MB + Index: 0.27MB + Engine InnoDB wp_e_submissions_actions_log: Data: 0.02MB + Index: 0.11MB + Engine InnoDB wp_e_submissions_values: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_fbv: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_fbv_attachment_folder: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_hfcm_scripts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_lhr_log: Data: 2.52MB + Index: 0.00MB + Engine InnoDB wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailchimp_carts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_mailchimp_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_options: Data: 6.44MB + Index: 5.25MB + Engine InnoDB wp_pmxe_exports: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_pmxe_google_cats: Data: 0.39MB + Index: 0.00MB + Engine InnoDB wp_pmxe_posts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_pmxe_templates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_postmeta: Data: 1177.00MB + Index: 953.00MB + Engine InnoDB wp_posts: Data: 83.61MB + Index: 45.17MB + Engine InnoDB wp_po_plugins: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_pys_stat_landing: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_pys_stat_order: Data: 1.52MB + Index: 0.00MB + Engine InnoDB wp_pys_stat_product_order: Data: 1.52MB + Index: 0.00MB + Engine InnoDB wp_pys_stat_traffic: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_pys_stat_utm_campaing: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_pys_stat_utm_content: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_pys_stat_utm_medium: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_pys_stat_utm_source: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_pys_stat_utm_term: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_redirection_404: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_redirection_groups: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_redirection_items: Data: 0.02MB + Index: 0.09MB + Engine InnoDB wp_redirection_logs: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_sbi_instagram_feeds_posts: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_sbi_instagram_feed_locator: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_sbi_instagram_posts: Data: 0.28MB + Index: 0.00MB + Engine InnoDB wp_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_term_relationships: Data: 0.06MB + Index: 0.02MB + Engine InnoDB wp_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_tm_taskmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_tm_tasks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_usermeta: Data: 251.81MB + Index: 236.56MB + Engine InnoDB wp_users: Data: 10.52MB + Index: 11.55MB + Engine InnoDB wp_wc_admin_notes: Data: 0.06MB + Index: 0.00MB + Engine InnoDB wp_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_autoship_cache: Data: 0.17MB + Index: 0.00MB + Engine InnoDB wp_wc_autoship_log: Data: 2.52MB + Index: 0.00MB + Engine InnoDB wp_wc_autoship_schedules: Data: 0.06MB + Index: 0.00MB + Engine InnoDB wp_wc_autoship_schedule_items: Data: 0.06MB + Index: 0.00MB + Engine InnoDB wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wc_customer_lookup: Data: 15.55MB + Index: 13.06MB + Engine InnoDB wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_order_coupon_lookup: Data: 4.52MB + Index: 7.03MB + Engine InnoDB wp_wc_order_product_lookup: Data: 28.56MB + Index: 29.06MB + Engine InnoDB wp_wc_order_stats: Data: 24.56MB + Index: 21.55MB + Engine InnoDB wp_wc_order_tax_lookup: Data: 0.09MB + Index: 0.11MB + Engine InnoDB wp_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB wp_wc_rate_limits: Data: 0.09MB + Index: 0.06MB + Engine InnoDB wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wfacp_stats: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_wfco_connectormeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wfco_connectors: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wfco_report_views: Data: 0.05MB + Index: 0.05MB + Engine InnoDB wp_wfob_stats: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_wfocu_event: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_wfocu_event_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wfocu_session: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_pinterest: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_pinterest_boards_mapping: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_pinterest_google_categories_mapping: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_pinterest_google_product_categories: Data: 0.28MB + Index: 0.00MB + Engine InnoDB wp_woocommerce_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wpfm_backup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wpmailsmtp_debug_events: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wpmailsmtp_emails_log: Data: 2206.56MB + Index: 6.00MB + Engine InnoDB wp_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_yoast_indexable: Data: 0.28MB + Index: 0.13MB + Engine InnoDB wp_yoast_indexable_hierarchy: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_yoast_primary_term: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_yoast_seo_links: Data: 0.05MB + Index: 0.03MB + Engine InnoDB wp_yoast_seo_meta: Data: 2.52MB + Index: 0.00MB + Engine InnoDB ### Post Type Counts ### acf: 3 acf-field: 12 acf-field-group: 3 attachment: 298 cookielawinfo: 55 custom_css: 3 customize_changeset: 1 docs: 1 elementor_library: 8 et_body_layout: 8 et_footer_layout: 1 et_header_layout: 3 et_pb_layout: 51 et_template: 20 et_theme_builder: 1 mc4wp-form: 1 nav_menu_item: 14 oembed_cache: 5 page: 25 post: 7 postman_sent_mail: 250 product: 11 product-feed: 1 revision: 3 shop_coupon: 425 shop_order: 239756 shop_order_refund: 4129 sp_wps_shortcodes: 1 wc_order_email: 1 wc_order_status: 19 wp_global_styles: 1 wpsl_stores: 381 ### Security ### Secure connection (HTTPS): ✔</img> Hide errors from visitors: ✔</img> ### Active Plugins (43) ### Grin WooCommerce Tracking: by Grin Inc. – 1.2 All In One WP Security: by All In One WP Security & Firewall Team – 5.1.5 Autoptimize: by Frank Goossens (futtta) – 3.1.5 Autoship Cloud Solutions - Dynamic Coupons Extension: by Patterns In the Cloud LLC – 1.0.4 Autoship Cloud powered by QPilot: by Patterns In the Cloud LLC – 2.3.9 Product Feed Manager for WooCommerce PRO: by RexTheme – 6.3.6 Product Feed Manager for WooCommerce: by RexTheme – 7.2.26 Classic Editor: by WordPress Contributors – 1.6.2 CookieYes | GDPR Cookie Consent: by CookieYes – 3.0.8 Disable Cart Fragments: by Optimocha – 2.2 Divi Shop Builder: by WP Zone – 1.2.20 DP Preloader: by Divi Professional – 1.3.1 Facebook for WooCommerce: by Facebook – 3.0.14 FileBird Lite: by Ninja Team – 5.1.4 Header Footer Code Manager: by 99robots – 1.1.32 Heartbeat Control by WP Rocket: by WP Rocket – 2.0 Kadence WooCommerce Email Designer: by Kadence WP – 1.5.7 Klaviyo: by Klaviyo Inc. – 3.0.9 Login & Shop as Customer for WooCommerce: by KoalaApps – 1.0.3 PixelYourSite Pinterest: by PixelYourSite – 4.2.0 PixelYourSite PRO: by PixelYourSite – 9.5.2 Redirection: by John Godley – 5.3.9 Product Slider for WooCommerce: by ShapedPlugin LLC – 2.6.5 WooCommerce Address Validation: by SkyVerge – 2.10.0 WooCommerce AJAX Cart: by Moises Heberle – 1.3.25 WooCommerce Conversion Tracking: by weDevs – 2.0.10 WooCommerce Authorize.Net Gateway: by SkyVerge – 3.8.1 WooCommerce PayPal Checkout Gateway: by WooCommerce – 2.1.3 WooCommerce Google Analytics Integration: by WooCommerce – 1.6.2 WP Menu Cart: by WP Overnight – 2.13.0 Advanced Order Export For WooCommerce (Pro): by AlgolPlus – 3.3.3 WooCommerce Order Status Manager: by SkyVerge – 1.14.0 Pinterest for WooCommerce: by Softblues – 2.4.6 WooCommerce Pre-Orders: by WooCommerce – 1.8.0 (update to version 1.9.0 is available) WooCommerce Shipment Tracking: by WooCommerce – 2.2.1 WooCommerce Smart Coupons: by StoreApps – 7.2.1 (update to version 7.3.0 is available) WooCommerce: by Automattic – 7.4.1 Yoast SEO: by Team Yoast – 20.2.1 WP File Manager: by mndpsingh287 – 7.1.8 WP Mail SMTP Pro: by WPForms – 3.7.0 WP Store Locator: by Tijmen Smit – 2.2.236 WPC Copy Billing Address for WooCommerce: by WPClever – 1.1.0 XPS Ship Integration: by XPS Ship – 1.1.72 ### Inactive Plugins (8) ### FunnelKit Automations: by FunnelKit – 2.4.4 FunnelKit Automations Pro: by FunnelKit – 2.4.3 Order Splitter for WooCommerce: by Fahad Mahmood – 4.8.1 PixelYourSite: by PixelYourSite – 9.3.3 Pop-up Notices for WooCommerce Pro: by Thanks to IT – 1.3.7 Quick Buy For WooCommerce: by Varun Sridharan – 2.8.4 WooCommerce PayPal Pro (Classic and PayFlow Editions) Gateway: by WooCommerce – 4.5.1 YITH WooCommerce Added to Cart Popup: by YITH – 1.8.0 ### Dropin Plugins (2) ### advanced-cache.php: advanced-cache.php object-cache.php: Memcached Redux ### Must Use Plugins (6) ### aios-firewall-loader.php: by – Force Strong Passwords - WPE Edition: by Jason Cosper – 1.8.0 WP Engine Cache Plugin: by WP Engine – 1.1.2 WP Engine Seamless Login Plugin: by WP Engine – 1.6.0 WP Engine Security Auditor: by wpengine – 1.0.10 WP Engine System: by WP Engine – 5.0.1 ### Settings ### API Enabled: ✔</img> Force SSL: ✔</img> Currency: USD ($) Currency Position: left Thousand Separator: , Decimal Separator: . Number of Decimals: 2 Taxonomies: Product Types: external (external) grouped (grouped) simple (simple) variable (variable) Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog) exclude-from-search (exclude-from-search) featured (featured) outofstock (outofstock) rated-1 (rated-1) rated-2 (rated-2) rated-3 (rated-3) rated-4 (rated-4) rated-5 (rated-5) Connected to WooCommerce.com: ✔</img> Enforce Approved Product Download Directories: – Order datastore: WC_Order_Data_Store_CPT ### WC Pages ### Shop base: #198633 - /shop/ Cart: #198629 - /cart/ Checkout: #198630 - /checkout/ My account: #198631 - /my-account/ Terms and conditions: #198634 - /terms-of-service/ ### Theme ### Name: Divi Bakery - Child Theme Version: 1.0 Author URL: https://papertemple.net/ Child Theme: ✔</img> Parent Theme Name: Divi Parent Theme Version: 4.20.0 Parent Theme Author URL: http://www.elegantthemes.com WooCommerce Support: ✔</img> ### Templates ### Overrides: divi-bakery-child-theme/woocommerce/checkout/form-login.php divi-bakery-child-theme/woocommerce/checkout/review-order.php divi-bakery-child-theme/woocommerce/checkout/thankyou.php /nas/content/live/simplekneads/wp-content/plugins/woocommerce-ajax-cart//templates/wac-qty-select.php version 4.0.0 is out of date. The core version is 7.4.0 Outdated Templates: ❌</img> Learn how to update ### Authorize.Net Credit Card ### Environment: Production Tokenization Enabled: Debug Mode: Off Webhooks Enabled: ### Admin ### Enabled Features: activity-panels analytics coupons customer-effort-score-tracks import-products-task experimental-fashion-sample-products shipping-smart-defaults shipping-setting-tour homescreen marketing multichannel-marketing mobile-app-banner navigation new-product-management-experience onboarding onboarding-tasks remote-inbox-notifications remote-free-extensions payment-gateway-suggestions shipping-label-banner subscriptions store-alerts transient-notices woo-mobile-welcome wc-pay-promotion wc-pay-welcome-page Disabled Features: minified-js product-variation-management settings Daily Cron: ✔</img> Next scheduled: 2023-03-15 08:41:14 -04:00 Options: ✔</img> Notes: 56 Onboarding: completed ### Address Validation ### Active Provider: Loqate Configured: ✔</img> Validate international addresses: Yes Debug Mode: No Geocode Addresses: No Classify Addresses: No Force Customer to look-up address via Postcode: No ### Action Scheduler ### Complete: 69,751 Oldest: 2023-02-11 04:51:03 -0500 Newest: 2023-03-14 05:26:29 -0400 Failed: 7,090 Oldest: 2021-08-16 06:01:22 -0400 Newest: 2023-03-14 05:44:40 -0400 Pending: 8 Oldest: 2023-03-14 05:47:52 -0400 Newest: 2023-03-17 23:45:27 -0400 ### Smart Coupons related settings ### Number of coupons to show: 5 Number of characters in auto-generated coupon code: Valid order status for auto-generating coupon: replacement-reque expedited-order autoship-order baking-next completed processing replacement-sent xps Include tax in the amount of the generated gift card: no Deduct credit/gift before doing tax calculations: no Gift Card discount is inclusive of tax: no Automatic deletion: no Coupon emails: yes Printing coupons: yes Sell gift cards at less price?: no Use gift card applied in first subscription order for subsequent renewals until credit reaches zero: yes Renewal orders should not generate coupons even when they include a product that issues coupons: no Allow sending of coupons to others: yes Allow schedule sending of coupons?: no Combine emails: no Auto generated coupon email: yes Combined auto generated coupons email: no Acknowledgement email: yes Enable taxes: yes Prices entered with tax: no Rounding: no Display prices in the shop: excl Display prices during cart and checkout: excl Display tax totals: itemized Enable the use of coupon codes: yes Calculate coupon discounts sequentially: no Account endpoints > Coupons: wc-smart-coupons ### Status report information ### Generated at: 2023-03-14 05:48:38 -04:00 `