• Resolved udoxmedia

    (@udoxmedia)


    Hi there,

    I’d like to know if it’s possible for this plugin to send the description of the product when the order is fulfilled. I sell different digital products on my site and the main payment gateway is Stripe through this plugin.

    At present I get the description Unorthodox Media LLC – Order XXXXX but I would also like the product in the description. Is this possible? Can this information be sent to Stripe in the API?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @udoxmedia ,

    Sure you can! You need to use the wc_stripe_description ($description, $payment_method_id) filter hook.

    More information here: https://woocommerce.com/document/stripe/#hooks-actions-filters.

    I hope this helps!

    Thread Starter udoxmedia

    (@udoxmedia)

    Great!

    Just to clarify using this hook, I’ll be able to include the product in the description such that it will read

    “Unorthodox Media LLC – Order XXXXX – ProductXY Z”

    Additionally, if this is possible, how can I go about adding this hook? Should I hire a developer? Where can I find someone who can add this?

    Mirko P.

    (@rainfallnixfig)

    Hi @udoxmedia,

    At present I get the description Unorthodox Media LLC – Order XXXXX but I would also like the product in the description.

    The description you mention is what shows up on a customer’s bank statement for the transaction when they purchase from your store, right?

    As recommended above, you can use the wc_stripe_description filter hook to override the description but you probably need to seek the assistance of a professional developer to help you add the product details to the description.

    If you do require more help with the actual coding, we’d recommend hiring a developer or one of the customization experts listed at https://woocommerce.com/customizations/.

    Cheers.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Product Details’ is closed to new replies.