• Matt

    (@visibledeals)


    Hello

    Paypal is not populating product name and sku number fields in paypal transaction details. Is there a way this plugin can send this info to Paypal during the checkout process?

    I use WooCommerce PayPal Checkout Payment Gateway by woocommerce plugin along with your plugin. Whenever a customer pays via WooCommerce PayPal Checkout Payment Gateway plugin the product name, qty and sku appear in paypal transaction detail for each customer. But when they pay using your plugin, paypal does not populate product name and sku.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi, thank you for reaching out to us. I have submitted a message to the developers to investigate this further.

    Thank you

    Plugin Author wp.insider

    (@wpinsider-1)

    Hi Matt, We did have some code to send product specific details to PayPal pro API but then a few users started to have issues. I couldn’t reproduce the issue on my end. So we commented out the code for it. Maybe we can offer a checkbox option to do this so it won’t impact all sites.

    You can try to uncomment the following line of code to use it on your site now (if you want).

    1) Open the “woo-paypal-pro-gateway-class.php” file from this addon plugin.

    2) Find the following line of code in that file:
    //$query_args = $this->get_additional_item_info_for_request($query_args);

    3) Uncomment that line by changing it to the following:
    $query_args = $this->get_additional_item_info_for_request($query_args);

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Product name and sku#’ is closed to new replies.