Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter arjanh

    (@arjanh)

    I contacted with PayPal support also, this is the email from them:

    Thank you for contacting Merchant Technical Support. I will be happy to answer your questions regarding your IPN.

    I can confirm that the IPNs that are being sent to https://example.co/wc-api/WC_Gateway_PPEC/ are failing with an HTTP 500 response from your server. This may be caused by a few different factors. There is also a change that was made to IPN recently, there have been changes made to what IP address that these messages may be coming from. If your IPN listener is setup in such a way to limit communications to IP addresses not in the Access Control List, you may need to make changes to the IPN script to ensure your listener can use the current IP addresses.`

    Thread Starter arjanh

    (@arjanh)

    Hello, I activated Ipn on paypal and put the link you sent me above (replacing the example with my domain) after that I made a live purchase on the website and in debug the following info is displayed, the purchase is complete as successful (I removed the sensitive information by replacing it with Example)

    07-05-2021 @ 20:33:23 - WC_Gateway_PPEC_Client::_request: remote request to https://api-3t.paypal.com/nvp with params: Array
    (
        [LOGOIMG] => https://example.co/wp-content/uploads/2019/04/-Logo-190x60.png
        [HDRIMG] => 
        [PAGESTYLE] => 
        [BRANDNAME] => Example
        [RETURNURL] => https://example.co/checkout/?woo-paypal-return=true
        [CANCELURL] => https://example.co/cart/?woo-paypal-cancel=true
        [ADDROVERRIDE] => 1
        [LANDINGPAGE] => Billing
        [SOLUTIONTYPE] => Sole
        [PAYMENTREQUEST_0_PAYMENTACTION] => sale
        [PAYMENTREQUEST_0_ALLOWEDPAYMENTMETHOD] => InstantPaymentOnly
        [PAYMENTREQUEST_0_INSURANCEAMT] => 0
        [PAYMENTREQUEST_0_HANDLINGAMT] => 0
        [PAYMENTREQUEST_0_CUSTOM] => 
        [PAYMENTREQUEST_0_INVNUM] => 
        [PAYMENTREQUEST_0_CURRENCYCODE] => EUR
        [PAYMENTREQUEST_0_AMT] => 1
        [PAYMENTREQUEST_0_ITEMAMT] => 1
        [PAYMENTREQUEST_0_SHIPPINGAMT] => 0
        [PAYMENTREQUEST_0_TAXAMT] => 0
        [PAYMENTREQUEST_0_SHIPDISCAMT] => 0
        [NOSHIPPING] => 0
        [EMAIL] => [email protected]
        [PAYMENTREQUEST_0_SHIPTONAME] => Example
        [PAYMENTREQUEST_0_SHIPTOSTREET] => example
        [PAYMENTREQUEST_0_SHIPTOSTREET2] => 
        [PAYMENTREQUEST_0_SHIPTOCITY] => example
        [PAYMENTREQUEST_0_SHIPTOSTATE] => example
        [PAYMENTREQUEST_0_SHIPTOZIP] => 100
        [PAYMENTREQUEST_0_SHIPTOCOUNTRYCODE] => EX
        [PAYMENTREQUEST_0_SHIPTOPHONENUM] => 0000000
        [L_PAYMENTREQUEST_0_NAME0] => Test
        [L_PAYMENTREQUEST_0_DESC0] => 
        [L_PAYMENTREQUEST_0_QTY0] => 1
        [L_PAYMENTREQUEST_0_AMT0] => 1
        [L_PAYMENTREQUEST_0_NUMBER0] => 
        [METHOD] => SetExpressCheckout
        [VERSION] => 120.0
        [USER] => example api
        [PWD] => example pswd
        [SIGNATURE] => example sig
    )
    
    07-05-2021 @ 20:33:24 - WC_Gateway_PPEC_Client::_process_response: acknowleged response body: Array
    (
        [TOKEN] => EC-example
        [TIMESTAMP] => 2021-07-05T20:33:24Z
        [CORRELATIONID] => 232d75c76accd
        [ACK] => Success
        [VERSION] => 120.0
        [BUILD] => 55779668
    )
    
    07-05-2021 @ 20:34:34 - WC_Gateway_PPEC_Client::_request: remote request to https://api-3t.paypal.com/nvp with params: Array
    (
        [METHOD] => GetExpressCheckoutDetails
        [VERSION] => 120.0
        [TOKEN] => EC-example
        [USER] => example api
        [PWD] => example pwd
        [SIGNATURE] => example sig
    )
    
    07-05-2021 @ 20:34:35 - WC_Gateway_PPEC_Client::_process_response: acknowleged response body: Array
    (
        [TOKEN] => EC-example
        [BILLINGAGREEMENTACCEPTEDSTATUS] => 0
        [CHECKOUTSTATUS] => PaymentActionNotInitiated
        [TIMESTAMP] => 2021-07-05T20:34:35Z
        [CORRELATIONID] => 6938967badbd9
        [ACK] => Success
        [VERSION] => 120.0
        [BUILD] => 55779668
        [EMAIL] => [email protected]
        [PAYERID] => Y6W5RKV5FAR42
        [PAYERSTATUS] => unverified
        [FIRSTNAME] => Arjan
        [LASTNAME] => Halili
        [COUNTRYCODE] => ex
        [SHIPTONAME] => example
        [SHIPTOSTREET] => Tirana
        [SHIPTOCITY] => exampld
        [SHIPTOSTATE] => Tirana
        [SHIPTOZIP] => example
        [SHIPTOCOUNTRYCODE] => Ex
        [SHIPTOPHONENUM] => example
        [SHIPTOCOUNTRYNAME] => example
        [ADDRESSSTATUS] => Confirmed
        [CURRENCYCODE] => EUR
        [AMT] => 1.00
        [ITEMAMT] => 1.00
        [SHIPPINGAMT] => 0.00
        [HANDLINGAMT] => 0.00
        [TAXAMT] => 0.00
        [NOTIFYURL] => https://www.example.co/?wc-api=WC_Gateway_Paypal
        [INSURANCEAMT] => 0.00
        [SHIPDISCAMT] => 0.00
        [INSURANCEOPTIONOFFERED] => false
        [L_NAME0] => Test
        [L_QTY0] => 1
        [L_TAXAMT0] => 0.00
        [L_AMT0] => 1.00
        [PAYMENTREQUEST_0_CURRENCYCODE] => EUR
        [PAYMENTREQUEST_0_AMT] => 1.00
        [PAYMENTREQUEST_0_ITEMAMT] => 1.00
        [PAYMENTREQUEST_0_SHIPPINGAMT] => 0.00
        [PAYMENTREQUEST_0_HANDLINGAMT] => 0.00
        [PAYMENTREQUEST_0_TAXAMT] => 0.00
        [PAYMENTREQUEST_0_NOTIFYURL] => https://www.example.co/?wc-api=WC_Gateway_Paypal
        [PAYMENTREQUEST_0_INSURANCEAMT] => 0.00
        [PAYMENTREQUEST_0_SHIPDISCAMT] => 0.00
        [PAYMENTREQUEST_0_SELLERPAYPALACCOUNTID] => [email protected]
        [PAYMENTREQUEST_0_INSURANCEOPTIONOFFERED] => false
        [PAYMENTREQUEST_0_SHIPTONAME] => example
        [PAYMENTREQUEST_0_SHIPTOSTREET] => example
        [PAYMENTREQUEST_0_SHIPTOCITY] => example
        [PAYMENTREQUEST_0_SHIPTOSTATE] => example
        [PAYMENTREQUEST_0_SHIPTOZIP] => 100
        [PAYMENTREQUEST_0_SHIPTOCOUNTRYCODE] => ex
        [PAYMENTREQUEST_0_SHIPTOPHONENUM] => example
        [PAYMENTREQUEST_0_SHIPTOCOUNTRYNAME] => Example
        [PAYMENTREQUEST_0_ADDRESSSTATUS] => Confirmed
        [L_PAYMENTREQUEST_0_NAME0] => Test
        [L_PAYMENTREQUEST_0_QTY0] => 1
        [L_PAYMENTREQUEST_0_TAXAMT0] => 0.00
        [L_PAYMENTREQUEST_0_AMT0] => 1.00
        [PAYMENTREQUESTINFO_0_ERRORCODE] => 0
    )
    
    07-05-2021 @ 20:34:35 - WC_Gateway_PPEC_Client::_request: remote request to https://api-3t.paypal.com/nvp with params: Array
    (
        [TOKEN] => EC-example
        [PAYERID] => Y6W5RKV5FAR42
        [PAYMENTREQUEST_0_AMT] => 1
        [PAYMENTREQUEST_0_ITEMAMT] => 1
        [PAYMENTREQUEST_0_SHIPPINGAMT] => 0
        [PAYMENTREQUEST_0_TAXAMT] => 0
        [PAYMENTREQUEST_0_SHIPDISCAMT] => 0
        [PAYMENTREQUEST_0_INSURANCEAMT] => 0
        [PAYMENTREQUEST_0_HANDLINGAMT] => 0
        [PAYMENTREQUEST_0_CURRENCYCODE] => EUR
        [PAYMENTREQUEST_0_NOTIFYURL] => https://example.co/wc-api/WC_Gateway_PPEC/
        [PAYMENTREQUEST_0_PAYMENTACTION] => sale
        [PAYMENTREQUEST_0_INVNUM] => WC-3271
        [PAYMENTREQUEST_0_CUSTOM] => {"order_id":3271,"order_number":"3271","order_key":"wc_order_SCmOPsdQi2Fj7"}
        [NOSHIPPING] => 0
        [PAYMENTREQUEST_0_SHIPTONAME] => example
        [PAYMENTREQUEST_0_SHIPTOSTREET] => example
        [PAYMENTREQUEST_0_SHIPTOSTREET2] => 
        [PAYMENTREQUEST_0_SHIPTOCITY] => example
        [PAYMENTREQUEST_0_SHIPTOSTATE] => example
        [PAYMENTREQUEST_0_SHIPTOZIP] => 100
        [PAYMENTREQUEST_0_SHIPTOCOUNTRYCODE] => ex
        [PAYMENTREQUEST_0_SHIPTOPHONENUM] => example
        [L_PAYMENTREQUEST_0_NAME0] => Test
        [L_PAYMENTREQUEST_0_DESC0] => 
        [L_PAYMENTREQUEST_0_QTY0] => 1
        [L_PAYMENTREQUEST_0_AMT0] => 1
        [L_PAYMENTREQUEST_0_NUMBER0] => 
        [METHOD] => DoExpressCheckoutPayment
        [VERSION] => 120.0
        [BUTTONSOURCE] => WooThemes_EC
        [USER] => example.gmail.com api
        [PWD] => example pwd
        [SIGNATURE] => example sig
    )
    
    07-05-2021 @ 20:34:37 - WC_Gateway_PPEC_Client::_process_response: acknowleged response body: Array
    (
        [TOKEN] => EC-0LV79914DW991192Y
        [SUCCESSPAGEREDIRECTREQUESTED] => false
        [TIMESTAMP] => 2021-07-05T20:34:37Z
        [CORRELATIONID] => 6eb1eb3146077
        [ACK] => Success
        [VERSION] => 120.0
        [BUILD] => 55779668
        [INSURANCEOPTIONSELECTED] => false
        [SHIPPINGOPTIONISDEFAULT] => false
        [PAYMENTINFO_0_TRANSACTIONID] => 8YB91135XA7183046
        [PAYMENTINFO_0_RECEIPTID] => 1473025257229198
        [PAYMENTINFO_0_TRANSACTIONTYPE] => cart
        [PAYMENTINFO_0_PAYMENTTYPE] => instant
        [PAYMENTINFO_0_ORDERTIME] => 2021-07-05T20:34:36Z
        [PAYMENTINFO_0_AMT] => 1.00
        [PAYMENTINFO_0_FEEAMT] => 0.38
        [PAYMENTINFO_0_TAXAMT] => 0.00
        [PAYMENTINFO_0_CURRENCYCODE] => EUR
        [PAYMENTINFO_0_PAYMENTSTATUS] => Completed
        [PAYMENTINFO_0_PENDINGREASON] => None
        [PAYMENTINFO_0_REASONCODE] => None
        [PAYMENTINFO_0_PROTECTIONELIGIBILITY] => Ineligible
        [PAYMENTINFO_0_PROTECTIONELIGIBILITYTYPE] => None
        [PAYMENTINFO_0_SELLERPAYPALACCOUNTID] => [email protected]
        [PAYMENTINFO_0_SECUREMERCHANTACCOUNTID] => example
        [PAYMENTINFO_0_ERRORCODE] => 0
        [PAYMENTINFO_0_ACK] => Success
    )
    
    07-05-2021 @ 20:34:37 - WC_Gateway_PPEC_Client::_request: remote request to https://api-3t.paypal.com/nvp with params: Array
    (
        [TRANSACTIONID] => 8YB91135XA7183046
        [METHOD] => GetTransactionDetails
        [VERSION] => 120.0
        [USER] => example.gmail.com api
        [PWD] => example pwd
        [SIGNATURE] => example sig
    )
    
    07-05-2021 @ 20:34:39 - WC_Gateway_PPEC_Client::_process_response: acknowleged response body: Array
    (
        [RECEIVERBUSINESS] => [email protected]
        [RECEIVEREMAIL] => [email protected]
        [RECEIVERID] => example
        [EMAIL] => [email protected]
        [PAYERID] => Y6W5RKV5FAR42
        [PAYERSTATUS] => unverified
        [COUNTRYCODE] => ex
        [SHIPTONAME] => example
        [SHIPTOSTREET] => example
        [SHIPTOCITY] => example
        [SHIPTOSTATE] => example
        [SHIPTOCOUNTRYCODE] => ex
        [SHIPTOCOUNTRYNAME] => ex
        [SHIPTOZIP] => 100
        [ADDRESSOWNER] => PayPal
        [ADDRESSSTATUS] => Confirmed
        [INVNUM] => WC-3271
        [CUSTOM] => {"order_id":3271,"order_number":"3271","order_key":"wc_order_SCmOPsdQi2Fj7"}
        [SALESTAX] => 0.00
        [INSURANCEAMOUNT] => 0.00
        [GIFTRECEIPT] => 0
        [TIMESTAMP] => 2021-07-05T20:34:39Z
        [CORRELATIONID] => 9ce916f9c0675
        [ACK] => Success
        [VERSION] => 120.0
        [BUILD] => 55101542
        [FIRSTNAME] => example
        [LASTNAME] => example
        [TRANSACTIONID] => 8YB91135XA7183046
        [RECEIPTID] => 1473-0252-5722-9198
        [TRANSACTIONTYPE] => cart
        [PAYMENTTYPE] => instant
        [ORDERTIME] => 2021-07-05T20:34:36Z
        [AMT] => 1.00
        [FEEAMT] => 0.38
        [TAXAMT] => 0.00
        [SHIPPINGAMT] => 0.00
        [HANDLINGAMT] => 0.00
        [CURRENCYCODE] => EUR
        [PAYMENTSTATUS] => Completed
        [PENDINGREASON] => None
        [REASONCODE] => None
        [SHIPPINGMETHOD] => Default
        [PROTECTIONELIGIBILITY] => Ineligible
        [PROTECTIONELIGIBILITYTYPE] => None
        [L_NAME0] => Test
        [L_QTY0] => 1
        [L_TAXAMT0] => 0.00
        [L_SHIPPINGAMT0] => 0.00
        [L_HANDLINGAMT0] => 0.00
        [L_CURRENCYCODE0] => EUR
        [L_TAXABLE0] => false
        [L_TAXRATE0] => 0.0
        [L_AMT0] => 1.00
        [INSURANCEOPTIONSELECTED] => 0
        [SHIPPINGOPTIONISDEFAULT] => 0
    )
    Thread Starter arjanh

    (@arjanh)

    Hello thank you for your reply. Payment data transfer I have OFF in paypal account as well as IPN. I do not know what is happening. Should I add this URL to the IPN in paypal https://example.com/?wc-api=WC_Gateway_Paypal and test if this problem is resolved?

    Thank you

    Thread Starter arjanh

    (@arjanh)

    Hello, thanks for your reply. so far I have had Off IPN in paypal account and I have not had any problems.

    According to your answer, now I have to activate the IPN in the paypal account, if I activate what link should I put there? I also have debug logs on and now for a few days I have noticed that payments are being completed successfully but a part of the data below is missing (maybe they were IPN).

    Thread Starter arjanh

    (@arjanh)

    Hello, I have activated the option you mentioned, how do you know now what error is appearing to them, customers continue to have this problem.

    Thread Starter arjanh

    (@arjanh)

    I have updated all plugins, theme and wordpress at their latest version and still the popup is showing when clicking the buttons.

    As @tdat1602 is saying, the new SDK is showing the inputs inside the checkout page.

    Will you implement this new PayPal JavaScript SDK library to support payments without popup and show the inputs right below the buttons?

    Thread Starter arjanh

    (@arjanh)

    @jessepearson Thanks for the answer.
    I don’t know why this form of payment has changed so much, it would be great if someone wants to pay by debit/credit card the form to expand on the checkout page for filling in the card and address details, this has been the way of payment with cards before.

    System Status Report Below:`
    ### WordPress Environment ###

    WordPress address (URL): https://dejzi.co
    Site address (URL): https://dejzi.co
    WC Version: 3.6.5
    Log Directory Writable: ?
    WP Version: ? 5.2.5 – There is a newer version of WordPress available (5.3.2)
    WP Multisite: –
    WP Memory Limit: 512 MB
    WP Debug Mode: –
    WP Cron: ?
    Language: en_US
    External object cache: –

    ### Server Environment ###

    Server Info: Apache
    PHP Version: 7.2.19
    PHP Post Max Size: 130 MB
    PHP Time Limit: 300
    PHP Max Input Vars: 16000
    cURL Version: 7.38.0
    OpenSSL/1.0.1t

    SUHOSIN Installed: –
    MySQL Version: 5.6.46-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: 3.6.5
    WC Database Prefix: wor454_
    MaxMind GeoIP Database: ?
    Total Database Size: 14.24MB
    Database Data Size: 9.35MB
    Database Index Size: 4.89MB
    wor454_woocommerce_sessions: Data: 0.09MB + Index: 0.02MB
    wor454_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB
    wor454_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB
    wor454_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB
    wor454_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB
    wor454_woocommerce_order_itemmeta: Data: 0.16MB + Index: 0.03MB
    wor454_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB
    wor454_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB
    wor454_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB
    wor454_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB
    wor454_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB
    wor454_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB
    wor454_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB
    wor454_woocommerce_log: Data: 0.02MB + Index: 0.02MB
    wor454_commentmeta: Data: 0.02MB + Index: 0.03MB
    wor454_comments: Data: 0.05MB + Index: 0.09MB
    wor454_links: Data: 0.02MB + Index: 0.02MB
    wor454_options: Data: 4.08MB + Index: 1.03MB
    wor454_postmeta: Data: 3.48MB + Index: 2.84MB
    wor454_posts: Data: 0.50MB + Index: 0.13MB
    wor454_revslider_css: Data: 0.13MB + Index: 0.00MB
    wor454_revslider_layer_animations: Data: 0.02MB + Index: 0.00MB
    wor454_revslider_navigations: Data: 0.02MB + Index: 0.00MB
    wor454_revslider_sliders: Data: 0.03MB + Index: 0.00MB
    wor454_revslider_slides: Data: 0.17MB + Index: 0.00MB
    wor454_revslider_static_slides: Data: 0.02MB + Index: 0.00MB
    wor454_termmeta: Data: 0.02MB + Index: 0.03MB
    wor454_terms: Data: 0.02MB + Index: 0.03MB
    wor454_term_relationships: Data: 0.08MB + Index: 0.05MB
    wor454_term_taxonomy: Data: 0.02MB + Index: 0.03MB
    wor454_usermeta: Data: 0.06MB + Index: 0.03MB
    wor454_users: Data: 0.02MB + Index: 0.05MB
    wor454_wc_download_log: Data: 0.02MB + Index: 0.03MB
    wor454_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB
    wor454_wc_webhooks: Data: 0.02MB + Index: 0.02MB
    wor454_yoast_seo_links: Data: 0.02MB + Index: 0.02MB
    wor454_yoast_seo_meta: Data: 0.02MB + Index: 0.00MB

    ### Post Type Counts ###

    acf: 1
    acf-field-group: 1
    attachment: 351
    ct_size_guide: 1
    nav_menu_item: 19
    page: 10
    post: 1
    product: 135
    revision: 122
    scheduled-action: 5
    shop_coupon: 3
    shop_order: 46
    tm_global_cp: 1

    ### Security ###

    Secure connection (HTTPS): ?
    Hide errors from visitors: ?

    ### Active Plugins (24) ###

    Advanced Custom Fields PRO: by Elliot Condon – 5.8.1
    createIT Size Guide Plugin: by createIT – 3.2 – Not tested with the active version of WooCommerce
    Disable Responsive Images Complete: by Jeff Starr – 1.5
    Enhanced E-commerce for Woocommerce store: by Tatvic – 2.2.0
    Envato Market: by Envato – 2.0.1
    WPBakery Page Builder: by Michael M – WPBakery.com – 6.0.3
    My Custom Functions: by Space X-Chimp – 4.38
    Official Facebook Pixel: by Facebook – 1.7.25
    OneSignal Push Notifications: by OneSignal – 2.1.0
    Post Types Order: by Nsp Code – 1.9.4.1
    Regenerate Thumbnails: by Alex Mills (Viper007Bond) – 3.1.1
    Slider Revolution: by ThemePunch – 5.4.8.3
    SSL Insecure Content Fixer: by WebAware – 2.7.2
    Category Order and Taxonomy Terms Order: by Nsp-Code – 1.5.7
    WOOCS – WooCommerce Currency Switcher: by realmag777 – 2.2.8
    WooCommerce Email Test: by RaiserWeb – 1.10 – Not tested with the active version of WooCommerce
    WooCommerce PayPal Checkout Gateway: by WooCommerce – 1.6.17 – 1.6.19 is available
    WooCommerce PayPal Pro (Classic and PayFlow Editions) Gateway: by WooCommerce – 4.4.16
    WooCommerce TM Extra Product Options: by themeComplete – 4.9.4
    WooCommerce: by Automattic – 3.6.5 – 3.9.1 is available
    WordPress Importer: by wordpressdotorg – 0.6.4
    Yoast SEO: by Team Yoast – 12.7.1
    WordPress Force HTTPS: by A. Kai Armstrong – 0.1.4
    WP Mail SMTP: by WPForms – 1.4.2

    ### Inactive Plugins (0) ###

    ### Settings ###

    API Enabled: –
    Force SSL: –
    Currency: EUR (€)
    Currency Position: left
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 2
    Taxonomies: Product Types: simple (simple)
    grouped (grouped)
    variable (variable)
    external (external)

    Taxonomies: Product Visibility: exclude-from-search (exclude-from-search)
    exclude-from-catalog (exclude-from-catalog)
    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: #1486 – /shop/
    Cart: #1488 – /cart/
    Checkout: #1489 – /checkout/
    My account: #1490 – /account/
    Terms and conditions: ? Page not set

    ### Theme ###

    Name: Kalium
    Version: 2.9.1
    Author URL: https://laborator.co/
    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: kalium/woocommerce/archive-product.php
    /home/dejzisdrpl/www/wp-content/plugins/woocommerce-tm-extra-product-options/templates/cart/cart-item-data.php
    kalium/woocommerce/cart/cart-shipping.php
    kalium/woocommerce/cart/cart-totals.php
    kalium/woocommerce/cart/cross-sells.php
    kalium/woocommerce/cart/proceed-to-checkout-button.php
    kalium/woocommerce/checkout/form-checkout.php
    kalium/woocommerce/checkout/form-coupon.php
    kalium/woocommerce/checkout/form-login.php
    kalium/woocommerce/checkout/payment-method.php
    kalium/woocommerce/global/form-login.php
    kalium/woocommerce/loop/orderby.php
    kalium/woocommerce/myaccount/form-edit-account.php
    kalium/woocommerce/myaccount/form-login.php
    kalium/woocommerce/myaccount/form-lost-password.php
    kalium/woocommerce/myaccount/form-reset-password.php
    kalium/woocommerce/myaccount/view-order.php
    kalium/woocommerce/order/form-tracking.php
    kalium/woocommerce/product-searchform.php
    kalium/woocommerce/single-product/rating.php
    kalium/woocommerce/single-product/tabs/tabs.php

    ### Action Scheduler ###

    Complete: 5
    Oldest: 2020-01-08 18:49:53 +0000
    Newest: 2020-02-04 20:15:35 +0000

    Pending: 0
    Oldest: –
    Newest: –

    Canceled: 0
    Oldest: –
    Newest: –

    In-progress: 0
    Oldest: –
    Newest: –

    Failed: 0
    Oldest: –
    Newest: –

    `

    @anstoyanov I was having the same problem, Woo Billing address is not passed to the expanded mastercard or visa billing address.
    But now as you mentioned that the buying process has already changed. Now when customers are clicking on icon cards (Visa or Master Card) is appearing pop up where address is populated, but now I am having another problem. Customers are not able to complete the payment without paypal account. Screenshot here: https://prnt.sc/qxsvyo
    Billing Non PayPal is selected in Woo settings. Screenshot https://prnt.sc/qxsu83
    PayPal account optional is turned on in website preferences also. Screenshot https://prnt.sc/qxstuo

    Can Someone help me on this.

    Thank you.

    Thread Starter arjanh

    (@arjanh)

    Hello,

    Thank you for your reply.

    I checked plugin setting, credit card is not showing in hide fundings field.

    I checked also PayPal setting under my selling tool option-PayPal account Optional-this setting is ON.

    We are located in Albania and I cannot accept payments from another plug in, for ex. Stripe doesn’t support my country, so the only way to receive payments is through PayPal account.

    If I had checkout as a guest option it would be great because we are loosing so many costumers just because they don’t want to create PayPal account, or some of them don’t want to share their personal data like passport number etc, to make order.

    Thank you
    A

    Thread Starter arjanh

    (@arjanh)

    Hello,

    Thanks for your reply!

    In the links below you can see countries
    that require National ID if someone choose
    to pay via credit/debit card. I’ve tested a few more and all asked about those documents.

    https://ibb.co/JxJg8Vf
    https://ibb.co/84sBdJS
    https://ibb.co/56kSBcj

    Thank you!
    A

    Same here.

    I disabled “use smart buttons payment”, now customers can just continue to payment without seeing PayPal, and cards buttons. This works, but it would be better if someone can help fix this problem.

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