Forum Replies Created

Viewing 11 Topics - 1 through 11 (of 11 total)
Author Posts
September 10, 2014 at 10:36 pm in reply to: Auto-activate Sellers 26614
pixeledmedia pixeledmedia

Thanks for that Simon,

It works perfectly, really appreciate it!

September 9, 2014 at 4:02 am in reply to: Purchase from one Store Only 26499
pixeledmedia pixeledmedia

Hey Edward, use this code (put in functions.php):

add_filter( 'woocommerce_add_cart_item_data', 'woo_custom_add_to_cart' );

function woo_custom_add_to_cart( $cart_item_data ) {

    global $woocommerce;
    $woocommerce->cart->empty_cart();

    // Do nothing with the data and return
    return $cart_item_data;
}

It allows the cart to only be updated with 1 product at a time, therefore meaning that a user can only purchase from one store at a time.

August 29, 2014 at 11:46 pm in reply to: Auto-activate Sellers 26054
pixeledmedia pixeledmedia

Hey Simon,

I have actually unfortunately managed to find a solution for this yet. If the seller permissions were actually WordPress capabilities instead of user_meta/wp_user then I could use the User Role Editor plugin to auto-assign capabilities for new sellers registered to my website without using the Woocommerce form that Dokan uses.

August 19, 2014 at 10:36 pm in reply to: Auto-activate Sellers 25539
pixeledmedia pixeledmedia

Thanks for the reply,

Yep Gravity Forms has the option to select a user’s role, but after looking through the Dokan code, I have a question;

Is the option “Make selling status enable for new registered seller” a WordPress capability or is it user_meta?

August 17, 2014 at 1:07 am in reply to: Adaptive Payment Question 25298
pixeledmedia pixeledmedia

Thank you very much!

August 2, 2014 at 7:16 am in reply to: Export CSV 24393
pixeledmedia pixeledmedia

Thanks again.

August 2, 2014 at 7:15 am in reply to: Spelling Mistake 24392
pixeledmedia pixeledmedia

Thanks!

July 2, 2014 at 10:23 am in reply to: css issue on phone 22713
pixeledmedia pixeledmedia

I’ve experienced this CSS issue also

June 17, 2014 at 7:04 pm in reply to: Auctions 22061
pixeledmedia pixeledmedia

+1 for this feature!

February 25, 2014 at 10:04 am in reply to: Plugin? 15808
pixeledmedia pixeledmedia

+1 (the front-end dashboard feature will be a nice idea for a plugin, which I will certainly purchase)

February 18, 2014 at 4:53 pm in reply to: I would buy this theme in a heartbeat, but just 1 issue: 15586
pixeledmedia pixeledmedia

Ok thanks! Yep, I purchased it because the functionality and features are very hard to ignore 🙂

From now on, I’ll try and find a way to incorporate this theme into my theme, but until then, I’ll wait for the child theme.

Viewing 11 Topics - 1 through 11 (of 11 total)