premkumarbsetxt
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] I need some clarification regarding creating product attributesThank you for your response. I understand the previous explanation.
I have one more question: I need to update the Country of Manufacture for all products. I initially tried using it as a global attribute (taxonomy), but it is being created as a multi-select dropdown, which is not what I need. I only require it as a single text value per product.
Could you please advise how to import this using CSV in a way that stores it as plain text (not multi-select)?
Below is the format I attempted to use
ID Type Attribute 1 name Attribute 1 value(s) Attribute 1 visible Attribute 1 global Attribute 2 name Attribute 2 value(s) Attribute 2 visible Attribute 2 global Attribute 3 name Attribute 3 value(s) Attribute 3 visible Attribute 3 global
180 variable Volumes 10L, 5L, 1L, 250ml, 125ml, 30ml Sample/Booster 1 0 pa_commodity_code 969696 0 1 pa_country_of_manufacture GB 0 1
@chrisv234
it’s not resolved yet.I have tested the issue using only the Storefront theme, WooCommerce, and the WooCommerce PayPal Payments plugin, but the same issue persists.
When I disable the “Pay Now Experience” setting, Google Pay works fine. However, I also noticed that on the PayPal landing page (No preference → Login page → Guest checkout page), the behavior is inconsistent — sometimes it correctly fetches the shipping details from the Google account, but other times the shipping details appear empty.
Could you please clarify which behavior is correct and whether any additional PayPal or site settings need to be adjusted to ensure the shipping details are always fetched properly?
@jamieong
Could you please review the issue described above and suggest the best way to resolve it?We’re experiencing an issue with PayPal Google Pay integration on our WooCommerce site.
Error details:
Status code: 500 "name": "INTERNAL_SERVER_ERROR" "issue": "INTERNAL_SERVICE_ERROR" "description": "An internal service error has occurred." "debug_id": "f288866c3f8e3" "path": "approveGooglePayPayment"Environment:
- Plugin: WooCommerce PayPal Payments v3.2.1/2.9.3
- Mode: Sandbox (also tested Live)
- Issue location: Single product page (Google Pay and Apple Pay buttons intermittently not showing or failing on approval)
Steps to reproduce:
- Load a single product page with Google Pay/Apple Pay enabled.
- Click Google Pay → Complete payment flow.
- Returns error 500 from PayPal API during the
approveGooglePayPaymentmutation.
Notes:
- Tried plugin versions 2.9.3 and 3.2.1 → same issue.
- API connection re-established.
- Sandbox often triggers the issue; sometimes buttons don’t render.
Please check if this
debug_id: f288866c3f8e3corresponds to a known internal service issue, and confirm if our merchant account setup supports Google Pay/Apple Pay with vaulting enabled.- This reply was modified 6 months, 2 weeks ago by premkumarbsetxt.
@inpsydekrystian
I switched off this option in PayPal, and the payment experience is now working fine. Could you please explain the scenario or reason behind this behavior?
https://prnt.sc/7N-7gANOtf0D@inpsydekrystian
https://prnt.sc/IgpcJ6F7_5pQ<div class=”woocommerce-mini-cart__buttons “>
<p id=”ppc-button-minicart” class=”woocommerce-mini-cart__buttons buttons”></p>
<?php //do_action( ‘woocommerce_paypal_payments_minicart_button_render’ ); ?>
<span id=”ppc-button-googlepay-container-minicart” class=”ppcp-button-apm ppcp-button-googlepay ppcp-button-minicart buttons”></span>
<span id=”ppc-button-applepay-container-minicart” class=”ppcp-button-apm ppcp-button-applepay ppcp-button-minicart buttons”></span>
</div>
After adding a product to the cart, only the PayPal button appears in the mini cart — the Google Pay button does not load until the page is manually refreshed. It seems the action isn’t triggered dynamically after product add-to-cart, so the Google Pay mini cart integration fails to render unless the page is reloaded.
https://prnt.sc/CEG0WHtiyzdz
https://prnt.sc/9TSkfnUg76lO
Is there a recommended way to re-trigger the cart buttons action or force the Google Pay button to render in the mini cart via JavaScript after a product is added — without requiring a full page reload?”@inpsydekrystian
“Thank you for your response. I have one more question—can I use the following mini cart button containers on the checkout page, placed above the billing form, to function like express checkout buttons?ppc-button-minicartppc-button-googlepay-container-minicartppc-button-applepay-container-minicart
- This reply was modified 9 months, 3 weeks ago by premkumarbsetxt.
@inpsydekrystian
PayPal Express Checkout on WooCommerce Block Checkout Still Requires Billing Fields
I’m currently using the WooCommerce PayPal Payments plugin and have integrated PayPal Smart Buttons, including Google Pay, on the checkout page.
The integration works correctly on the product and cart pages — Express Checkout completes without requiring any user input. However, on the checkout page (using WooCommerce Blocks), even after completing payment via GPay, WooCommerce still enforces billing field validation before the order is processed.Here’s what I’ve already tried:
Enabled “Send checkout billing data to card fields (do not use WooCommerce form data)”
Disabled “Require final confirmation on checkout”
Enabled guest checkout
Ensured PayPal Smart Buttons are active and showing
Could you please confirm:
Is there a way to bypass billing fields entirely when using Express Checkout via (GPay/Apple Pay) on the Block Checkout page?
Is there any way to override the billing field requirement for Express Checkout only (like GPay), while keeping the validation intact for regular payment methods?
I can provide a video showing the issue if needed.
https://drive.google.com/file/d/1nzxfvbt5HrLY-8Jq7Tit0qAJUMzN3YF1/view?usp=sharing
Looking forward to your guidance on resolving this.After adding a product to the cart, customers should be able to:
Click a Smart Express button (e.g., PayPal) at the top of the checkout page.
Complete the payment immediately, without being forced to fill out any billing fields.
Alternatively, customers should still be able to fill out billing information and proceed through the normal checkout flow if preferred.
in same pageadd_filter(‘woocommerce_paypal_payments_checkout_button_renderer_hook’, function () {
return ‘woocommerce_before_checkout_form’;
});
| Mini Cart |
woocommerce_paypal_payments_minicart_button_render|| Cart Page |
woocommerce_paypal_payments_cart_button_render|| Checkout Page |
woocommerce_paypal_payments_checkout_button_render|| Pay for Order |
woocommerce_paypal_payments_payorder_button_render|
What We’ve Triedhttps://prnt.sc/qsIWXcpcTAm5
What We Need
Need Smart Express Checkout Buttons at Top of Checkout Without Billing ValidationThank you for your response.
I tried enabling one of the general settings (e.g., Page Cache) by checking the box and clicking “Save Settings.” However, upon saving, the page either reloads without saving the changes or previously showed a fatal error
I noticed the
w3tc-configfolder was not present initially. I manually created it and ensured it is writable. While the fatal error no longer appears, the settings still do not save — the page just reloads without applying the changes.Could you please advise on this issue?
https://prnt.sc/_0iZpBJZKn_S- This reply was modified 1 year ago by premkumarbsetxt.
Forum: Plugins
In reply to: [WooCommerce] Single Product Added Twice to Cart in WooCommerceHi @mahfuzurwp
Thanks for the update and for checking on this!
We appreciate you testing it and confirming the behavior on your end. We’ll go ahead and disable the WooCommerce Cart Popup Premium plugin to test further and see if that resolves the issue.Thanks again for pointing us in the right direction!
Forum: Plugins
In reply to: [WooCommerce] Single Product Added Twice to Cart in WooCommerce@mahfuzurwp
### WordPress Environment ###
WordPress address (URL): http://13.41.255.102/aabaits
Site address (URL): http://13.41.255.102/aabaits
WC Version: 9.8.1
Legacy REST API Package Version: ✔ 1.0.4
Action Scheduler Version: ✔ 3.9.2
Log Directory Writable: ✔
WP Version: 6.7.2
WP Multisite: –
WP Memory Limit: 256 MB
WP Debug Mode: –
WP Cron: –
Language: en_US
External object cache: –
### Server Environment ###
Server Info: Apache/2.4.62 (Amazon Linux)
PHP Version: 8.3.16
PHP Post Max Size: 512 MB
PHP Time Limit: 0
PHP Max Input Vars: 6000
cURL Version: 8.5.0
OpenSSL/3.0.8
SUHOSIN Installed: –
MySQL Version: 8.4.4
Max Upload Size: 512 MB
Default Timezone is UTC: ✔
fsockopen/cURL: ✔
SoapClient: ✔
DOMDocument: ✔
GZip: ✔
Multibyte String: ✔
Remote Post: ✔
Remote Get: ✔
### Database ###
WC Database Version: 9.8.1
WC Database Prefix: wp_
Total Database Size: 3847.68MB
Database Data Size: 3309.71MB
Database Index Size: 537.97MB
wp_woocommerce_sessions: Data: 0.08MB + Index: 0.02MB + 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: 20.55MB + Index: 6.52MB + Engine InnoDB
wp_woocommerce_order_itemmeta: Data: 150.70MB + Index: 136.31MB + 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.08MB + Index: 0.11MB + Engine InnoDB
wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_woocommerce_payment_tokens: Data: 0.16MB + Index: 0.08MB + Engine InnoDB
wp_woocommerce_payment_tokenmeta: Data: 0.36MB + Index: 0.36MB + Engine InnoDB
wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
RnSkAtiScommentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
RnSkAtiScomments: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
RnSkAtiSlinks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
RnSkAtiSoptions: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
RnSkAtiSpostmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
RnSkAtiSposts: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
RnSkAtiSterm_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
RnSkAtiSterm_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
RnSkAtiStermmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
RnSkAtiSterms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
RnSkAtiSusermeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
RnSkAtiSusers: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_actionscheduler_actions: Data: 4.23MB + Index: 5.06MB + 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: 3.19MB + Index: 3.34MB + 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_aws_cache: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_aws_index: Data: 8.52MB + Index: 7.03MB + Engine InnoDB
wp_check_email_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_commentmeta: Data: 0.06MB + Index: 0.06MB + Engine InnoDB
wp_comments: Data: 36.56MB + Index: 29.09MB + Engine InnoDB
wp_duplicator_pro_entities: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_duplicator_pro_packages: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_ebay_accounts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ebay_auctions: Data: 0.03MB + Index: 0.22MB + Engine InnoDB
wp_ebay_categories: Data: 1.52MB + Index: 3.03MB + Engine InnoDB
wp_ebay_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ebay_log: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_ebay_messages: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ebay_orders: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
wp_ebay_payment: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ebay_profiles: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ebay_shipping: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
wp_ebay_sites: Data: 0.03MB + Index: 0.00MB + Engine InnoDB
wp_ebay_stocks_log: Data: 0.31MB + Index: 0.00MB + Engine InnoDB
wp_ebay_store_categories: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_ebay_transactions: Data: 0.05MB + Index: 0.05MB + Engine InnoDB
wp_frm_fields: Data: 0.05MB + Index: 0.05MB + Engine InnoDB
wp_frm_forms: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_frm_item_metas: Data: 15.52MB + Index: 4.55MB + Engine InnoDB
wp_frm_items: Data: 2.52MB + Index: 1.39MB + 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_url: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_litespeed_url_file: Data: 0.02MB + Index: 0.08MB + 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_mailpoet_custom_fields: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_dynamic_segment_filters: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_feature_flags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_forms: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_mailpoet_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_mailpoet_mapping_to_external_entities: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_newsletter_links: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_mailpoet_newsletter_option: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_newsletter_option_fields: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_newsletter_posts: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_newsletter_segment: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_newsletter_templates: Data: 2.52MB + Index: 0.00MB + Engine InnoDB
wp_mailpoet_newsletters: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_mailpoet_scheduled_task_subscribers: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_scheduled_tasks: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
wp_mailpoet_segments: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_mailpoet_sending_queues: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_mailpoet_settings: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_statistics_bounces: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_mailpoet_statistics_clicks: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_mailpoet_statistics_forms: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_statistics_newsletters: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_mailpoet_statistics_opens: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
wp_mailpoet_statistics_unsubscribes: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_mailpoet_statistics_woocommerce_purchases: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_mailpoet_stats_notifications: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_mailpoet_subscriber_custom_field: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_subscriber_ips: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_subscriber_segment: Data: 1.52MB + Index: 0.70MB + Engine InnoDB
wp_mailpoet_subscriber_tag: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_mailpoet_subscribers: Data: 1.52MB + Index: 2.11MB + Engine InnoDB
wp_mailpoet_tags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_user_agents: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_user_flags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mcloud_post_map: Data: 0.06MB + Index: 0.06MB + Engine InnoDB
wp_mcloud_task: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_mcloud_task_data: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_mcloud_task_schedule: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_mcloud_task_token: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ms_snippets: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_options: Data: 14.47MB + Index: 5.97MB + Engine InnoDB
wp_pimwick_gift_card: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_pimwick_gift_card_activity: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_postmeta: Data: 718.83MB + Index: 241.69MB + Engine InnoDB
wp_posts: Data: 22.55MB + Index: 11.06MB + Engine InnoDB
wp_redirection_404: Data: 3.52MB + Index: 2.08MB + 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_revslider_css: Data: 0.13MB + Index: 0.02MB + Engine InnoDB
wp_revslider_css_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_revslider_layer_animations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_revslider_layer_animations_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_revslider_navigations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_revslider_navigations_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_revslider_sliders: Data: 0.08MB + Index: 0.02MB + Engine InnoDB
wp_revslider_sliders_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_revslider_slides: Data: 0.16MB + Index: 0.02MB + Engine InnoDB
wp_revslider_slides_bkp: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
wp_revslider_static_slides: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_revslider_static_slides_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rich_web_video_slider_effects_data: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rich_web_video_slider_font_family: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rich_web_video_slider_id: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rich_web_video_slider_manager: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rich_web_video_slider_videos: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rich_web_vs_effect_1: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rich_web_vs_effect_10: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rich_web_vs_effect_10_loader: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rich_web_vs_effect_1_loader: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rich_web_vs_effect_2: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rich_web_vs_effect_2_loader: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rich_web_vs_effect_3: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rich_web_vs_effect_3_loader: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rich_web_vs_effect_4: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rich_web_vs_effect_4_loader: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rich_web_vs_effect_5: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rich_web_vs_effect_5_loader: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rich_web_vs_effect_6: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rich_web_vs_effect_6_loader: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rich_web_vs_effect_7: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rich_web_vs_effect_7_loader: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rich_web_vs_effect_8: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rich_web_vs_effect_8_loader: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rich_web_vs_effect_9: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rich_web_vs_effect_9_loader: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_smush_dir_images: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_snippets: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_term_relationships: Data: 0.28MB + Index: 0.27MB + Engine InnoDB
wp_term_taxonomy: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
wp_termmeta: Data: 0.08MB + Index: 0.06MB + Engine InnoDB
wp_terms: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
wp_tf_storage: Data: 0.25MB + Index: 0.11MB + Engine InnoDB
wp_trustindex_google_reviews: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_usermeta: Data: 30.56MB + Index: 32.11MB + Engine InnoDB
wp_users: Data: 2.52MB + Index: 1.39MB + Engine InnoDB
wp_wc_admin_note_actions: Data: 0.09MB + Index: 0.02MB + Engine InnoDB
wp_wc_admin_notes: Data: 0.13MB + Index: 0.00MB + Engine InnoDB
wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wc_customer_lookup: Data: 2.52MB + Index: 1.98MB + Engine InnoDB
wp_wc_download_log: 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.09MB + Index: 0.11MB + Engine InnoDB
wp_wc_order_operational_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_order_product_lookup: Data: 19.55MB + Index: 21.06MB + Engine InnoDB
wp_wc_order_stats: Data: 5.52MB + Index: 4.55MB + Engine InnoDB
wp_wc_order_tax_lookup: Data: 5.52MB + Index: 5.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_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: 1.52MB + Index: 1.80MB + 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_wcpdf_invoice_number: Data: 1.52MB + Index: 0.00MB + Engine InnoDB
wp_wdr_order_discounts: Data: 0.11MB + Index: 0.00MB + Engine InnoDB
wp_wdr_order_item_discounts: Data: 0.19MB + Index: 0.19MB + Engine InnoDB
wp_wdr_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wfauditevents: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wfblockediplog: Data: 0.13MB + Index: 0.00MB + Engine InnoDB
wp_wfblocks7: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_wfconfig: Data: 1.52MB + Index: 0.00MB + Engine InnoDB
wp_wfcrawlers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wffilechanges: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wffilemods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wfhits: Data: 1.52MB + Index: 0.23MB + Engine InnoDB
wp_wfhoover: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wfissues: Data: 0.08MB + Index: 0.06MB + Engine InnoDB
wp_wfknownfilelist: Data: 8.52MB + Index: 0.00MB + Engine InnoDB
wp_wflivetraffichuman: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wflocs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wflogins: Data: 0.47MB + Index: 0.16MB + Engine InnoDB
wp_wfls_2fa_secrets: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wfls_role_counts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wfls_settings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wfnotifications: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wfpendingissues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_wfreversecache: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wfsecurityevents: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wfsnipcache: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_wfstatus: Data: 0.11MB + Index: 0.09MB + Engine InnoDB
wp_wftrafficrates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wfwafconfig: Data: 1.52MB + Index: 0.00MB + Engine InnoDB
wp_wfwaffailures: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_woof_query_cache: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woof_sd: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_woof_sd_presets: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wpfm_backup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wpgdprc_access_requests: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wpgdprc_consents: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wpgdprc_delete_requests: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wpgdprc_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wpmailsmtp_debug_events: Data: 2.52MB + Index: 0.00MB + Engine InnoDB
wp_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wpml_mails: Data: 2204.64MB + Index: 0.00MB + Engine InnoDB
wp_wt_iew_action_history: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wt_iew_cron: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wt_iew_ftp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wt_iew_mapping_template: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_yoast_indexable: Data: 1.52MB + Index: 1.38MB + Engine InnoDB
wp_yoast_indexable_hierarchy: Data: 0.27MB + Index: 0.38MB + Engine InnoDB
wp_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_yoast_primary_term: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
wp_yoast_seo_links: Data: 2.52MB + Index: 3.03MB + Engine InnoDB
wp_yoast_seo_meta: Data: 0.38MB + Index: 0.00MB + Engine InnoDB
### Post Type Counts ###
acf-field: 2
acf-field-group: 1
attachment: 2349
custom-css-js: 6
cwginstocknotifier: 642
fgf_master_log: 62
fgf_rules: 2
frm_form_actions: 2
frm_styles: 1
mailpoet_page: 1
nav_menu_item: 178
oembed_cache: 1
page: 30
post: 3
product: 558
product_variation: 2714
revision: 1023
rvp: 4656
seedprod: 2
shop_coupon: 1148
shop_order: 40119
shop_order_refund: 452
tbuilder_layout_part: 51
themify_popup: 13
user_request: 21
wcs_ruleset: 1
wp_font_face: 33
wp_font_family: 12
### Security ###
Secure connection (HTTPS): ❌
Your store is not using HTTPS. Learn more about HTTPS and SSL Certificates.
Hide errors from visitors: ✔
### Active Plugins (61) ###
Advanced Custom Fields: by WP Engine – 6.3.12
Advanced Woo Search: by ILLID – 2.39
Autocomplete Address and Location Picker for WooCommerce Premium: by powerfulwp – 1.1.8
Back In Stock Notifier for WooCommerce | WooCommerce Waitlist Pro: by codewoogeek – 5.7.8
Builder Maps Pro: by Themify – 3.5.5
Classic Editor: by WordPress Contributors – 1.6
Code Snippets: by Code Snippets Pro – 3.6.8
Coming Soon Page, Maintenance Mode, Landing Pages & WordPress Website Builder by SeedProd: by SeedProd – 6.18.15
Simple Custom CSS and JS: by SilkyPress.com – 3.49
Delete Me: by Clinton Caldwell – 3.0
Disable Real MIME Check: by Sergey Biryukov – 1.0
Erident Custom Login and Dashboard: by David Vongries – 4.3
Formidable Forms Pro: by Strategy11 – 6.17.2
Formidable Forms: by Strategy11 Form Builder Team – 6.17.1
Free Gifts for WooCommerce: by FantasticPlugins – 5.5
GA Google Analytics: by Jeff Starr – 20250326
Google Language Translator: by Translate AI Multilingual Solutions – 6.0.20
IgniteWoo Updater: by IgniteWoo.com – 3.0.7 – Network enabled
Media Cloud: by interfacelab – 4.6.4
Limit Orders for WooCommerce: by Nexcess – 2.0.0
LiteSpeed Cache: by LiteSpeed Technologies – 6.5.4
Loading Page: by CodePeople – 1.0.96
Order / Coupon / Subscription Export Import Plugin for WooCommerce: by WebToffee – 2.4.7
Printus - Cloud Printing for WooCommerce: by Uriahs Victor – 1.2.6
PW WooCommerce Gift Cards: by Pimwick
LLC – 2.12
Recently Viewed Products: by Rajnish Arora – 1.0.0
Redirection: by John Godley – 5.5.1
Slider Revolution: by ThemePunch – 6.5.9
Reward Points For Woocommerce: by Phoeniixx – 4.6.0
System Woocommerce Service: by Joseph Kimm – 1.0.8
Simple Custom CSS: by John Regan – 4.0.7
SKU Generator for WooCommerce (Premium): by WP Wham – 1.6.3
Video Slider Rich: by Slider by Rich-Web – 1.5.3
Themify Popup: by Themify – 1.4.2
Themify Updater: by Themify – 1.4.8
Termly - GDPR/CCPA Cookie Consent Banner: by Termly - GDPR/CCPA Cookie Consent Banner – 3.3.1
User Role Editor: by Vladimir Garagulya – 4.64.2
Import Export WordPress Users and WooCommerce Customers: by WebToffee – 2.6.3
WooCommerce Weight Based Shipping: by weightbasedshipping.com – 6.6.0
Discount Rules PRO 2.0: by Flycart – 2.6.4
Discount Rules Core: by Flycart – 2.6.4
Related Products for WooCommerce: by PeachPay – 3.3.16
WooCommerce.com Update Manager: by Automattic – 1.0.3
WooCommerce Cart popup premium: by XootiX – 1.6
WooCommerce Free Gifts: by IgniteWoo.com – 2.5.2
WooCommerce Stripe Gateway: by Stripe – 9.3.1
WooCommerce Legacy REST API: by WooCommerce – 1.0.4
WooCommerce PayPal Payments: by WooCommerce – 2.9.3 (update to version 3.0.3 is available)
PDF Invoices & Packing Slips for WooCommerce: by WP Overnight – 4.1.1
HUSKY - Products Filter Professional for WooCommerce: by realmag777 – 1.3.6.5
WooCommerce Shipment Tracking: by WooCommerce – 2.5.6 (update to version 2.5.8 is available)
WooCommerce - ShipStation Integration: by WooCommerce – 4.4.9 (update to version 4.5.0 is available)
WooCommerce: by Automattic – 9.8.1
Wordfence Security: by Wordfence – 8.0.3
Yoast SEO: by Team Yoast – 24.6
Cookie Information | Free WP GDPR Consent Plugin: by Cookie Information – 2.0.22
WP-Lister Lite for eBay: by WP Lab – 3.7.7
WP Mail Logging: by WP Mail Logging Team – 1.14.0
WP Mail SMTP: by WP Mail SMTP – 4.4.0
Widgets for Google Reviews: by Trustindex.io – 12.7
WPS Hide Login: by WPServeur
NicolasKulka
wpformation – 1.9.17.1
### Inactive Plugins (3) ###
PayPal PLUS for WooCommerce: by Inpsyde GmbH – 2.2.1
WooCommerce Parcelforce Integration: by Digital Duck – 1.3.99
WP File Manager: by mndpsingh287 – 8.0.1
### Settings ###
Legacy API Enabled: ✔
Force SSL: –
Currency: GBP (£)
Currency Position: left
Thousand Separator: ,
Decimal Separator: .
Number of Decimals: 2
Taxonomies: Product Types: external (external)
grouped (grouped)
pw gift card (pw-gift-card)
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: ✔
Enforce Approved Product Download Directories: –
HPOS feature enabled: –
Order datastore: WC_Order_Data_Store_CPT
HPOS data sync enabled: –
### Logging ###
Enabled: ✔
Handler: Automattic\WooCommerce\Internal\Admin\Logging\LogHandlerFileV2
Retention period: 30 days
Level threshold: –
Log directory size: 26 MB
### WC Pages ###
Shop base: #2530 - /shop/
Cart: #2531 - /basket/ - Contains the woocommerce_cart shortcode
Checkout: #2532 - /checkout/ - Contains the woocommerce_checkout shortcode
My account: #2533 - /my-account/ - Contains the [woocommerce_my_account] shortcode
Terms and conditions: #8 - /terms-conditions/
### Theme ###
Name: Themify Shoppe Child
Version: (update to version 0 is available)
Author URL:
Child Theme: ✔
Parent Theme Name: Themify Shoppe
Parent Theme Version: 7.1.2 – 7.8.8 is available
Parent Theme Author URL: https://www.themify.me
Theme type: Classic theme
WooCommerce Support: ✔
### Templates ###
Overrides: themify-shoppe-child/woocommerce/archive-product.php version 3.4.0 is out of date. The core version is 8.6.0
themify-shoppe-child/woocommerce/cart/cart-shipping.php version 3.6.0 is out of date. The core version is 8.8.0
themify-shoppe-child/woocommerce/checkout/form-checkout.php version 3.5.0 is out of date. The core version is 9.4.0
themify-shoppe-child/woocommerce/emails/admin-new-order.php version 3.7.0 is out of date. The core version is 9.8.0
themify-shoppe/woocommerce/global/breadcrumb.php
themify-shoppe/woocommerce/loop/loop-end.php
themify-shoppe/woocommerce/loop/loop-start.php
themify-shoppe/woocommerce/loop/result-count.php version 3.7.0 is out of date. The core version is 9.4.0
themify-shoppe/woocommerce/single-product/meta.php version 3.0.0 is out of date. The core version is 9.7.0
themify-shoppe/woocommerce/single-product/related.php version 3.9.0 is out of date. The core version is 9.6.0
themify-shoppe-child/woocommerce/single-product.php
Outdated Templates: ❌
Learn how to update |
Clear system status theme info cache
### WooCommerce Stripe Payment Gateway ###
Version: 9.3.1
Account ID: acct_1B2fwOI7akkqNZao
Account Email: Unknown
Test Mode Enabled: Yes
OAuth Connected: ✔
Yes
Legacy Checkout Experience: ✔
No
Enabled Payment Methods: card,klarna
Express Checkout: Disabled
Auth and Capture: ✔
Yes
Logging: ✔
Yes
### WooCommerce PayPal Payments ###
Onboarded: ✔
Shop country code: GB
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
PayPal Shipping Callback: –
Apple Pay: ✔
Google Pay: –
Fastlane: –
### Admin ###
Enabled Features: activity-panels
analytics
product-block-editor
coupons
core-profiler
customize-store
customer-effort-score-tracks
import-products-task
experimental-fashion-sample-products
shipping-smart-defaults
shipping-setting-tour
homescreen
marketing
mobile-app-banner
onboarding
onboarding-tasks
pattern-toolkit-full-composability
product-custom-fields
remote-inbox-notifications
remote-free-extensions
payment-gateway-suggestions
printful
shipping-label-banner
subscriptions
store-alerts
transient-notices
woo-mobile-welcome
wc-pay-promotion
wc-pay-welcome-page
launch-your-store
add-to-cart-with-options-stepper-layout
Disabled Features: product-data-views
experimental-blocks
coming-soon-newsletter-template
minified-js
product-pre-publish-modal
settings
async-product-editor-category-field
product-editor-template-system
use-wp-horizon
blockified-add-to-cart
Daily Cron: ✔ Next scheduled: 2025-03-26 10:42:23 +00:00
Options: ✔
Notes: 219
Onboarding: completed
### Action Scheduler ###
Complete: 7,751
Oldest: 2025-03-12 14:14:02 +0000
Newest: 2025-04-15 05:07:11 +0000
Failed: 494
Oldest: 2023-03-27 11:06:08 +0000
Newest: 2024-11-11 05:03:49 +0000
Pending: 8
Oldest: 2025-04-15 05:12:10 +0000
Newest: 2025-05-03 10:50:17 +0000
### Limit Orders ###
Enabled: ✔
Limit: 100
Submitted orders: 0
Remaining orders: 100
Interval: daily
Interval start: 2025-04-15T00:00:00+00:00
Interval resets: 2025-04-16T00:00:00+00:00
### Status report information ###
Generated at: 2025-04-15 05:08:24 +00:00