• Resolved Jai

    (@trimastir)


    hi,

    1. i need to know once the customer booked the order, how the vendor edit the product price for the ordered product.

    after customer placing the vendor, vendor need to change the price in ordered product, also the notification mail sent customer, vendor and admin mail.

    2. after vendor upload the product it will not published, once the admin approve the product then only it will publish

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi @trimastir, thanks for reaching WCMp Support!!

    Our replies are inline :

    1. i need to know once the customer booked the order, how the vendor edit the product price for the ordered product. After customer placing the vendor, vendor need to change the price in ordered product, also the notification mail sent customer, vendor and admin mail.
    >> Let us help you out with the flow, WC Marketplace follows:
    when a customer places the order, we check the product price under the order number. Then calculate the commission as per that.
    Now, if you change the product price, the product’s price for the order will not be changed, so admin needs to edit the price inside the order.

    As this is a multivendor site, hence one order can have product from many vendors. So, only admin can change the price of the product under an order, but that will be by editing the order details, like this: https://www.useloom.com/share/ca11f0cd22d3402fa99e499b9b63041d
    However, currently, vendor can not edit the order.

    2. after vendor upload the product it will not be published, once the admin approves the product then only it will publish
    >> Sure, for this just disable the “Publish Products” option via WCMp >> Settings >> Capability. See this screenshot : https://prnt.sc/kjg252

    Let us know if you have any further query.

    Thread Starter Jai

    (@trimastir)

    if there is any possible way for vendor able to change the price for the order

    bcoz vendor only know the customer address, so vendor only able to add the transport charge, admin have no idea about this

    so pls guide me regarding this

    @trimastir, the admin can only change the price of the order, because the commision value also depends on this. So, the vendor can tell the admin what price he/she is looking for and admin will change that manually.

    Let us know if you have any further query.

    Thread Starter Jai

    (@trimastir)

    if its possible to filter vendor by zipcode in woocommerce shop page ???

    @trimastir, currently, the vendor cannot be searched via zipcode . However, we provide Vendor List shortcode [wcmp_vendorslist], like this page: https://demo.dualcube.com/wordpress/wp1013/vendor-list-2/.

    Here we let the customer search by the vendor by category, vendors etc. Now you can do custom code and add search vendor by location.

    Let us know if you need reference of hook/filter for this customization.

    Thread Starter Jai

    (@trimastir)

    send me the reference hook/filter code

    its very helpful to me

    @trimastir, you can add extra field such as state / country etc following this hook and filter :

    do_action(‘wcmp_vendor_list_vendor_sort_extra_attributes’);
    >>> add extra filter fields html

    apply_filters(‘wcmp_vendor_list_get_wcmp_vendors_args’, array(‘orderby’ => $orderby, ‘order’ => $order),$sort_type,$_GET)
    >>>> to add your added field value using $_GET and builds your vendor args

    apply_filters(‘wcmp_vendor_lits_vendor_info_fields’, self::get_vendor($orderby, $order, $product_category))
    >>>> filter vendor list as per your field query

    Thread Starter Jai

    (@trimastir)

    where i have to add these code and how i check this filter in frontend

    @trimastir, we have shared the hook/filter list.

    Now you have to write the custom code in the function.php pf the current active theme.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘how to edit ordered product price’ is closed to new replies.