shisha101
Forum Replies Created
-
Forum: Plugins
In reply to: [WPC Composite Products for WooCommerce] WPC + WPML Translation for ProductsThis is not compatibility, this is copy and paste. I am sorry, but I cannot, do this manually for 3 languages for each product. There must be a way to look up the product in the translated language.
Can you tell me which tables contain the data for each product set, maybe I can automate this using a script via the API ?? Or maybe I can modify the code during the lookup based on language? The lookup on page generation would be the optimal path, as there would be no post processing.
Each product should have a product_ID in the translated language, I assume if I copy all the settings to the translated product and swap the products with the IDs everything should work fine
@janilyn409 I have only been able to find
Meta: wooco_pricing Meta: wooco_discount_percent Meta: wooco_qty_min Meta: wooco_qty_max Meta: wooco_total_limits Meta: wooco_total_limits_min Meta: wooco_total_limits_max Meta: wooco_same_products Meta: wooco_shipping_fee Meta: wooco_custom_price Meta: wooco_before_text Meta: wooco_after_text Meta: woobt_disable Meta: woobt_discount Meta: woobt_before_text Meta: woobt_after_text
non of them contain the items in the compositeThis is not compatibility, this is copy and paste. I am sorry, but I cannot, do this manually for 3 languages for each product. There must be a way to look up the product in the translated language.
I can you tell me which tables contain the data for each product set, maybe I can automate this using a script via the API ??
Each product should have a product_ID in the translated language, I assume if I copy all the settings to the translated product and swap the products with the IDs everything should work fine ?- This reply was modified 1 year, 4 months ago by shisha101.
After a tedious debugging session, I seem to have found the issue.
In case someone is also facing this issue there is a bug, that is triggered when the smart rule is set to “random”, the reason is this line$items = self::get_items( $product_id, 'validate' );
$rule_items = self::get_rule_items( $product_id, 'validate' );the lines above both do a get_rule_items under the hood, which if set to random, will return a different order every time, in general this should be ok, but then there is a check here:
if ( $rule_items[ $validate_key ]['id'] != $validate_item['id'] ) {
wc_add_notice( esc_html__( 'You cannot add this product to the cart.', 'woo-bought-together' ), 'error' );
return false;
}This essentially checks by key in a map for the ID, and since the order is not the same, this key does not map to a unique ID between different calls, or the items returned are not the same, this causes an error.
a workaround would be to not use random, for consumers, for the time being.
As for the long term fix, it would be to merge items and rule_items, and search for the ID in the combined map instead of assuming a match based on key.Now I would really appreciate it if you would tell me how to get this to work with WPML…
Forum: Plugins
In reply to: [WPC Composite Products for WooCommerce] Image gallery issuehello, I would really like to use your plugin and it is quite good but I and I believe many others need this block editor issue to be resolved 🙂 or at the very least a workaround that is not going to cause an issue with speed
Thank you 🙂
- This reply was modified 1 year, 9 months ago by shisha101.
Forum: Plugins
In reply to: [WPC Composite Products for WooCommerce] Image gallery issueWell i believe the theme does use the block-based editor, based on your response :), so if you solve for that I should be ok.
- This reply was modified 1 year, 9 months ago by shisha101.
Forum: Plugins
In reply to: [WPC Composite Products for WooCommerce] Image gallery issueHello Janilyn,
Thanks for your response, I believe Blocksy is a popular theme, would it be possible to plan to extend the plugin to work with it as well ? I believe this would vastly expand your consumer base!
Cheers
Shehab.Forum: Plugins
In reply to: [WPC Composite Products for WooCommerce] Image gallery issueThe developers have analysed the plugin and it seems that it has been forcefully created to only work with the default WooCommerce gallery. This means that integration from our end (blocksy) is impossible, as they simply do not offer a way for doing so.
any support possible for this?Forum: Plugins
In reply to: [Meta for WooCommerce] plugin is triggering CAPI events that never happendI also could not find any logs etc, about where the stuff is coming form :(, in general I would like to have the ability to switch on parts of the plugin on and off, pixel, catalogue, CAPI etc. It would make life a lot easier for users 😀
Forum: Plugins
In reply to: [Meta for WooCommerce] plugin is triggering CAPI events that never happendPixel and CAPI from GTM seem to be working fine, but I wanted to ask if this is a known issue, is the best fix to just disable the pixel and CAPI from the plugin and only use it to populate the catalogue ?
I could setup a staging site but to observe the issues I would have to futher slam my dataset / pixel 🙁Forum: Plugins
In reply to: [Meta for WooCommerce] plugin is triggering CAPI events that never happendHello @pepe, I appreciate your help
tell me what kind of screenshots you would like to see ?
I showed the events manager from FB,
here is after I disabled the Facebook for WooCommerce plugin
https://imgur.com/a/J61WIkj` ### WordPress Environment ### WordPress address (URL): https://pharaohs-silver.com Site address (URL): https://pharaohs-silver.com WC Version: 8.5.2 REST API Version: ✔ 8.5.2 WC Blocks Version: ✔ 11.8.0-dev Action Scheduler Version: ✔ 3.7.1 Log Directory Writable: ✔ WP Version: 6.4.3 WP Multisite: – WP Memory Limit: 3 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: 512 MB PHP Time Limit: 1000 PHP Max Input Vars: 5000 cURL Version: 7.87.0 OpenSSL/1.1.1p SUHOSIN Installed: – MySQL Version: 5.5.5-10.6.15-MariaDB-cll-lve Max Upload Size: 512 MB Default Timezone is UTC: ✔ fsockopen/cURL: ✔ SoapClient: ✔ DOMDocument: ✔ GZip: ✔ Multibyte String: ✔ Remote Post: ✔ Remote Get: ✔ ### Database ### WC Database Version: 8.5.2 WC Database Prefix: wp_ Total Database Size: 280.76MB Database Data Size: 242.62MB Database Index Size: 38.14MB wp_woocommerce_sessions: Data: 8.02MB + Index: 0.17MB + 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: 0.02MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_order_itemmeta: Data: 0.13MB + Index: 0.14MB + Engine InnoDB wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_actionscheduler_actions: Data: 1.52MB + Index: 0.59MB + Engine InnoDB wpstg0_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_actionscheduler_logs: Data: 0.42MB + Index: 0.31MB + Engine InnoDB wpstg0_aioseo_cache: Data: 0.03MB + Index: 0.03MB + Engine InnoDB wpstg0_aioseo_notifications: Data: 0.16MB + Index: 0.06MB + Engine InnoDB wpstg0_aioseo_posts: Data: 0.38MB + Index: 0.02MB + Engine InnoDB wpstg0_checkrobin_logging: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_checkrobin_settings: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_checkrobin_tracking: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_cli_cookie_scan: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_cli_cookie_scan_categories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_cli_cookie_scan_cookies: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_cli_cookie_scan_url: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_cli_scripts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_comments: Data: 0.09MB + Index: 0.09MB + Engine InnoDB wpstg0_duplicator_pro_entities: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_duplicator_pro_packages: Data: 0.11MB + Index: 0.02MB + Engine InnoDB wpstg0_e_events: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_e_submissions: Data: 0.02MB + Index: 0.27MB + Engine InnoDB wpstg0_e_submissions_actions_log: Data: 0.02MB + Index: 0.11MB + Engine InnoDB wpstg0_e_submissions_values: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_failed_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_hustle_entries: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_hustle_entries_meta: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wpstg0_hustle_modules: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_hustle_modules_meta: Data: 0.17MB + Index: 0.03MB + Engine InnoDB wpstg0_hustle_tracking: Data: 0.02MB + Index: 0.08MB + Engine InnoDB wpstg0_icl_background_task: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_icl_content_status: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_icl_core_status: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_icl_flags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_icl_languages: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_icl_languages_translations: Data: 0.20MB + Index: 0.17MB + Engine InnoDB wpstg0_icl_locale_map: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_icl_message_status: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_icl_mo_files_domains: Data: 0.05MB + Index: 0.02MB + Engine InnoDB wpstg0_icl_node: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_icl_reminders: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_icl_strings: Data: 3.52MB + Index: 5.56MB + Engine InnoDB wpstg0_icl_string_batches: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_icl_string_packages: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_icl_string_positions: Data: 0.14MB + Index: 0.05MB + Engine InnoDB wpstg0_icl_string_status: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_icl_string_translations: Data: 2.52MB + Index: 0.63MB + Engine InnoDB wpstg0_icl_translate: Data: 2.52MB + Index: 0.06MB + Engine InnoDB wpstg0_icl_translate_job: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_icl_translations: Data: 0.08MB + Index: 0.19MB + Engine InnoDB wpstg0_icl_translation_batches: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_icl_translation_downloads: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_icl_translation_status: Data: 1.52MB + Index: 0.02MB + Engine InnoDB wpstg0_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_litespeed_crawler: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_litespeed_crawler_blacklist: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_litespeed_img_optm: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_litespeed_img_optming: Data: 0.08MB + Index: 0.09MB + Engine InnoDB wpstg0_litespeed_url: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_litespeed_url_file: Data: 0.06MB + Index: 0.08MB + Engine InnoDB wpstg0_mailchimp_carts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_mailchimp_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_mailerlite_checkouts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_mailerlite_forms: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_mclean_refs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_mclean_scan: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_ml_data: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_oauth_access_tokens: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_oauth_authorization_codes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_oauth_jwt: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_oauth_public_keys: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_oauth_refresh_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_oauth_scopes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_options: Data: 9.52MB + Index: 0.25MB + Engine InnoDB wpstg0_postmeta: Data: 17.52MB + Index: 1.86MB + Engine InnoDB wpstg0_posts: Data: 11.52MB + Index: 0.20MB + Engine InnoDB wpstg0_queue: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_rank_math_404_logs: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_rank_math_analytics_adsense: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_rank_math_analytics_ga: Data: 0.05MB + Index: 0.02MB + Engine InnoDB wpstg0_rank_math_analytics_gsc: Data: 0.31MB + Index: 0.53MB + Engine InnoDB wpstg0_rank_math_analytics_inspections: Data: 0.17MB + Index: 0.11MB + Engine InnoDB wpstg0_rank_math_analytics_keyword_manager: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_rank_math_analytics_objects: Data: 0.05MB + Index: 0.02MB + Engine InnoDB wpstg0_rank_math_internal_links: Data: 0.11MB + Index: 0.05MB + Engine InnoDB wpstg0_rank_math_internal_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_shortpixel_queue: Data: 0.02MB + Index: 0.09MB + Engine InnoDB wpstg0_smush_dir_images: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_term_relationships: Data: 0.06MB + Index: 0.02MB + Engine InnoDB wpstg0_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_trp_dictionary_en_us_de_de: Data: 0.06MB + Index: 0.08MB + Engine InnoDB wpstg0_trp_gettext_de_de: Data: 0.25MB + Index: 0.30MB + Engine InnoDB wpstg0_trp_gettext_en_us: Data: 0.13MB + Index: 0.16MB + Engine InnoDB wpstg0_trp_original_meta: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wpstg0_trp_original_strings: Data: 0.06MB + Index: 0.05MB + Engine InnoDB wpstg0_usermeta: Data: 0.23MB + Index: 0.30MB + Engine InnoDB wpstg0_users: Data: 0.06MB + Index: 0.05MB + Engine InnoDB wpstg0_wc_admin_notes: Data: 0.11MB + Index: 0.00MB + Engine InnoDB wpstg0_wc_admin_note_actions: Data: 0.08MB + Index: 0.02MB + Engine InnoDB wpstg0_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wpstg0_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wpstg0_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB wpstg0_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_webarx_event_log: Data: 0.14MB + Index: 0.00MB + Engine InnoDB wpstg0_webarx_firewall_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_webarx_logic: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wpstg0_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_woocommerce_order_itemmeta: Data: 0.08MB + Index: 0.09MB + Engine InnoDB wpstg0_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_woocommerce_sessions: Data: 0.13MB + Index: 0.02MB + Engine InnoDB wpstg0_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wpstg0_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_wpforms_entries: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_wpforms_entry_fields: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wpstg0_wpforms_entry_meta: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wpstg0_wpforms_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_wpmailsmtp_debug_events: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_xoo_wl_list: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_xoo_wl_list_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_yith_wcwl: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_yith_wcwl_lists: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_actionscheduler_actions: Data: 1.48MB + Index: 0.84MB + 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: 1.50MB + Index: 0.39MB + Engine InnoDB wp_aioseo_cache: Data: 0.03MB + Index: 0.03MB + Engine InnoDB wp_aioseo_notifications: Data: 0.16MB + Index: 0.06MB + Engine InnoDB wp_aioseo_posts: Data: 0.38MB + 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.08MB + Index: 0.11MB + Engine InnoDB wp_comments: Data: 0.30MB + Index: 0.28MB + Engine InnoDB wp_duplicator_pro_entities: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_duplicator_pro_packages: Data: 0.17MB + Index: 0.02MB + Engine InnoDB wp_e_events: Data: 0.02MB + Index: 0.02MB + 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_failed_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_gla_attribute_mapping_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_gla_budget_recommendations: Data: 0.19MB + Index: 0.14MB + Engine InnoDB wp_gla_merchant_issues: Data: 0.17MB + Index: 0.00MB + Engine InnoDB wp_gla_shipping_rates: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_gla_shipping_times: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_hustle_entries: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_hustle_entries_meta: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_hustle_modules: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_hustle_modules_meta: Data: 0.17MB + Index: 0.03MB + Engine InnoDB wp_hustle_tracking: Data: 0.02MB + Index: 0.08MB + Engine InnoDB wp_icl_background_task: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_icl_content_status: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_icl_core_status: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_icl_flags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_icl_languages: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_icl_languages_translations: Data: 0.20MB + Index: 0.17MB + Engine InnoDB wp_icl_locale_map: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_icl_message_status: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_icl_mo_files_domains: Data: 0.05MB + Index: 0.02MB + Engine InnoDB wp_icl_node: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_icl_reminders: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_icl_strings: Data: 4.52MB + Index: 5.61MB + Engine InnoDB wp_icl_string_batches: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_icl_string_packages: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_icl_string_positions: Data: 0.14MB + Index: 0.05MB + Engine InnoDB wp_icl_string_status: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_icl_string_translations: Data: 2.52MB + Index: 0.63MB + Engine InnoDB wp_icl_translate: Data: 2.52MB + Index: 0.06MB + Engine InnoDB wp_icl_translate_job: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_icl_translations: Data: 0.14MB + Index: 0.39MB + Engine InnoDB wp_icl_translation_batches: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_icl_translation_downloads: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_icl_translation_status: Data: 2.52MB + Index: 0.02MB + Engine InnoDB wp_jetpack_sync_queue: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_litespeed_crawler: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_litespeed_crawler_blacklist: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_litespeed_img_optm: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_litespeed_img_optming: Data: 1.52MB + Index: 0.78MB + Engine InnoDB wp_litespeed_url: Data: 0.09MB + Index: 0.09MB + Engine InnoDB wp_litespeed_url_file: Data: 0.16MB + Index: 0.44MB + 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_mailerlite_checkouts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_mailerlite_forms: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_mclean_refs: Data: 0.16MB + Index: 0.00MB + Engine InnoDB wp_mclean_scan: Data: 0.05MB + Index: 0.02MB + Engine InnoDB wp_ml_data: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_oauth_access_tokens: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_oauth_authorization_codes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_oauth_jwt: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_oauth_public_keys: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_oauth_refresh_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_oauth_scopes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_options: Data: 13.44MB + Index: 1.58MB + Engine InnoDB wp_packlink_entity: Data: 0.27MB + Index: 0.00MB + Engine InnoDB wp_postmeta: Data: 102.36MB + Index: 5.98MB + Engine InnoDB wp_posts: Data: 36.34MB + Index: 0.52MB + Engine InnoDB wp_queue: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_rank_math_404_logs: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_rank_math_analytics_adsense: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_rank_math_analytics_ga: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_rank_math_analytics_gsc: Data: 0.52MB + Index: 0.94MB + Engine InnoDB wp_rank_math_analytics_inspections: Data: 0.16MB + Index: 0.11MB + Engine InnoDB wp_rank_math_analytics_keyword_manager: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_rank_math_analytics_objects: Data: 0.08MB + Index: 0.02MB + Engine InnoDB wp_rank_math_internal_links: Data: 0.14MB + Index: 0.06MB + Engine InnoDB wp_rank_math_internal_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_shortpixel_queue: Data: 0.02MB + Index: 0.09MB + Engine InnoDB wp_smush_dir_images: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_termmeta: Data: 0.05MB + Index: 0.03MB + Engine InnoDB wp_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_term_relationships: Data: 0.17MB + Index: 0.08MB + Engine InnoDB wp_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_trp_dictionary_en_us_de_de: Data: 0.06MB + Index: 0.09MB + Engine InnoDB wp_trp_gettext_de_de: Data: 0.25MB + Index: 0.30MB + Engine InnoDB wp_trp_gettext_en_us: Data: 0.13MB + Index: 0.16MB + Engine InnoDB wp_trp_original_meta: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_trp_original_strings: Data: 0.05MB + Index: 0.05MB + Engine InnoDB wp_usermeta: Data: 0.41MB + Index: 0.38MB + Engine InnoDB wp_users: Data: 0.06MB + Index: 0.05MB + Engine InnoDB wp_wc_admin_notes: Data: 0.13MB + Index: 0.00MB + Engine InnoDB wp_wc_admin_note_actions: Data: 0.09MB + Index: 0.02MB + Engine InnoDB wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wc_customer_lookup: Data: 0.05MB + Index: 0.03MB + Engine InnoDB wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB 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.02MB + Index: 0.03MB + Engine InnoDB wp_wc_order_operational_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + 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.08MB + Index: 0.09MB + Engine InnoDB wp_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + 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_webarx_event_log: Data: 0.14MB + Index: 0.00MB + Engine InnoDB wp_webarx_firewall_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_webarx_logic: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wpforms_entries: Data: 1.52MB + Index: 0.02MB + Engine InnoDB wp_wpforms_entry_fields: Data: 0.44MB + Index: 0.05MB + Engine InnoDB wp_wpforms_entry_meta: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_wpforms_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wpmailsmtp_debug_events: Data: 0.06MB + Index: 0.00MB + Engine InnoDB wp_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_xoo_wl_list: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_xoo_wl_list_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_yith_wcwl: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_yith_wcwl_lists: Data: 0.02MB + Index: 0.03MB + Engine InnoDB ### Post Type Counts ### attachment: 799 cookielawinfo: 6 custom_css: 2 custom-css-js: 1 customize_changeset: 8 elementor_library: 14 filter-field: 3 filter-set: 1 ig_campaign: 2 ig_message: 5 language_switcher: 4 nav_menu_item: 27 oembed_cache: 1 page: 47 popup: 2 popup_theme: 8 post: 2 product: 226 product_variation: 204 rank_math_schema: 1 revision: 1237 rm_content_editor: 1 shop_coupon: 8 shop_order: 58 shop_order_refund: 21 wcps: 8 wcps_layout: 1 wo_client: 1 wp_block: 1 wp_global_styles: 3 wp_navigation: 1 wp_template: 2 wpcode: 8 wpforms: 3 xlwcty_thankyou: 1 ### Security ### Secure connection (HTTPS): ✔ Hide errors from visitors: ✔ ### Active Plugins (56) ### WPML Multilingual CMS: by OnTheGoSystems – 4.6.4 Add From Server: by Dion Hulse – 3.4.5 All-in-One WP Migration: by ServMask – 7.79 Blocksy Companion: by CreativeThemes – 2.0.12 CookieYes | GDPR Cookie Consent: by CookieYes – 3.1.8 Simple Custom CSS and JS: by SilkyPress.com – 3.44 Duplicator Pro: by Duplicator – 4.5.11.1 GTM4WP - A Google Tag Manager (GTM) plugin for WordPress: by Thomas Geiger – 1.20 Elementor Pro: by Elementor.com – 3.18.1 Elementor: by Elementor.com – 3.19.2 ElementsKit Lite: by Wpmet – 3.0.4 ElementsKit Pro: by Wpmet – 3.2.1 Enable Media Replace: by ShortPixel – 4.1.5 Essential Addons for Elementor - Pro: by WPDeveloper – 5.4.11 Essential Addons for Elementor: by WPDeveloper – 5.9.2 Filter Everything PRO: by Andrii Stepasiuk – 1.7.11 Google Listings and Ads: by WooCommerce – 2.5.17 WPCode Lite: by WPCode – 2.0.13.1 Jetpack Social: by Automattic - Jetpack Social team – 3.0.0 Jetpack: by Automattic – 12.9.3 Kadence WooCommerce Email Designer: by Kadence WP – 1.5.11 LiteSpeed Cache: by LiteSpeed Technologies – 6.1 Media Cleaner: by Jordy Meow – 6.7.2 Media Sync: by Media Sync Team – 1.4.1 Metricool: by Metricool – 1.19 Packlink PRO Shipping: by Packlink Shipping S.L. – 3.4.1 Premium Addons for Elementor: by Leap13 – 4.10.15 Premium Addons PRO: by Leap13 – 2.8.27 Quick Buy Now Button for WooCommerce: by Tanvirul Haque – 1.0.11 Regenerate Thumbnails Advanced: by ShortPixel – 2.4.1 Rank Math SEO PRO: by Rank Math – 3.0.37 Rank Math SEO: by Rank Math – 1.0.211 Temporary Login Without Password: by StoreApps – 1.8.2 Waitlist woocommerce( Back in stock notifier ): by – 2.5.3 WPC Frequently Bought Together for WooCommerce: by WPClever – 6.1.3 Checkout Field Editor for WooCommerce: by ThemeHigh – 2.0.0 MailerLite - WooCommerce integration: by MailerLite – 2.1.1 WPC Product Bundles for WooCommerce: by WPClever – 7.3.4 Product Slider and Carousel with Category for WooCommerce: by WP OnlineSupport Essential Plugin – 2.8 NextMove Lite - Thank You Page for WooCommerce: by XLPlugins – 2.17.0 WooCommerce Multilingual & Multicurrency: by OnTheGoSystems – 5.2.0 WooPayments: by Automattic – 6.9.2 (update to version 7.1.0 is available) WooCommerce PayPal Payments: by WooCommerce – 2.5.3 Product Slider for WooCommerce by PickPlugins: by PickPlugins – 1.13.49 WooCommerce Shipping & Tax: by WooCommerce – 2.4.2 WooCommerce: by Automattic – 8.5.2 WP Mail SMTP: by WP Mail SMTP – 3.11.1 Multi-Step Checkout for WooCommerce: by SilkyPress – 2.26 Backup Duplicator & Migration - WP STAGING: by WP-STAGING WPStagingBackup – 2.16.0 Social Share For WooCommerce: by kuldip_raghu – 1.0.4 WPC Composite Products for WooCommerce: by WPClever – 7.2.1 WPC Force Sells for WooCommerce: by WPClever – 6.1.3 WPForms: by WPForms – 1.8.1.3 WPML Media: by OnTheGoSystems – 2.7.3 WPML String Translation: by OnTheGoSystems – 3.2.6 WPForms Multilingual: by OnTheGoSystems – 0.3.5 ### Inactive Plugins (29) ### Advanced Custom Fields: by WP Engine – 6.2.4 Akismet Anti-spam: Spam Protection: by Automattic - Anti-spam Team – 5.3 All in One SEO: by All in One SEO Team – 4.5.2.1 Child Theme Configurator: by Lilaea Media – 2.6.2 Facebook for WooCommerce: by Facebook – 3.1.9 Force Regenerate Thumbnails: by Exactly WWW – 2.1.2 Google Analytics for WordPress by MonsterInsights: by MonsterInsights – 8.23.1 Hello Dolly: by Matt Mullenweg – 1.7.2 Klarna Payments for WooCommerce: by klarna – 3.4.0 Mailchimp for WooCommerce: by Mailchimp – 3.6 MailerLite - Signup forms (official): by MailerLite – 1.6.7 Meta pixel for WordPress: by Facebook – 3.0.12 Minimal Coming Soon & Maintenance Mode: by WebFactory Ltd – 2.38 One Click Demo Import: by OCDI – 3.2.0 OTGS Installer: by OnTheGoSystems – 3.0.3 Patchstack: by Patchstack – 2.0.20 Related Products for WooCommerce: by PeachPay – 3.3.15 Smush Pro: by WPMU DEV – 3.13.0 Stackable - Gutenberg Blocks: by Gambit Technologies Inc – 3.12.8 SumoMe: by SumoMe – 1.32 Super Socializer: by Team Heateor – 7.13.52 The Plus Addons for Elementor: by POSIMYTH – 5.3.1 WooCommerce Admin: by WooCommerce – 3.3.2 WooCommerce Blocks: by Automattic – 11.7.0 WooCommerce Google Analytics Integration: by WooCommerce – 1.8.14 WooCommerce PayPal Checkout Gateway: by WooCommerce – 2.1.3 WooCommerce Stripe Gateway: by WooCommerce – 7.9.2 WordPress REST API Authentication: by miniOrange – 3.1.0 YITH WooCommerce Wishlist: by YITH – 3.29.0 ### Dropin Plugins (2) ### advanced-cache.php: advanced-cache.php object-cache.php: object-cache.php ### Must Use Plugins (1) ### WP STAGING Optimizer: by René Hermenau – 1.5.1 ### Settings ### API Enabled: – Force SSL: – Currency: EUR (€) Currency Position: left Thousand Separator: . Decimal Separator: , Number of Decimals: 2 Taxonomies: Product Types: composite (composite) 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 Woo.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: #9 - /shop/ Cart: #10 - /basket/ Checkout: #11 - /checkout/ My account: #12 - /my-account/ Terms and conditions: #6892 - /terms-conditions-en/ ### Theme ### Name: Blocksy Version: 2.0.11 (update to version 2.0.23 is available) Author URL: https://creativethemes.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: blocksy/woocommerce/cart/cart.php blocksy/woocommerce/cart/mini-cart.php blocksy/woocommerce/content-widget-product.php blocksy/woocommerce/content-widget-reviews.php blocksy/woocommerce/myaccount/my-account.php blocksy/woocommerce/product-searchform.php blocksy/woocommerce/single-product/tabs/tabs.php ### WooPayments ### Version: 6.9.2 Connected to WPCOM: Yes WPCOM Blog ID: 197050153 Account ID: acct_1OOUsnFw6ekST359 Payment Gateway: Enabled Test Mode: Disabled UPE: Enabled (deferred_intent) UPE Enabled APMs: card,klarna,giropay WooPay: Not eligible Apple Pay / Google Pay: Enabled (checkout) Fraud Protection Level: basic Multi-currency: Enabled Public Key Encryption: Disabled Auth and Capture: Enabled Documents: Enabled Logging: Enabled ### WooCommerce PayPal Payments ### Onboarded: ✔ Shop country code: DE WooCommerce currency supported: ✔ Advanced Card Processing available in country: ✔ Pay Later messaging available in country: ✔ Webhook status: – PayPal Vault enabled: – ACDC Vault enabled: – Logging enabled: ✔ Reference Transactions: – Used PayPal Checkout plugin: ✔ Subscriptions Mode: Disabled ### 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 product-virtual-downloadable product-external-affiliate product-grouped 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 product-linked settings async-product-editor-category-field Daily Cron: ✔ Next scheduled: 2024-02-09 12:00:58 +01:00 Options: ✔ Notes: 209 Onboarding: completed ### Action Scheduler ### Canceled: 55 Oldest: 2024-01-17 01:26:23 +0100 Newest: 2024-02-06 14:44:33 +0100 Complete: 2,199 Oldest: 2024-01-26 23:42:27 +0100 Newest: 2024-02-08 08:56:00 +0100 Failed: 179 Oldest: 2022-08-27 10:11:47 +0200 Newest: 2024-02-08 08:56:00 +0100 Pending: 11 Oldest: 2024-02-09 00:50:05 +0100 Newest: 2024-02-12 21:07:38 +0100 ### Status report information ### Generated at: 2024-02-08 14:30:12 +01:00 `Forum: Plugins
In reply to: [Meta for WooCommerce] plugin is triggering CAPI events that never happendJust as a refernce I didn’t get more than 10 ATC per day, ever.
I am getting reports of 800+ per day reported to CAPIForum: Plugins
In reply to: [Google for WooCommerce] GT4WP conflict with view_item duplication of eventhello @carolm29 thanks for the support.
Well GTM4WP is pushing a lot of events, it’s the main backbone for many WP websites. On the other hand the Google Listings and Ads seem to be firing only on the view_item.
I looked at the settings and it seems I’m not able to control that one specifically. Also the name of the variables from Google Listings and Ads seems to be different than what is expected by ga4.
I would really appreciate support regarding this :)! Both send the default view_item event but with different contents.
is there a standard solution for this now ?