• Resolved makmerghen

    (@makmerghen)


    hi
    1- does Dokan compatible with product addons plugins? to let vendor able to fill new field or even create new field from the frontend dashboard

    2- does Dokan compatible with any of products table plugins ?
    if yes please recommend

    actually I need to do multi food provider page same in this link
    https://www.otlob.com/egypt/restaurant/502792/pizza-hut-miami?aid=1775
    so when user open vendor page he will find vendor products in table view. each product has different selection option that created using product addons product and use will choose what he want then add product to cart

    so please recommend how to do that with Dokan
    best regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @makmerghen ,

    1. Product add on plugins is incompatible with Dokan as it will not allow vendor to use new field in the frontend. You need to customize this file and add necessary code to add a new field for the vendor dashboard –
    dokan-lite\templates\products\new-product-single.php

    2. You can use all WooCommerce supported table view plugin for the shop page as Dokan uses the same page as WooCommerce. However, the store page is a custom Dokan template so you will need to customize to create the table view. You need to replace the WooCommerce loop from the page template – dokan-lite\templates\store.php (line 74 to 82).

    Then use the shortcode you make with the product table plugin using the do_shortcode method.

    Let us know if you need further help.

    Thank you.

    Thread Starter makmerghen

    (@makmerghen)

    thank you for you detailed answer
    does dokan frontend vendor dashboard compatible with woocommerce variable product ?
    regards

    Thread Starter makmerghen

    (@makmerghen)

    I mean that vendor can add attributes and adjust the variations from the front end dokan dashboards

    Hello @makmerghen ,

    Yes. Dokan does support WooCommerce variable product from the vendor’s frontend dashboard. But it is a paid feature so we are unable to discuss about that here. Contact us through our website if you need further help.

    Thanks you ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘compatibility question’ is closed to new replies.