eruperu
Forum Replies Created
-
Great! I had to reset both “Reset” and “Reset meta” and now it’s working again. The redirect is gone and I can use the addons for more than 1 product. Thank you!
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Send Shipping Address info StripeI got in contact with the plugin devs on GitHub and they told me that the sending over shipping address to Stripe dashboard feature isn’t built-in yet. But they gave me some code to make it work. I just tested it and the shipping address is now showing in the events π
function add_shipping_to_stripe( $post_data, $order ) { if ( ! empty( $order->get_shipping_postcode() ) ) { $post_data['shipping'] = array( 'name' => $order->get_shipping_first_name() . ' ' . $order->get_shipping_last_name(), 'address' => array( 'line1' => $order->get_shipping_address_1(), 'line2' => $order->get_shipping_address_2(), 'city' => $order->get_shipping_city(), 'country' => $order->get_shipping_country(), 'postal_code' => $order->get_shipping_postcode(), 'state' => $order->get_shipping_state(), ) ); } return $post_data; } add_filter( 'wc_stripe_generate_create_intent_request', 'add_shipping_to_stripe', 10, 2 );Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Send Shipping Address info Stripe@wpnomad I’ve disabled everything except for WooCommerce and Stripe, but I’m still receiving “Shipping: null” in the payment events on the Stripe dashboard. I’ve tried this on another website and it’s the same issue.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Send Shipping Address info Stripe@wpnomad Thanks for checking. How can I check if shipping address data has been sent correctly to Stripe without making any purchases? Is there a way to debug/check that?
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Send Shipping Address info Stripe@wpnomad I’m not getting errors. I can see the billing address in the payment events on the Stripe dashboard, but shipping is showing a “null” value.
Here’s the report:
### WordPress Environment ### WC Version: 4.3.1 REST API Version: β 1.0.10 WC Blocks Version: β 2.7.2 Action Scheduler Version: β 3.1.6 WC Admin Version: β 1.3.1 Log Directory Writable: β WP Version: 5.4.2 WP Multisite: β WP Memory Limit: 768 MB WP Debug Mode: β WP Cron: β Language: en_US External object cache: β ### Server Environment ### Server Info: Apache PHP Version: 7.3.20 PHP Post Max Size: 128 MB PHP Time Limit: 120 PHP Max Input Vars: 3000 cURL Version: 7.66.0 OpenSSL/1.1.1g-fips SUHOSIN Installed: β MySQL Version: 5.7.25-28-log Max Upload Size: 128 MB Default Timezone is UTC: β fsockopen/cURL: β SoapClient: β DOMDocument: β GZip: β Multibyte String: β Remote Post: β Remote Get: β ### Database ### WC Database Version: 4.3.1 Total Database Size: 336.74MB Database Data Size: 225.76MB Database Index Size: 110.98MB wp_woocommerce_sessions: Data: 14.02MB + Index: 0.20MB + 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: 2.52MB + Index: 0.47MB + Engine InnoDB wp_woocommerce_order_itemmeta: Data: 12.52MB + Index: 12.02MB + 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.05MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_payment_tokenmeta: Data: 0.09MB + Index: 0.11MB + Engine InnoDB wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_actionscheduler_actions: Data: 12.02MB + Index: 10.77MB + 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: 7.02MB + Index: 6.03MB + Engine InnoDB wp_ac_abandoned_cart_history_lite: Data: 33.55MB + Index: 0.00MB + Engine InnoDB wp_ac_email_templates_lite: Data: 0.03MB + Index: 0.00MB + Engine InnoDB wp_ac_guest_abandoned_cart_history_lite: Data: 1.52MB + Index: 0.00MB + Engine InnoDB wp_ac_sent_history_lite: Data: 0.23MB + Index: 0.00MB + Engine InnoDB wp_aepc_custom_audiences: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_aepc_logs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_commentmeta: Data: 0.27MB + Index: 0.22MB + Engine InnoDB wp_comments: Data: 8.52MB + Index: 9.09MB + Engine InnoDB wp_imagify_files: Data: 0.02MB + Index: 0.08MB + Engine InnoDB wp_imagify_folders: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_options: Data: 4.38MB + Index: 0.31MB + Engine InnoDB wp_postmeta: Data: 68.59MB + Index: 45.14MB + Engine InnoDB wp_posts: Data: 7.52MB + Index: 6.02MB + Engine InnoDB wp_redirection_404: Data: 0.02MB + Index: 0.06MB + 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.08MB + Engine InnoDB wp_social_users: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_termmeta: Data: 0.13MB + Index: 0.14MB + Engine InnoDB wp_terms: Data: 0.09MB + Index: 0.09MB + Engine InnoDB wp_term_relationships: Data: 0.42MB + Index: 0.23MB + Engine InnoDB wp_term_taxonomy: Data: 0.09MB + Index: 0.09MB + Engine InnoDB wp_tm_taskmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_tm_tasks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_usermeta: Data: 30.55MB + Index: 7.91MB + Engine InnoDB wp_users: Data: 0.30MB + Index: 0.31MB + Engine InnoDB wp_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wc_customer_lookup: Data: 1.52MB + Index: 0.47MB + Engine InnoDB wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_order_product_lookup: Data: 1.52MB + Index: 1.22MB + Engine InnoDB wp_wc_order_stats: Data: 1.52MB + Index: 0.63MB + Engine InnoDB wp_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_product_meta_lookup: Data: 1.52MB + Index: 1.55MB + Engine InnoDB wp_wc_reserved_stock: Data: 0.06MB + 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_wfblockediplog: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wfblocks7: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_wfconfig: Data: 0.45MB + 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: 3.52MB + Index: 0.00MB + Engine InnoDB wp_wfhits: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_wfhoover: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wfissues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_wfknownfilelist: Data: 2.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.02MB + Index: 0.03MB + Engine InnoDB wp_wfls_2fa_secrets: Data: 0.02MB + Index: 0.02MB + 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_wfsnipcache: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_wfstatus: Data: 0.09MB + Index: 0.03MB + Engine InnoDB wp_wftrafficrates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_woobe_history: Data: 7.52MB + Index: 6.55MB + Engine InnoDB wp_woobe_history_bulk: Data: 0.05MB + Index: 0.03MB + Engine InnoDB wp_woo_sales_country_region: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_yith_wcwl: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_yith_wcwl_lists: Data: 0.02MB + Index: 0.05MB + Engine InnoDB ### Security ### Secure connection (HTTPS): β Hide errors from visitors: β ### Active Plugins (38) ### BackWPup: by Inpsyde GmbH β 3.7.1 Classic Editor: by WordPress Contributors β 1.5 Contact Form 7: by Takayuki Miyoshi β 5.2 Disable Cart Fragments: by Optimocha β 1.21 β Installed version not tested with active version of WooCommerce 4.3.1 Elementor: by Elementor.com β 2.9.14 Enable Media Replace: by ShortPixel β 3.4.1 Facebook for WooCommerce: by Facebook β 1.11.4 β Installed version not tested with active version of WooCommerce 4.3.1 Force Regenerate Thumbnails: by Pedro Elsner β 2.0.6 Health Check & Troubleshooting: by The WordPress.org community β 1.4.4 CAOS: by Daan van den Bergh β 3.6.0 Imagify: by WP Media β 1.9.10 Kadence WooCommerce Email Designer: by Kadence WP β 1.4.3 Manage Notification E-mails: by Virgial Berveling β 1.5.1 Media Cleaner: by Jordy Meow β 5.6.4 My Custom Functions: by Space X-Chimp β 4.42 plugin load filter: by enomoto@celtislab β 3.3.0 Sales Countdown Timer Premium for WooCommerce and WordPress: by VillaTheme β 1.0.1.1 β Installed version not tested with active version of WooCommerce 4.3.1 Search Exclude: by Roman Pronskiy β 1.2.5 Simple CSS: by Tom Usborne β 1.1.1 TinyMCE Advanced: by Andrew Ozz β 5.4.0 Update Theme and Plugins from Zip File: by Jeff Sherk β 1.1.1 WOOBE - WooCommerce Bulk Editor and Products Manager: by realmag777 β 1.0.6.1 β Installed version not tested with active version of WooCommerce 4.3.1 Woocommerce delete product images: by Husain Ahmed β 1.0.2 β Installed version not tested with active version of WooCommerce 4.3.1 Advanced Order Export For WooCommerce: by AlgolPlus β 3.1.4 β Installed version not tested with active version of WooCommerce 4.3.1 WooCommerce Random Product Sorting with Pagination: by William Crowley β 0.9.1 β Installed version not tested with active version of WooCommerce 4.3.1 Variation Swatches for WooCommerce: by Emran Ahmed β 1.0.85 β Installed version not tested with active version of WooCommerce 4.3.1 Abandoned Cart Lite for WooCommerce: by Tyche Softwares β 5.8.0 β Installed version not tested with active version of WooCommerce 4.3.1 WooCommerce Advanced Free Shipping: by Jeroen Sormani β 1.1.4 β Installed version not tested with active version of WooCommerce 4.3.1 WooCommerce Checkout Add-Ons: by SkyVerge β 2.0.2 (update to version 2.3.0 is available) β Installed version not tested with active version of WooCommerce 4.3.1 WooCommerce Stripe Gateway: by WooCommerce β 4.5.0 β Installed version not tested with active version of WooCommerce 4.3.1 Booster for WooCommerce: by Pluggabl LLC β 5.1.1 WooCommerce Multi Currency Premium: by VillaTheme β 2.1.9.4 β Installed version not tested with active version of WooCommerce 4.3.1 WooCommerce: by Automattic β 4.3.1 WP Mail SMTP: by WPForms β 2.2.1 WP Rocket: by WP Media β 3.6.2.1 WP Staging: by WP-Staging β 2.7.5 ### Inactive Plugins (18) ### Amount Left for Free Shipping for WooCommerce: by Algoritmika Ltd β 1.5.2 β Installed version not tested with active version of WooCommerce 4.3.1 Beeketing For WooCommerce: by Beeketing β 3.8.16 β Installed version not tested with active version of WooCommerce 4.3.1 Coming Soon Page, Under Construction & Maintenance Mode by SeedProd: by SeedProd β 5.1.3 Google Analytics Dashboard for WP (GADWP): by ExactMetrics β 6.1.0 Jetpack by WordPress.com: by Automattic β 8.7.1 Klaviyo: by Klaviyo Inc. β 2.2.3 β Installed version not tested with active version of WooCommerce 4.3.1 PixelYourSite: by PixelYourSite β 7.1.9 β Installed version not tested with active version of WooCommerce 4.3.1 Redirection: by John Godley β 4.8 Related Posts By Taxonomy: by keesiemijer β 2.7.3 Sales Countdown Timer: by VillaTheme β 1.0.5.4 Sales Report By Country for WooCommerce: by zorem β 1.6.4 β Installed version not tested with active version of WooCommerce 4.3.1 SG Optimizer: by SiteGround β 5.6.0 Ultimate FAQs - WordPress FAQ Plugin: by Etoile Web Design β 1.9.5 β Installed version not tested with active version of WooCommerce 4.3.1 Woocommerce Cart Limit: by Webman Technologies β 1.2 β Installed version not tested with active version of WooCommerce 4.3.1 WooCommerce Services: by Automattic β 1.23.2 β Installed version not tested with active version of WooCommerce 4.3.1 WooCommerce Smart Sale Badge: by Hugh Lashbrooke β 1.1 β Installed version not tested with active version of WooCommerce 4.3.1 Wordfence Security: by Wordfence β 7.4.9 WP-Optimize - Clean, Compress, Cache: by David Anderson Ruhani Rabin Team Updraft β 3.1.2 ### Must Use Plugins (3) ### Health Check Troubleshooting Mode: by β 1.7.1 plugin load filter [plf-filter]: by enomoto@celtislab β 3.3.0 WP Staging Optimizer: by RenΓ© Hermenau β 1.2 ### Settings ### API Enabled: β Force SSL: β Currency: EUR (β¬) Currency Position: left Thousand Separator: , Decimal Separator: . Number of Decimals: 2 Taxonomies: Product Types: external (external) grouped (grouped) simple (simple) variable (variable) Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog) exclude-from-search (exclude-from-search) featured (featured) outofstock (outofstock) rated-1 (rated-1) rated-2 (rated-2) rated-3 (rated-3) rated-4 (rated-4) rated-5 (rated-5) Connected to WooCommerce.com: β ### WC Pages ### Shop base: #61 - /shop/ Cart: #60 - /cart/ Checkout: #59 - /checkout/ My account: #58 - /my-account/ Terms and conditions: #1014 - /terms-conditions/ ### Theme ### Name: Flatsome Version: 3.12.0 Author URL: http://www.uxthemes.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: flatsome/woocommerce/archive-product.php flatsome/woocommerce/cart/cart-empty.php flatsome/woocommerce/cart/cart-shipping.php flatsome/woocommerce/cart/cart.php flatsome/woocommerce/checkout/form-checkout.php flatsome/woocommerce/checkout/form-coupon.php flatsome/woocommerce/checkout/terms.php flatsome/woocommerce/checkout/thankyou.php flatsome/woocommerce/content-product.php flatsome/woocommerce/content-product_cat.php flatsome/woocommerce/content-single-product.php flatsome/woocommerce/content-widget-product.php flatsome/woocommerce/global/breadcrumb.php flatsome/woocommerce/global/quantity-input.php flatsome/woocommerce/global/wrapper-end.php flatsome/woocommerce/global/wrapper-start.php flatsome/woocommerce/loop/loop-end.php flatsome/woocommerce/loop/loop-start.php flatsome/woocommerce/loop/pagination.php flatsome/woocommerce/loop/result-count.php flatsome/woocommerce/loop/sale-flash.php flatsome/woocommerce/myaccount/form-login.php flatsome/woocommerce/myaccount/navigation.php flatsome/woocommerce/notices/error.php flatsome/woocommerce/notices/notice.php flatsome/woocommerce/notices/success.php flatsome/woocommerce/product-searchform.php flatsome/woocommerce/single-product/photoswipe.php flatsome/woocommerce/single-product/price.php flatsome/woocommerce/single-product/product-image.php flatsome/woocommerce/single-product/product-thumbnails.php flatsome/woocommerce/single-product/rating.php flatsome/woocommerce/single-product/related.php flatsome/woocommerce/single-product/review.php flatsome/woocommerce/single-product/sale-flash.php flatsome/woocommerce/single-product/share.php flatsome/woocommerce/single-product/short-description.php flatsome/woocommerce/single-product/tabs/tabs.php flatsome/woocommerce/single-product/title.php flatsome/woocommerce/single-product/up-sells.php flatsome/woocommerce/single-product-reviews.php flatsome/woocommerce/single-product.php ### Action Scheduler ### Canceled: 12 Oldest: 2020-07-10 21:24:28 +0200 Newest: 2020-07-15 13:48:41 +0200 Complete: 29,712 Oldest: 2020-06-28 12:55:21 +0200 Newest: 2020-07-29 12:49:43 +0200 Failed: 113 Oldest: β Newest: β Pending: 8 Oldest: 2020-07-29 12:53:45 +0200 Newest: 2020-07-29 13:49:43 +0200Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Send Shipping Address info Stripe@wpnomad My Stripe account is based in The Netherlands
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Send Shipping Address info Stripe@wpnomad No I’m not using a Stripe Preview Account.
So there’s no way to get sales data by country on Stripe at the moment?