• Resolved K

    (@alienonline247)


    hi, does dokan have option to allow vendors to create subscriptions for customers. woocommerce has addon called subscriptions but i dont see that how i can enable that for the vendors. thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter K

    (@alienonline247)

    I added this code in the products classes file and it seems to be working

    function set_default_product_types( $product_types ) {

    $product_types = array(
    ‘simple’ => __( ‘Simple’, ‘dokan’ ),
    ‘variable’ => __( ‘Variable’, ‘dokan’ ),
    //kmod
    ‘subscription’ => __( ‘Subscription’, ‘dokan’ ),
    );

    Thread Starter K

    (@alienonline247)

    ok its not working all, the product page now says $7.00 / Array instead of the duration.

    Hello @alienonline247,

    I am afraid, I am unable to discuss about the vendor subscription feature in here as this feature is unavailable by default in the lite version of Dokan. Please write us at this address to learn more about it.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘dokan subscriptions for buyers’ is closed to new replies.