Archives

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Best Multi Vendor Marketplace Plugin for WordPress Forums Search Search Results for 'update'

Viewing 25 results - 26 through 50 (of 4,410 total)
  • Author
    Search Results
  • #139385
    nathantivon
    Participant

    All I have is the Dashboard menu and sub-menu options. But when you click on a menu option, the content to the right does not show.
    Vendors as well. It has worked fine previously. Please see the attachments.

    Nothing in the error logs, everything updated.
    Thank you

    Attachments:
    You must be logged in to view attached files.
    Ariyo
    Participant

    Hi,

    I want to make it easier for store managers to update about shipment. Especially when they need to enter Tracking URL (pls see the attachment). My ideas are:
    A. Provide a dropdown-list, so that store managers can easily select. Or,
    B. If it’s too difficult, provide a default value would be OK. Rather than to leave it empty.

    My questions are:
    1. Is there any config for this in WCFM Ultimate?
    2. If not, I’m thinking of creating code snippet. Anybody knows what filter/action hook suitable for this?

    Thank you.

    Attachments:
    You must be logged in to view attached files.
    #139061
    INEX Market
    Participant

    Any update on what could be causing this?

    #139032

    Topic: checkout

    in forum WCFM
    kameni.wissbuy
    Participant

    good evening I use your multi-vendor maketplace and I have encountered a problem on my platform my template is woodmart. Since the last update my checkout page sends an error message and does not validate the order and sometimes valid but does not inform the client and since i tried to debug and I noticed that the problem came from WCFM – WooCommerce Multivendor Marketplace. please what to do thank you cordially

    #139021
    cartindia.in
    Participant
    This reply has been marked as private.
    #139016

    In reply to: Vendor Category

    mTalkz Mobility
    Participant

    Any updates on this yet?

    I could see that you’ve posted corresponding code in another post earlier. Now that reply has been marked private and I cannot see that code either.

    Could you please help? This has now become a showstopper!

    #138946
    kameni.wissbuy
    Participant

    good evening I use your multi-vendor maketplace and I have encountered a problem on my platform my template is woodmart. Since the last update my checkout page sends an error message and does not validate the order and sometimes valid but does not inform the client and since i tried to debug and I noticed that the problem came from WCFM – WooCommerce Multivendor Marketplace. please what to do thank you cordially

    Attachments:
    You must be logged in to view attached files.
    #138915

    Hello,

    add_action('begin_wcfm_products_manage_form',function(){
    	global $wp, $WCFM;
    	$buysell_val = '';
    	$product_id = 0;
    	
    	if( isset( $wp->query_vars['wcfm-products-manage'] ) && !empty( $wp->query_vars['wcfm-products-manage'] ) ) {
    		
    		$product = wc_get_product( $wp->query_vars['wcfm-products-manage'] );
    		
    		if( !is_a( $product, 'WC_Product' ) ) {
    			wcfm_restriction_message_show( "Invalid Product" );
    			return;
    		}		
    		
    		// Fetching Product Data
    		if($product && !empty($product)) {
    			$product_id = $wp->query_vars['wcfm-products-manage'];
    			$buysell_val = get_post_meta($product_id,'_product_buysell',true);
    		}
    	}
    	 ?>
    	 <p>What do you want to do?</p>
    	  <input type="radio" id="buy" name="buysell" value="buy" <?php echo ($buysell_val == "buy") ? 'checked="checked"' : ''; ?>>
    	  <label for="buy">Buy</label>
    	  <input type="radio" id="sell" name="buysell" value="sell" <?php echo ($buysell_val == "sell") ? 'checked="checked"' : ''; ?>>
    	  <label for="sell">Sell</label><br>
     <?php		
     			
    });
    
    add_action( 'after_wcfm_products_manage_meta_save', 'fn_custom_product_data_save',10,2 );
    function fn_custom_product_data_save($new_product_id, $wcfm_products_manage_form_data) {
    	global $wpdb;
    	//print_r($wcfm_products_manage_form_data);die;
    
    	if(isset($wcfm_products_manage_form_data['buysell'])) {
    		update_post_meta($new_product_id,'_product_buysell',$wcfm_products_manage_form_data['buysell']);
    	}
    	
    }

    Add this code to your child theme’s functions.php

    In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/
    Thanks.

    #138907

    In reply to: pending vendors

    Hi,

    In this popup https://wclovers.com/wp-content/uploads/2020/06/vendorapplication.png , you can check the information, before Approve.
    The vendor will not be approved before clicking the “Update” button.

    Thanks.

    #138833
    Sushobhan
    Keymaster
    This reply has been marked as private.
    #138732
    This reply has been marked as private.
    delwyn
    Participant

    Hi,

    In the Vendor Dashboard, i have marked the customer orders as “Mark as Shipped”.

    But there is still no orders appearing under the “Shipped” status.

    Is there something wrong with your system?

    Attachments:
    You must be logged in to view attached files.
    #138540
    tristantrx
    Participant

    I was having the same issue. You need to change settings in Woocommerce for this to work since the update.

    Not 100% sure what I changed, but it is working perfectly now.

    If you need help, I’ll be happy to try by comparing settings

    tristantrx
    Participant

    After updating to 3.4.0, the delivery map at checkout has disappeared.

    In an email I was advised to check the box in settings for ‘Checkout User Location’, or select Delivery by Distance. But neither of these are working.

    This is working in 3.3.10, but when I update, all delivery options for the customer and notes is gone. So I have had to restore from a backup where it is working.

    I have tied different settings and maybe it is a setting in Woocommerce that needs to be changed now for it to appear.

    Thanks

    Attachments:
    You must be logged in to view attached files.
    somedev
    Participant

    Hi guys!

    Firstly, I want to say Well Done for this plugin and thank you for offering it to the world.

    Now, down to the problem. The plugin was working fine. A few days ago I updated both WP and Woocommerce and after that everything seemed to work perfect until I tried to add a new product yesterday and it just didn’t do anything.
    I looked in the browser console and I saw there are quite a few JS errors.
    To be honest, I don’t know exactly if one or more of them were there before the updates, but I am certain that WCFM worked fine before, as I added a few products which were fine, so it makes sense that there is an incompatibility between the modules versions.

    Here are my installed versions:
    WP: Version 5.4.1
    WooCommerce: Version 4.2.0
    WCFM – WooCommerce Multivendor Marketplace: Version 3.4.0
    WCFM – WooCommerce Multivendor Membership: Version 2.9.0

    I attached 2 images for the Add product page result – one from a vendor user logged in and another one with the admin logged in, as there are different JS error as I noticed.

    Note: as you might notice, on the one with the Vendor user logged in, the product form is submitted, but it returns with all the fields in the URL (GET).
    I don’t know if that’s correct, but I presume it’s not, because when I tried to add a proper (a bit longer) product description, I got an error like “the URL is too long and cannot be processed”, so I presume that the form sends the data as POST, so that might be a helpful information.

    In any case, I would be so grateful if you can look into this, as I am sure a lot of othere people that probably didn’t discover this problem yet or are struggling to figure it out.

    Please let me know if I can help with anything or you need more information.

    Thank you very much for your support.

    Best regards,

    Andy.

    Attachments:
    You must be logged in to view attached files.
    #138182

    Thanks, here is some additional information to help you…

    We can duplicate the issue every time as follows:

    1) Using a single browser tab (Chrome or IE).
    2) Update shipping settings e.g change the cost of shipping > SAVE
    3) Refreshing the page shows shipping cost has saved correctly
    3) Make a change within Store Policies e.g add a word to the textbox > SAVE
    4) Refresh the page, Check the Store Shipping again and the shipping cost has changed!


    Errors seen on the Chrome Dev Console as soon as the Store Manager page loads (no extensons are running) are:

    (index):1 [DOM] Found 3 elements with non-unique id #vendor_id: (More info: https://goo.gl/9p2vKq) <input type=​”hidden” id=​”vendor_id” name=​”vendor_id” class=​”hidden” value=​”26″>​ <input type=​”hidden” id=​”vendor_id” name=​”vendor_id” class=​”hidden” value=​”26″>​ <input type=​”hidden” id=​”vendor_id” name=​”vendor_id” class=​”hidden” value=​”26″>​


    There are no errors in the Woocommerce logs.

    The above error happens even if we revert to the stock WordPress Theme and remove all non WC/WCFM plugins.

    We sent a video demonstrating the problem via email to your support desk on 20th May.

    Hope that helps.

    Thanks, some further information to help you…

    We can duplicate the issue every time as follows:

    1) Using a single browser tab (Chrome or IE).
    2) Update shipping settings e.g change the cost of shipping > SAVE
    3) Refreshing the page shows shipping cost has saved correctly
    3) Make a change within Store Policies e.g add a word to the textbox > SAVE
    4) Refresh the page, Check the Store Shipping again and the shipping cost has changed!


    Errors seen on the Chrome Dev Console as soon as the Store Manager page loads (no extensons are running) are:

    (index):1 [DOM] Found 3 elements with non-unique id #vendor_id: (More info: https://goo.gl/9p2vKq) <input type=​”hidden” id=​”vendor_id” name=​”vendor_id” class=​”hidden” value=​”26″>​ <input type=​”hidden” id=​”vendor_id” name=​”vendor_id” class=​”hidden” value=​”26″>​ <input type=​”hidden” id=​”vendor_id” name=​”vendor_id” class=​”hidden” value=​”26″>​


    There are no errors in the Woocommerce logs.

    The above error happens even if we revert to the stock WordPress Theme and remove all non WC/WCFM plugins.

    We sent a video demonstrating the problem via email to your support desk on 20th May.

    Hope that helps.

    #138089
    Moaweyah Aladwan
    Participant

    Hello,
    I have found this amazing snippet for an amazing feature that would increase customer loyalty and trust. For a service marketplace, it would be great if the customer can change the order status from processing to complete, by changing the “View” button in his order list to “Approve” when the order status is processing, when he clicks approve, he will be redirected to the order details page in order to confirm his action and approve the order as completed. I have tried this code, it changes the button in the order list from “View” to “Approve” but when the customer is redirected to the order details page, there is no “Approve” button to change order status. Now Please, anyone who knows coding (Unlike me) take a look at this, and find out where the problem is, because if this is fixed, the next step would be to remove “Completed” options from the vendor order details page so he can’t change the status from processing to completed, only the customer can.

    // My account > Orders (list): Rename "view" action button text when order needs to be approved
    add_filter( 'woocommerce_my_account_my_orders_actions', 'change_my_account_my_orders_view_text_button', 10, 2 );
    function change_my_account_my_orders_view_text_button( $actions, $order ) {
        $required_order_status = 'processing'; // Order status that requires to be approved
    
        if( $order->has_status($required_order_status) ) {
            $actions['view']['name'] = __("Approve", "woocommerce"); // Change button text
        }
        return $actions;
    }
    
    // My account > View Order: Add an approval button on the order
    add_action( 'woocommerce_order_details_before_order_table', 'approve_order_button_process' );
    function approve_order_button_process( $order ){
        // Avoiding displaying buttons on email notification
        if( ! ( is_wc_endpoint_url( 'view-order' ) || is_wc_endpoint_url( 'order-received' ) ) ) return;
    
        $approved_button_text  = __("Approve this order", "woocommerce");
        $required_order_status = 'processing'; // Order status that requires to be approved
        $approved_order_status = 'completed'; // Approved order status
    
        // On submit change order status
        if( isset($_POST["approve_order"]) && $_POST["approve_order"] == $approved_button_text
        && $order->has_status( $required_order_status ) ) {
            $order->update_status( $approved_order_status ); // Change order status
        }
    
        // Display a form with a button for order approval
        if( $order->has_status($required_order_status) ) {
            echo '<form class="cart" method="post" enctype="multipart/form-data" style="margin-top:12px;">
            <input type="submit" class="button" name="approve_order" value="Approve this order" />
            </form>';
        }
    }
    
    // My account > View Order: Add a custom notice when order is approved
    add_action( 'woocommerce_order_details_before_order_table', 'approved_order_message' );
    function approved_order_message( $order ){
        // Avoiding displaying buttons on email notification
        if( ! ( is_wc_endpoint_url( 'view-order' ) || is_wc_endpoint_url( 'order-received' ) ) ) return;
    
        $approved_order_status = 'completed'; // Approved order status
    
        if( $order->has_status( $approved_order_status ) ) {
            wc_print_notice(  __("This order is approved", "woocommerce"), 'success' ); // Message
        }
    }
    #138018
    alexdezi
    Participant

    I have the same issue. Support said that it’s probably a conflict with custom code, but apparently there is many with the same issue.
    It’s a particular severe issue that if the store owner updates information and he doesn’t know about the issue and updating the shipping as well, than products cannot be purchased.

    I hope WC Lovers have a good luck at this.

    #137949

    Made the Capability update and now the app is not letting me login.

    Thanks.

    #137931

    Hi,

    We have add this “Shipping By Distance” feature in our latest update, in case you do not need it, you can turn off this module.
    And turn off the “Checkout User Location”.

    Thank You

    Attachments:
    You must be logged in to view attached files.
    #137922

    Okay!
    We don’t this feature as of now, and not yet decided to add this feature to the next update.
    When we introduce this feature in our future update we will let you know.

    Thanks.

    #137883
    CKENT
    Participant

    Just want to check if this is going to be compatible with the new woocommerce 4.2 update that was just released? Need to know before I upgrade wc

    #137790

    In reply to: Stripe Connect

    Same problem here Any updates? Did you work it out. It’s driving me crazy.

    #137728
    djks74
    Participant
    This reply has been marked as private.
Viewing 25 results - 26 through 50 (of 4,410 total)