Support » Plugin: MultiVendorX Marketplace - WooCommerce MultiVendor Marketplace Solution » Show Vendor address on cart and checkout pages

  • Resolved ssalipro

    (@ssalipro)


    Hello i would like to know how to add the vendor address on the shopping cart and the checkout pages for my customers because i have a multi-vendor site. thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • @ssalipro Use this action to add vendor address add_action(‘after_sold_by_text_cart_page’,’after_sold_by_text_cart_page_callback’);
    function after_sold_by_text_cart_page_callback($vendor){
    // do job here

    }

    Regards,
    Moumita

    Thread Starter ssalipro

    (@ssalipro)

    @dualcube on which file do i use this action?

    Dualcube

    (@dualcube)

    @ssalipro You have to apply this in the Theme PHP file.

    In order to add the address in the checkout page, you have to customize the plugin.

    Regards,
    Moumita

    • This reply was modified 7 years ago by Dualcube.
    Thread Starter ssalipro

    (@ssalipro)

    @moumita thanks for your work managed to display some text on the cart page but am now stuck am trying to retrieve the address and phone number of the shop owner as it is saved on the vendordashboard on to the cart for specific vendors because i have a multi vendor site.
    thank you very much

    Dualcube

    (@dualcube)

    @ssalipro We normally don’t share code through the forum. But, you can try applying the new features by following the same procedure.

    You can contact your developer or if you do need our assistance, please reach us through our support forum.

    Regards,
    Moumita

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Show Vendor address on cart and checkout pages’ is closed to new replies.