• Resolved calabronelampa

    (@calabronelampa)


    Hi,
    how can i show on checkout page the vendor payment selected ?
    I want to show it near the woocommerce payment section.

    Here an exmaple.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • @calabronelampa, do you just want to display the payment method selected by all the vendors (whoes’ products are added in the cart) in the checkout page?

    Thread Starter calabronelampa

    (@calabronelampa)

    Hi,
    yes. In this case the product is Sold by: Venditore.
    I just need to print the Vendor’s (Venditore) payment selected.

    Thanks.

    Hi @calabronelampa, first you need to fecth the vendor_id from the product_id.

    Then you can fecth the vendor’s payment method using this get_user_meta($vendor_id,'_vendor_payment_mode');

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show Vendor Payment selected into checkout page’ is closed to new replies.