ckwang
Forum Replies Created
-
understood thx
Forum: Plugins
In reply to: [WooCommerce] add to cart button problemHi Shameem. I’ve decided to just remove the button completely for simplicity sakes. I’ve found from woocommerce support post archives this below snippet to do that. It successfully removed the button from shop category pages but not on the homepage where woocommerce blocks are used. Can you help with that? Existing code is below thx.
add_action( 'woocommerce_after_shop_loop_item', 'remove_add_to_cart_buttons', 1 ); function remove_add_to_cart_buttons() { if( is_product_category() || is_shop()) { remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart' ); } }Forum: Plugins
In reply to: [WooCommerce] Currency notation missing site wideHi Darla. It’s not that the currency isn’t there. It’s that there isn’t a USD EUR etc text identifier before currency symbol for product listings. You will see it on the currency switcher but it isn’t present on actual product price listings. Currency plugin developer told me it is a premium feature but afaik it was present already before recent updates. I’m not sure by default if woocommerce shows the text identifiers or not so that’s why I’m asking. Reports below thx.
` ### WordPress Environment ### WordPress address (URL): https://jjrsliving.com Site address (URL): https://jjrsliving.com WC Version: 8.2.1 REST API Version: ✔ 8.2.1 WC Blocks Version: ✔ 11.4.1 Action Scheduler Version: ✔ 3.6.3 Log Directory Writable: ✔ WP Version: ❌ 6.3.2 - There is a newer version of WordPress available (6.4) WP Multisite: – WP Memory Limit: 2 GB WP Debug Mode: – WP Cron: ✔ Language: en_US External object cache: – ### Server Environment ### Server Info: LiteSpeed PHP Version: 7.4.33 PHP Post Max Size: 2 GB PHP Time Limit: 360 PHP Max Input Vars: 5000 cURL Version: 7.87.0 OpenSSL/1.1.1p SUHOSIN Installed: – MySQL Version: 5.5.5-10.6.12-MariaDB-cll-lve Max Upload Size: 2 GB Default Timezone is UTC: ✔ fsockopen/cURL: ✔ SoapClient: ✔ DOMDocument: ✔ GZip: ✔ Multibyte String: ✔ Remote Post: ✔ Remote Get: ✔ ### Database ### WC Database Version: 7.6.0 WC Database Prefix: wp_ Total Database Size: 482.14MB Database Data Size: 357.96MB Database Index Size: 124.18MB wp_woocommerce_sessions: Data: 5.58MB + Index: 0.21MB + Engine MyISAM wp_woocommerce_api_keys: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_woocommerce_attribute_taxonomies: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_downloadable_product_permissions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_order_items: Data: 0.01MB + Index: 0.01MB + Engine MyISAM wp_woocommerce_order_itemmeta: Data: 0.08MB + Index: 0.03MB + Engine MyISAM wp_woocommerce_tax_rates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_shipping_zones: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_shipping_zone_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_shipping_zone_methods: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_payment_tokens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_payment_tokenmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_acfw_store_credits: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_actionscheduler_actions: Data: 61.86MB + Index: 19.65MB + Engine MyISAM wp_actionscheduler_claims: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_actionscheduler_groups: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_actionscheduler_logs: Data: 39.55MB + Index: 31.37MB + Engine MyISAM wp_aioseo_cache: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_aioseo_notifications: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_aioseo_posts: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_bwf_contact: Data: 0.02MB + Index: 0.06MB + 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: 0.02MB + Index: 0.03MB + Engine InnoDB wp_bwg_album: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_bwg_album_gallery: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_bwg_file_paths: Data: 0.06MB + Index: 0.00MB + Engine InnoDB wp_bwg_gallery: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_bwg_image: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_bwg_image_comment: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_bwg_image_rate: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_bwg_image_tag: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_bwg_shortcode: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_bwg_theme: Data: 0.08MB + Index: 0.00MB + Engine InnoDB wp_cartflows_ca_cart_abandonment: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_cartflows_ca_email_history: Data: 0.02MB + Index: 0.03MB + 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_china_payments_stripe_customers: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_commentmeta: Data: 36.51MB + Index: 24.61MB + Engine MyISAM wp_comments: Data: 23.51MB + Index: 8.57MB + Engine MyISAM wp_e_events: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_ff_scheduled_actions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_fluentform_entry_details: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_fluentform_forms: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_fluentform_form_analytics: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_fluentform_form_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_fluentform_logs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_fluentform_submissions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_fluentform_submission_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_fsmpt_email_logs: Data: 0.06MB + Index: 0.00MB + Engine InnoDB wp_glsr_assigned_posts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_glsr_assigned_terms: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_glsr_assigned_users: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_glsr_ratings: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_litespeed_url: Data: 0.23MB + Index: 0.38MB + Engine InnoDB wp_litespeed_url_file: Data: 0.02MB + Index: 0.08MB + Engine InnoDB wp_lrgawidget_global_settings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_matomo_access: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_matomo_archive_blob_2022_11: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_matomo_archive_blob_2022_12: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_matomo_archive_blob_2023_01: Data: 1.02MB + Index: 0.02MB + Engine InnoDB wp_matomo_archive_blob_2023_02: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_matomo_archive_blob_2023_03: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_matomo_archive_blob_2023_04: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_matomo_archive_blob_2023_05: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_matomo_archive_blob_2023_06: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_matomo_archive_blob_2023_07: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_matomo_archive_blob_2023_08: Data: 0.09MB + Index: 0.02MB + Engine InnoDB wp_matomo_archive_blob_2023_09: Data: 1.52MB + Index: 0.09MB + Engine InnoDB wp_matomo_archive_blob_2023_10: Data: 1.52MB + Index: 0.11MB + Engine InnoDB wp_matomo_archive_blob_2023_11: Data: 0.30MB + Index: 0.05MB + Engine InnoDB wp_matomo_archive_blob_2023_12: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_matomo_archive_invalidations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_matomo_archive_numeric_2022_11: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_matomo_archive_numeric_2022_12: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_matomo_archive_numeric_2023_01: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_matomo_archive_numeric_2023_02: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_matomo_archive_numeric_2023_03: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_matomo_archive_numeric_2023_04: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_matomo_archive_numeric_2023_05: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_matomo_archive_numeric_2023_06: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_matomo_archive_numeric_2023_07: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_matomo_archive_numeric_2023_08: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_matomo_archive_numeric_2023_09: Data: 0.13MB + Index: 0.16MB + Engine InnoDB wp_matomo_archive_numeric_2023_10: Data: 0.13MB + Index: 0.17MB + Engine InnoDB wp_matomo_archive_numeric_2023_11: Data: 0.06MB + Index: 0.09MB + Engine InnoDB wp_matomo_archive_numeric_2023_12: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_matomo_brute_force_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_matomo_changes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_matomo_custom_dimensions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_matomo_goal: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_matomo_locks: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_matomo_logger_message: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_matomo_log_action: Data: 0.20MB + Index: 0.05MB + Engine InnoDB wp_matomo_log_conversion: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_matomo_log_conversion_item: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_matomo_log_link_visit_action: Data: 0.25MB + Index: 0.16MB + Engine InnoDB wp_matomo_log_profiling: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_matomo_log_visit: Data: 0.17MB + Index: 0.11MB + Engine InnoDB wp_matomo_option: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_matomo_plugin_setting: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_matomo_privacy_logdata_anonymizations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_matomo_report: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_matomo_report_subscriptions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_matomo_segment: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_matomo_sequence: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_matomo_session: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_matomo_site: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_matomo_site_setting: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_matomo_site_url: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_matomo_tagmanager_container: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_matomo_tagmanager_container_release: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_matomo_tagmanager_container_version: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_matomo_tagmanager_tag: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_matomo_tagmanager_trigger: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_matomo_tagmanager_variable: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_matomo_tracking_failure: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_matomo_twofactor_recovery_code: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_matomo_user: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_matomo_user_dashboard: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_matomo_user_language: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_matomo_user_token_auth: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mclean_refs: Data: 1.52MB + Index: 0.00MB + Engine InnoDB wp_mclean_scan: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_nf3_actions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_nf3_action_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_nf3_chunks: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_nf3_fields: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_nf3_field_meta: Data: 0.05MB + Index: 0.00MB + Engine InnoDB wp_nf3_forms: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_nf3_form_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_nf3_objects: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_nf3_object_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_nf3_relationships: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_nf3_upgrades: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_ngg_album: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_ngg_gallery: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_ngg_pictures: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_options: Data: 11.41MB + Index: 0.90MB + Engine MyISAM wp_payment_page_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_payment_page_payments: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_payment_page_stripe_customers: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_payment_page_stripe_prices: Data: 0.02MB + Index: 0.08MB + Engine InnoDB wp_payment_page_stripe_products: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_postmeta: Data: 123.14MB + Index: 17.41MB + Engine MyISAM wp_posts: Data: 38.43MB + Index: 8.40MB + Engine MyISAM wp_premmerce_currencies: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_qss: Data: 0.14MB + Index: 0.03MB + Engine InnoDB wp_rio_process_queue: Data: 0.02MB + Index: 0.08MB + Engine InnoDB wp_rtafar_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_snippets: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_statistics_exclusions: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_statistics_historical: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_statistics_pages: Data: 0.17MB + Index: 0.56MB + Engine InnoDB wp_statistics_search: Data: 0.05MB + Index: 0.05MB + Engine InnoDB wp_statistics_useronline: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_statistics_visit: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_statistics_visitor: Data: 0.41MB + Index: 0.67MB + Engine InnoDB wp_statistics_visitor_relationships: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_tbds_error_product_images: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_tbds_postmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_tbds_posts: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_termmeta: Data: 0.23MB + Index: 0.19MB + Engine MyISAM wp_terms: Data: 0.20MB + Index: 0.37MB + Engine MyISAM wp_term_relationships: Data: 0.49MB + Index: 1.01MB + Engine MyISAM wp_term_taxonomy: Data: 0.27MB + Index: 0.20MB + Engine MyISAM wp_trp_dictionary_en_us_zh_cn: Data: 0.01MB + Index: 0.03MB + Engine MyISAM wp_trp_dictionary_en_us_zh_hk: Data: 0.09MB + Index: 0.09MB + Engine InnoDB wp_trp_dictionary_zh_cn_en_us: Data: 0.01MB + Index: 0.03MB + Engine MyISAM wp_trp_dictionary_zh_hk_en_us: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_trp_dictionary_zh_tw_en_us: Data: 0.12MB + Index: 0.22MB + Engine MyISAM wp_trp_gettext_en_us: Data: 0.46MB + Index: 0.93MB + Engine MyISAM wp_trp_gettext_original_meta: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_trp_gettext_original_strings: Data: 0.44MB + Index: 0.30MB + Engine InnoDB wp_trp_gettext_zh_cn: Data: 0.38MB + Index: 0.43MB + Engine MyISAM wp_trp_gettext_zh_hk: Data: 0.52MB + Index: 0.76MB + Engine MyISAM wp_trp_gettext_zh_tw: Data: 0.57MB + Index: 0.92MB + Engine MyISAM wp_trp_original_meta: Data: 0.05MB + Index: 0.06MB + Engine MyISAM wp_trp_original_strings: Data: 0.15MB + Index: 0.16MB + Engine MyISAM wp_usermeta: Data: 0.04MB + Index: 0.03MB + Engine MyISAM wp_users: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_vi_wad_ali_orders_info: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_vi_wad_error_product_images: Data: 0.07MB + Index: 0.01MB + Engine MyISAM wp_vi_wbe_history: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wacv_abandoned_cart_record: Data: 0.08MB + Index: 0.00MB + Engine InnoDB wp_wacv_cart_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wacv_email_history: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wacv_guest_info_record: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wccs_conditions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wccs_condition_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_admin_notes: Data: 0.07MB + Index: 0.00MB + Engine MyISAM wp_wc_admin_note_actions: Data: 0.04MB + Index: 0.01MB + Engine MyISAM wp_wc_category_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_customer_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_wc_download_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_orders: Data: 0.02MB + Index: 0.11MB + Engine InnoDB wp_wc_orders_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_order_addresses: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_wc_order_coupon_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_order_operational_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_order_product_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_wc_order_stats: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_wc_order_tax_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_product_attributes_lookup: Data: 1.52MB + Index: 0.50MB + Engine InnoDB wp_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_product_meta_lookup: Data: 0.99MB + Index: 1.25MB + Engine MyISAM wp_wc_rate_limits: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_reserved_stock: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_tax_rate_classes: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_wc_webhooks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wdr_order_discounts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wdr_order_item_discounts: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_wdr_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wfacp_stats: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_wfco_report_views: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_woobe_history: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_woobe_history_bulk: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wotv_woo_track_info: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wpfm_backup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wpforms_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wpmailsmtp_debug_events: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wpmailsmtp_tasks_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wt_sc_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB ### Post Type Counts ### acoplw_badges: 1 attachment: 34749 awdp_pt_rules: 1 bwg_gallery: 1 cartflows_flow: 1 cartflows_step: 2 custom_css: 1 customize_changeset: 18 display_type: 7 elementor_library: 1 is_search_form: 5 language_switcher: 4 nav_menu_item: 23 ngg_gallery: 1 o-list: 1 page: 38 post: 21 product: 1488 product_variation: 9449 revision: 456 shop_coupon: 7 shop_order: 24 shop_order_refund: 2 sp_wp_carousel: 1 vi_wad_draft_product: 1416 wacv_email_template: 3 wfacp_checkout: 1 wffn_ty: 1 wp_global_styles: 1 wp_navigation: 1 wpc_product_badge: 1 wpcf7_contact_form: 1 wpzoom_rcb: 6 yay-currency-manage: 10 ### Security ### Secure connection (HTTPS): ✔ Hide errors from visitors: ✔ ### Active Plugins (28) ### FluentSMTP: by FluentSMTP & WPManageNinja Team – 2.2.6 Acowebs Product Labels For Woocommerce: by Acowebs – 1.5.1 Advanced Coupons for WooCommerce Free: by Rymera Web Co – 4.5.6 Blog Designer Pack: by InfornWeb – 3.4.2 Bulk remove posts from category: by MasterNs – 3.3 Checkout Plugins - PayPal for WooCommerce: by Checkout Plugins – 1.0.0 Checkout Plugins - Stripe for WooCommerce: by Checkout Plugins – 1.5.0 Code Snippets: by Code Snippets Pro – 3.5.0 Contact Form 7: by Takayuki Miyoshi – 5.8.2 Duplicate Page: by mndpsingh287 – 4.5.3 EXMAGE - WordPress Image Links: by VillaTheme(villatheme.com) – 1.0.16 Flexible Shipping: by Octolize – 4.23.0 Kadence Blocks – Gutenberg Blocks for Page Builder Features: by Kadence WP – 3.1.23 Matomo Analytics - Ethical Stats. Powerful Insights.: by Matomo – 4.15.3 Better Find and Replace: by CodeSolz – 1.5.3 Robin image optimizer: by Creative Motion – 1.6.5 Simple Social Buttons: by WPBrigade – 5.1.0 Squirrly SEO (Newton): by Squirrly – 12.3.14 Advanced Product Information for WooCommerce: by VillaTheme – 1.1.0 ALD - Dropshipping and Fulfillment for AliExpress and WooCommerce: by VillaTheme(villatheme.com) – 2.0.0 WooCommerce Blocks: by Automattic – 11.4.1 Woo Title Limit: by Dima W. – 2.0.3 WooCommerce Photo Reviews Premium: by VillaTheme – 1.3.11.2 WooCommerce Price Based on Country: by Oscar Gare – 3.3.1 WooCommerce: by Automattic – 8.2.1 Asset CleanUp: Page Speed Booster: by Gabe Livan – 1.3.9.3 WP Carousel: by ShapedPlugin LLC – 2.5.9 YayCurrency: by YayCommerce – 2.4.1 ### Inactive Plugins (84) ### Abandoned Cart Recovery for WooCommerce: by VillaTheme – 1.1.0 Add From Server: by Dion Hulse – 3.4.5 Aliexpress Dropshipping for Woocommerce (AliNext Lite version): by AliExpress Dropshipping Plugin – 3.0.25 All-in-One WP Migration: by ServMask – 7.64 All in One SEO: by All in One SEO Team – 4.2.5.1 Alt Manager: by Mohamed Saad – 1.5.9 Analytics Insights for Google Analytics 4 (AIWP): by DeConf – 5.8.11 Auto Image Attributes From Filename With Bulk Updater: by Arun Basil Lal – 4.3.1 BEAR – Bulk Editor and Products Manager Professional for WooCommerce: by realmag777 – 1.1.3.3 Beautiful and responsive cookie consent: by Beautiful Cookie Banner – 2.13.0 BIALTY - Bulk Image Alt Text (Alt tag, Alt Attribute) with Yoast SEO + WooCommerce: by Pagup – 1.4.7.2 Bulk Price Update for Woocommerce: by TechnoCrackers – 2.2.2 Bulky - Bulk Edit Products for WooCommerce: by VillaTheme – 1.1.4 Cart All In One For WooCommerce: by VillaTheme – 1.1.13 Checkout Field Editor for WooCommerce: by ThemeHigh – 1.8.2 ChinaDS - Taobao Dropshipping for WooCommerce: by VillaTheme – 2.0.2 Controlled Admin Access: by WPRuby – 2.0.13 Cookie Notice & Compliance for GDPR / CCPA: by Hu-manity.co – 2.4.8 Custom Currency For WooCommerce: by I am Programmer – 7.2.0 Custom Currency Symbol for WooCommerce: by Bill Robbins – 1.0.0 Customer Reviews Collector for WooCommerce: by Trustindex.io <support@trustindex.io> – 3.8.1 Customer Reviews for WooCommerce: by CusRev – 5.35.0 Debug Info: by AMP-MODE – 1.3.10 FiboSearch - AJAX Search for WooCommerce: by FiboSearch Team – 1.26.1 File Manager Advanced: by modalweb – 5.1.2 Fluid Checkout for WooCommerce - Lite: by Fluid Checkout – 2.4.0 Force Regenerate Thumbnails: by Exactly WWW – 2.1.3 FOX - Currency Switcher Professional for WooCommerce: by realmag777 – 1.4.0 Free Shipping Badge: by Cvijetin Maletic – 1.1.2 FunnelKit Cart for WooCommerce: by FunnelKit – 1.0.2 Google Language Translator: by Translate AI Multilingual Solutions – 6.0.19 GTranslate: by Translate AI Multilingual Solutions – 3.0.4 Hostinger: by Hostinger – 1.0 IRivYou - Import Amazon reviews and Aliexpress reviews to woocommerce: by zizou1988 – 2.2.1 Ivory Search: by Ivory Search – 5.5.2 Kadence Starter Templates: by Kadence WP – 1.2.22 Lara's Google Analytics (GA4): by XtraOrbit Web Development SRL – 4.0.1 LiteSpeed Cache: by LiteSpeed Technologies – 5.7.0.1 Loco Translate: by Tim Whitlock – 2.6.6 Media Cleaner: by Jordy Meow – 6.6.7 Media Library Assistant: by David Lingren – 3.07 Media Sync: by Erol Živina – 1.2.9 Multi-Step Checkout for WooCommerce: by SilkyPress – 2.23 MultiStep Checkout for WooCommerce: by ThemeHigh – 2.2.1 Notibar - WordPress Notification Bar: by Ninja Team – 2.1.1 Orders Tracking for WooCommerce: by VillaTheme – 1.2.6 Payment Plugins for PayPal WooCommerce: by Payment Plugins support@paymentplugins.com – 1.0.30 Payment Plugins for Stripe WooCommerce: by Payment Plugins support@paymentplugins.com – 3.3.40 Perfect Images (Optimize, Rebuild, Replace, Thumbnails, Retina): by Jordy Meow – 6.4.7 Polylang: by WP SYNTEX – 3.4.2 Post Type Switcher: by Triple J Software Inc. – 3.2.1 Premmerce Multi-Currency for Woocommerce: by Premmerce – 2.3.4 Product Video Gallery for Woocommerce: by NikHiL Gadhiya – 1.4.1.5 Query Monitor: by John Blackbourn – 3.14.1 Recipe Card Blocks for Gutenberg & Elementor: by WPZOOM – 3.1.9 Shortcode in Menus: by Gagan Deep Singh – 3.5.1 Site Kit by Google: by Google – 1.92.0 Site Reviews: by Paul Ryley – 6.10.6 SMNTCS Google Webmaster Tools: by Niels Lange – 3.0 StoreCustomizer: by Kaira – 2.5.3 Stripe Payment Plugin for WooCommerce: by WebToffee – 3.7.7 Term Management Tools: by theMikeD scribu – 2.0.1 theShark dropshipping for AliExpress and Woocommerce: by wooproductimporter – 2.2.3 ThumbPress: by Codexpert Inc – 4.1 TinyPNG - JPEG, PNG & WebP image compression: by TinyPNG – 3.4.2 TranslatePress - Multilingual: by Cozmoslabs Razvan Mocanu Madalin Ungureanu Cristophor Hurduban – 2.6.2 Trustpilot-reviews: by Trustpilot – 2.5.925 Ultimate Reviews: by Etoile Web Design – 3.2.7 WooCommerce Cart Abandonment Recovery: by CartFlows Inc – 1.2.24 WooCommerce Checkout Manager: by QuadLayers – 7.1.3 WooCommerce Free Shipping: by Plugin Territory – 7.7.1 WooCommerce Multilingual & Multicurrency: by OnTheGoSystems – 5.1.3 Woocommerce Single Product Page Customizer: by Geek Code Lab – 2.5 WooCommerce Stripe Gateway: by WooCommerce – 7.4.3 Woo Image SEO: by Danail Emandiev – 1.4.0 WPC Badge Management for WooCommerce: by WPClever – 2.3.1 WP Debugging: by Andy Fragen – 2.11.22 WP File Manager: by mndpsingh287 – 7.2 WP Menu Cart: by WP Overnight – 2.14.1 WP Sheet Editor - WooCommerce Products: by WP Sheet Editor – 1.8.5 WP Statistics: by VeronaLabs – 14.1.3.1 WP Stripe Checkout: by naa986 – 1.2.2.30 XT Floating Cart for WooCommerce: by XplodedThemes – 2.7.3 YITH WooCommerce Badge Management: by YITH – 2.20.0 ### Settings ### API Enabled: – Force SSL: – Currency: HKD ($) Currency Position: left Thousand Separator: , Decimal Separator: . Number of Decimals: 0 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-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: – Enforce Approved Product Download Directories: – HPOS feature screen enabled: – HPOS feature enabled: – Order datastore: WC_Order_Data_Store_CPT HPOS data sync enabled: – ### WC Pages ### Shop base: #1933 - /shop-2/ Cart: #7 - /cart/ Checkout: #8 - /checkout/ My account: #9 - /my-account/ Terms and conditions: #40118 - /%e9%85%8d%e9%80%81%ef%bc%8c%e9%80%80%e8%b2%a8%ef%bc%8c%e9%80%80%e6%ac%be%e9%a0%88%e7%9f%a5/ ### Theme ### Name: Kadence Version: 1.1.46 (update to version 1.1.48 is available) Author URL: https://www.kadencewp.com/ Child Theme: ❌ – If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme WooCommerce Support: ✔ ### Templates ### Overrides: /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woo-gutenberg-products-block/templates/notices/error.php /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woo-gutenberg-products-block/templates/notices/notice.php /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woo-gutenberg-products-block/templates/notices/success.php ### Geolocation debug info ### Default customer location: MaxMind GeoIP database: ✔ MaxMind GeoIP license: ❌ Geolocation has not been configured. You must enter a valid license key on the MaxMind integration settings page. MM_COUNTRY_CODE: ❌ GEOIP_COUNTRY_CODE: ❌ HTTP_CF_IPCOUNTRY: TW HTTP_X_COUNTRY_CODE: ❌ HTTP_X_REAL_IP: ❌ HTTP_X_FORWARDED_FOR: 61.70.45.140 REMOTE_ADDR: 61.70.45.140 Real external IP: 61.70.45.140 WCPBC_USE_REMOTE_ADDR: – Geolocation Test: ✔ ### PBC Settings ### Version: 3.3.1 (1685681955) Base location: US:CA Base currency: HKD Price Based On: shipping Shipping: ✔ Test mode: – Test country: – Load products price in background: ✔ Prices entered with tax: – Calculate tax based on: shipping Display prices in the shop: excl ### Zone Pricing Hong kong ### zone_id: hong-kong enabled: yes name: Hong kong countries: HK currency: HKD exchange_rate: 1 auto_exchange_rate: no disable_tax_adjustment: no order: 9999 ### Zone Pricing Canada ### zone_id: canada enabled: yes name: Canada countries: CA currency: CAD exchange_rate: .17 auto_exchange_rate: no disable_tax_adjustment: no order: 9999 ### Admin ### Enabled Features: activity-panels analytics product-block-editor coupons core-profiler customer-effort-score-tracks import-products-task experimental-fashion-sample-products shipping-smart-defaults shipping-setting-tour homescreen marketing mobile-app-banner navigation onboarding onboarding-tasks product-variation-management 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: customize-store minified-js new-product-management-experience settings async-product-editor-category-field Daily Cron: ✔ Next scheduled: 2023-11-08 23:07:39 +00:00 Options: ✔ Notes: 181 Onboarding: skipped ### Action Scheduler ### Canceled: 1 Oldest: 2023-11-02 10:25:42 +0000 Newest: 2023-11-02 10:25:42 +0000 Complete: 138,399 Oldest: 2023-10-08 04:43:07 +0000 Newest: 2023-11-08 03:47:26 +0000 Failed: 137 Oldest: 2023-04-21 19:01:04 +0000 Newest: 2023-11-06 15:52:22 +0000 Pending: 2 Oldest: 2023-11-08 22:30:25 +0000 Newest: 2023-11-13 15:52:22 +0000 ### Status report information ### Generated at: 2023-11-08 04:42:46 +00:00 `fatal-errors-2023-11-07-01a87d4f638baeaddc7e1ef35f5402b1.log (November 7, 2023 at 9:41 am GMT+0000) View 2023-11-07T00:41:32+00:00 CRITICAL Uncaught Exception: error_code: 101 - error_type: missing_access_key - error_info: You have not supplied an API Access Key. [Required format: access_key=YOUR_ACCESS_KEY] in /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php:189 Stack trace: #0 /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php(152): WCML_Exchange_Rates->fetch_exchange_rates_from_active_service(Array) #1 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/class-wp-hook.php(310): WCML_Exchange_Rates->update_exchange_rates() #2 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters('', Array) #3 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #4 /home/u352546528/domains/jjrsliving.com/public_html/wp-cron.php(191): do_action_ref_ in /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php on line 189 2023-11-07T01:41:45+00:00 CRITICAL Uncaught Exception: error_code: 101 - error_type: missing_access_key - error_info: You have not supplied an API Access Key. [Required format: access_key=YOUR_ACCESS_KEY] in /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php:189 Stack trace: #0 /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php(152): WCML_Exchange_Rates->fetch_exchange_rates_from_active_service(Array) #1 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/class-wp-hook.php(310): WCML_Exchange_Rates->update_exchange_rates() #2 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters('', Array) #3 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #4 /home/u352546528/domains/jjrsliving.com/public_html/wp-cron.php(191): do_action_ref_ in /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php on line 189 2023-11-07T02:41:36+00:00 CRITICAL Uncaught Exception: error_code: 101 - error_type: missing_access_key - error_info: You have not supplied an API Access Key. [Required format: access_key=YOUR_ACCESS_KEY] in /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php:189 Stack trace: #0 /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php(152): WCML_Exchange_Rates->fetch_exchange_rates_from_active_service(Array) #1 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/class-wp-hook.php(310): WCML_Exchange_Rates->update_exchange_rates() #2 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters('', Array) #3 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #4 /home/u352546528/domains/jjrsliving.com/public_html/wp-cron.php(191): do_action_ref_ in /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php on line 189 2023-11-07T03:41:28+00:00 CRITICAL Uncaught Exception: error_code: 101 - error_type: missing_access_key - error_info: You have not supplied an API Access Key. [Required format: access_key=YOUR_ACCESS_KEY] in /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php:189 Stack trace: #0 /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php(152): WCML_Exchange_Rates->fetch_exchange_rates_from_active_service(Array) #1 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/class-wp-hook.php(310): WCML_Exchange_Rates->update_exchange_rates() #2 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters('', Array) #3 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #4 /home/u352546528/domains/jjrsliving.com/public_html/wp-cron.php(191): do_action_ref_ in /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php on line 189 2023-11-07T04:42:26+00:00 CRITICAL Uncaught Exception: error_code: 101 - error_type: missing_access_key - error_info: You have not supplied an API Access Key. [Required format: access_key=YOUR_ACCESS_KEY] in /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php:189 Stack trace: #0 /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php(152): WCML_Exchange_Rates->fetch_exchange_rates_from_active_service(Array) #1 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/class-wp-hook.php(310): WCML_Exchange_Rates->update_exchange_rates() #2 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters('', Array) #3 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #4 /home/u352546528/domains/jjrsliving.com/public_html/wp-cron.php(191): do_action_ref_ in /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php on line 189 2023-11-07T05:41:49+00:00 CRITICAL Uncaught Exception: error_code: 101 - error_type: missing_access_key - error_info: You have not supplied an API Access Key. [Required format: access_key=YOUR_ACCESS_KEY] in /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php:189 Stack trace: #0 /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php(152): WCML_Exchange_Rates->fetch_exchange_rates_from_active_service(Array) #1 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/class-wp-hook.php(310): WCML_Exchange_Rates->update_exchange_rates() #2 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters('', Array) #3 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #4 /home/u352546528/domains/jjrsliving.com/public_html/wp-cron.php(191): do_action_ref_ in /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php on line 189 2023-11-07T06:41:29+00:00 CRITICAL Uncaught Exception: error_code: 101 - error_type: missing_access_key - error_info: You have not supplied an API Access Key. [Required format: access_key=YOUR_ACCESS_KEY] in /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php:189 Stack trace: #0 /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php(152): WCML_Exchange_Rates->fetch_exchange_rates_from_active_service(Array) #1 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/class-wp-hook.php(310): WCML_Exchange_Rates->update_exchange_rates() #2 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters('', Array) #3 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #4 /home/u352546528/domains/jjrsliving.com/public_html/wp-cron.php(191): do_action_ref_ in /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php on line 189 2023-11-07T07:41:47+00:00 CRITICAL Uncaught Exception: error_code: 101 - error_type: missing_access_key - error_info: You have not supplied an API Access Key. [Required format: access_key=YOUR_ACCESS_KEY] in /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php:189 Stack trace: #0 /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php(152): WCML_Exchange_Rates->fetch_exchange_rates_from_active_service(Array) #1 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/class-wp-hook.php(310): WCML_Exchange_Rates->update_exchange_rates() #2 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters('', Array) #3 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #4 /home/u352546528/domains/jjrsliving.com/public_html/wp-cron.php(191): do_action_ref_ in /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php on line 189 2023-11-07T08:41:34+00:00 CRITICAL Uncaught Exception: error_code: 101 - error_type: missing_access_key - error_info: You have not supplied an API Access Key. [Required format: access_key=YOUR_ACCESS_KEY] in /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php:189 Stack trace: #0 /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php(152): WCML_Exchange_Rates->fetch_exchange_rates_from_active_service(Array) #1 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/class-wp-hook.php(310): WCML_Exchange_Rates->update_exchange_rates() #2 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters('', Array) #3 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #4 /home/u352546528/domains/jjrsliving.com/public_html/wp-cron.php(191): do_action_ref_ in /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php on line 189 2023-11-07T09:41:44+00:00 CRITICAL Uncaught Exception: error_code: 101 - error_type: missing_access_key - error_info: You have not supplied an API Access Key. [Required format: access_key=YOUR_ACCESS_KEY] in /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php:189 Stack trace: #0 /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php(152): WCML_Exchange_Rates->fetch_exchange_rates_from_active_service(Array) #1 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/class-wp-hook.php(310): WCML_Exchange_Rates->update_exchange_rates() #2 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters('', Array) #3 /home/u352546528/domains/jjrsliving.com/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #4 /home/u352546528/domains/jjrsliving.com/public_html/wp-cron.php(191): do_action_ref_ in /home/u352546528/domains/jjrsliving.com/public_html/wp-content/plugins/woocommerce-multilingual/classes/multi-currency/class-wcml-exchange-rates.php on line 189Forum: Plugins
In reply to: [WooCommerce] catalog shop page filter not responsivehi so just cleared my cache on chrome but issue persists, any tips? the issue is the same across all three of my devices, chromebook laptop, tablet and smart phones
Yes Sir managed to solve it but not exactly, I had to delete entire text title and tag line in order to make everything fit, anyway to retain title and or tagline and still make things fit? There isn’t any option to change title and tagline font size however thx
Forum: Plugins
In reply to: [WooCommerce] In menu search barok thank you again Shameem!
Forum: Plugins
In reply to: [WooCommerce] catalog shop page filter not responsiveok thx for the tip I’ll give it a other whirl
Forum: Plugins
In reply to: [WooCommerce] Currency notation missing site widecan anybody help? Thx
fyi it seems the command rand is not true random. It simply alternates and loops through with four preset arrangements. If anyone knows a true randomization command pls let me know thx.
hi vm have found the solution thanks
Forum: Plugins
In reply to: [WooCommerce] Woocommerce search block logsok!
previously Saif mentioned “If you’d like to split them into several pages, you can achieve this by navigating to Dashboard → Settings → Discussion and configuring the option to break the comments into 2, 3, or however many per page you prefer.”
i did this and the backend is still same, so I assume this only changes the display on the frontend visitor view but not the backend which is really what I’m referring to
hello Mirko. Actually there is a misinterpretation of my original message. I was actually referring to the backend instead of the frontend that visitors see. In the backend where you can edit reviews or comments there is only a set limit of 50 displayed entries per page without any option to change this. Normally for other database sections such as products you can click the screen options and adjust the number of entries displayed per page. But such an option isn’t available for the comments and reviews section.
pls advise thx
hello Gilbert. so turns out i did make a mistake and the navigation was shoved into the same block as the logo(far left, middle row), and cart is in the middle block, while the search is on the right block, i’ve rearranged according to your instructions but it now looks like this:

header arrangement as below:
