Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter eruperu

    (@eruperu)

    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!

    Thread Starter eruperu

    (@eruperu)

    I 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 );
    
    Thread Starter eruperu

    (@eruperu)

    @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.

    Thread Starter eruperu

    (@eruperu)

    @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?

    Thread Starter eruperu

    (@eruperu)

    @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 +0200
    
    
    Thread Starter eruperu

    (@eruperu)

    @wpnomad My Stripe account is based in The Netherlands

    Thread Starter eruperu

    (@eruperu)

    @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?

Viewing 7 replies - 1 through 7 (of 7 total)