WC Lovers

WooCommerce Frontend Manager - Multivendor marketplace vendor dashboard

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!

Forum Replies Created

Viewing 25 posts - 51 through 75 (of 1,046 total)
  • Author
    Posts
  • in reply to: Hola, problemas con la traducción #135021
    Sushobhan
    Keymaster

    Hi,
    Which text do you want to translate? The image you added has only one string in English “Let’s go to the Dashboard”. Are you talking about this text? Lastly, are you using Loco translate for these translations?
    Let me know.
    Thank You!

    Sushobhan
    Keymaster

    Hi,
    I couldn’t find any kind of API documentation about marketplace payment on Pagopar website. Adding a new payment gateway support requires time and effort. Sorry but at this moment all our developers are busy and thus we are not taking any new customization work.
    You could try posting this requirement on platforms like Fiverr, Upwork, Codeable, etc. to hire a suitable developer.
    Thank You!

    in reply to: Categories Checklist View list "Add New Product" #135019
    Sushobhan
    Keymaster

    Hi,
    Sorry for the delay. Kindly use the updated plugin from here- https://drive.google.com/open?id=16dHvy-Taht1Pumx_Xbfk-JJsveKOOg73
    Thank you!

    in reply to: Changing the tables in the Vendor Dashboard #134972
    Sushobhan
    Keymaster

    Hi,
    I’m afraid you can’t achieve this using hooks and filters. You could add a new page for listing vendors and there implement all these. But that will require creating a new endpoint and generating the data yourself.
    Sorry I couldn’t help you much with this!
    Thanks!

    in reply to: Inquiry button on each cell of main shop loop #134968
    Sushobhan
    Keymaster

    Hi,
    In that case, you can use this modified code-

    add_action( 'woocommerce_after_shop_loop_item_title', function() {
        if ( ! wcfm_is_store_page() && apply_filters( 'wcfm_is_pref_inquiry_button', true ) ) {
            echo '<div class="product_loop_inquiry_button_wrap">' . do_shortcode( '[wcfm_inquiry]' ) . '</div>';
        }
    }, 3 );

    So now you’ll have a div with class name product_loop_inquiry_button_wrap. You can then use CSS to change the appearance of this button.
    Thank You!

    in reply to: Notification manager issues after update #134940
    Sushobhan
    Keymaster

    The feature is still there. It’s just disabled by default. Many users report high CPU usage and site slowdown due to this. Like this topic- https://wclovers.com/forums/topic/urgent-site-crashing-need-help-with-ajax-calls-frontendmanager/

    in reply to: Notification manager issues after update #134937
    Sushobhan
    Keymaster

    Hi,
    Thanks for getting in touch with us!
    Absolutely, the code works. Please try and let me know if you have any trouble.
    @SebastianFloKa, thank you for your contribution 🙂

    Sushobhan
    Keymaster

    Hi,
    Kindly use the following filter for that purpose-

    add_filter( 'wcfm_is_allow_desktop_notification', '__return_true' );
    add_filter( 'wcfm_is_allow_new_message_check', '__return_true' );
    apply_filters( 'wcfm_new_message_check_duration', 600000 );

    Add this code to your child theme’s functions.php
    In case you do not have a child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/
    Let me know how this goes.
    Thanks!

    in reply to: Translate notice Single Vendor Checkout #134801
    Sushobhan
    Keymaster

    Hi,
    Thanks for getting in touch with us!
    Kindly use Loco Translate for this purpose. How to- https://docs.wclovers.com/locotranslate-translation-using-loco-translate-plugin/
    Thank You!

    in reply to: Vendor registration verification code #134799
    Sushobhan
    Keymaster

    Hi,
    Sorry about the delay. I have replied in the other thread.
    Than You!

    in reply to: WCFM MARKETPLACE SET UP #134798
    Sushobhan
    Keymaster

    Hi,
    Sorry I wasn’t around. Due to the cyclone, internet service was not available.
    WordPress is a popular category and developers can be found very easily. There are various platforms where you can post your job and select developers as per your choice. Here is a list of 6 such platforms https://www.wpbeginner.com/showcase/best-places-to-hire-wordpress-developers/.
    Thank You!

    Sushobhan
    Keymaster
    This reply has been marked as private.
    in reply to: View groups: /vendor-groups/ redirects to homepage #134775
    Sushobhan
    Keymaster

    Hi @emmagrimberg,
    Are you still facing this issue? Please visit wp-admin >> Settings >> Permalinks page and then try again.
    Let me know if the problem persists.
    Thank You!

    in reply to: View groups: /vendor-groups/ redirects to homepage #134774
    Sushobhan
    Keymaster
    This reply has been marked as private.
    in reply to: Vendor registration verification code #134773
    Sushobhan
    Keymaster

    Hi,
    Do you have a hosting or still testing on your local environment? If you are testing locally, you can skip this check by disabling Email Verification from Admin dashboard >> Settings >> Vendor Registration.
    And, on your live environment, keep this option checked.
    Thank You!

    in reply to: Product Custom Validation not working with snippet #134765
    Sushobhan
    Keymaster
    This reply has been marked as private.
    in reply to: I click on reports but I am getting the booking tab #134567
    Sushobhan
    Keymaster

    Hi,
    Can you please tell me if you are still facing this issue? As I can see Withdrawal tab is already enabled and it isn’t messing up with the menu. If possible send me a screen recording of how I can reproduce this.
    Thank You!

    Sushobhan
    Keymaster

    Hi,
    To make it work from setup wizard you need to add another redirect URL-
    https://yourdomain.com?store-setup=yes&step=payment
    Please don’t remove the earlier redirect URL, you will need both the URL’s as mentioned in our documentation- https://docs.wclovers.com/vendor-payment/#stripe-account-setup
    Thank You!

    in reply to: Error on connect on stripe – Paid Account #134565
    Sushobhan
    Keymaster

    Hi,
    To make this work from setup wizard you need to add another redirect URL-
    https://yourdomain.com?store-setup=yes&step=payment
    Please don’t remove the earlier redirect URL, you will need both the URL’s as mentioned in our documentation- https://docs.wclovers.com/vendor-payment/#stripe-account-setup
    Thank You!

    Sushobhan
    Keymaster

    Hi,
    Sorry, but I couldn’t reproduce this from my end. May I ask, how are you adding this shortcode? Do you have a staging site where I can test this? Please make sure you are adding this shortcode on a single product page.
    Thank you!

    Sushobhan
    Keymaster

    Hi Sandra,
    I didn’t say “this is not possible”. I just meant, WCFM doesn’t offer this as of now. Though we have this on our future roadmap.
    Thank You!

    in reply to: Wild Cards for postal codes shipping zones #134552
    Sushobhan
    Keymaster

    Hi Craig,
    I have tested the following code and found, it works with Zone Shipping the way you intended. This means it will overcome the limitation of always returning the first zone as per your zone set up. Could you please try the following snippet for your zone shipping-

    add_filter('woocommerce_get_zone_criteria', function( $criteria, $package, $postcode_locations ) {
        global $wpdb;
        
        if ( empty( $package['vendor_id'] ) ) return $criteria;
        
        $vendor_postcode_locations = $wpdb->get_results( "SELECT zone_id, location_code FROM {$wpdb->prefix}wcfm_marketplace_shipping_zone_locations WHERE location_type = 'postcode' AND vendor_id = " . absint( $package['vendor_id'] ) . ";" );
        if ( ! $vendor_postcode_locations ) return $criteria;
        
        $country = strtoupper( wc_clean( $package['destination']['country'] ) );
        $postcode = wc_normalize_postcode( wc_clean( $package['destination']['postcode'] ) );
        
        $zone_ids_with_postcode_rules = array_map( 'absint', wp_list_pluck( $vendor_postcode_locations, 'zone_id' ) );
        $matches = wc_postcode_location_matcher( $postcode, $vendor_postcode_locations, 'zone_id', 'location_code', $country );
        $do_not_match = array_unique( array_diff( $zone_ids_with_postcode_rules, array_keys( $matches ) ) );
    
        if ( ! empty( $do_not_match ) ) {
            foreach ($criteria as $key => $val) {
                if(strpos($val,'AND zones.zone_id NOT IN (') !== false) {
                    $start  = strpos($val, '(');
                    $end    = strpos($val, ')', $start + 1);
                    $prev_do_not_match = explode(',', substr($val, $start + 1, $end -$start - 1));
                    $do_not_match = array_unique(array_merge($prev_do_not_match, $do_not_match));
                    $criteria[$key] = 'AND zones.zone_id NOT IN (' . implode( ',', $do_not_match ) . ')';
                    break;
                }
            }
        }
        return $criteria;
    }, 10, 3);

    Add this code to your child theme’s functions.php
    In case you do not have a child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/

    Let me know how this goes.
    Thanks!

    in reply to: New price with yellow background color #133495
    Sushobhan
    Keymaster

    Hi,
    Thanks for getting in touch with us!
    This color is coming from your theme and not WCFM. So obviously you can’t change it from WCFM. Kindly use the following CSS to change this-

    .woocommerce-Price-amount {
        background-color: #fff !important;
    }

    Thank You!

    Sushobhan
    Keymaster

    Hi,
    Thanks for getting in touch with us!
    For this approach, you’ll require the WCFM Ultimate addon. First, go to admin Settings >> Product Custome Field. From here create the fields you want to show under your new tab. But, under visibility choose ‘Do not show’ (because we are going to show these fields under our new tab).
    Now from add/edit product screen add those information. Lastly, use the following snippet to add a new tab and show these details-

    add_filter( 'woocommerce_product_tabs', 'woo_new_product_tab' );
    function woo_new_product_tab( $tabs ) {
        $tabs['new_tab'] = array(
            'title'    => __( 'My Tab', 'woocommerce' ),
            'priority' => 53,
            'callback' => 'woo_new_product_tab_content'
        );
        return $tabs;
    }
    
    function woo_new_product_tab_content() {
        global $WCFMu;
        $product_id = get_the_ID();
        if ( $product_id ) {
            $wcfm_product_custom_fields = (array) get_option( 'wcfm_product_custom_fields' );
            if ( $wcfm_product_custom_fields && is_array( $wcfm_product_custom_fields ) && ! empty( $wcfm_product_custom_fields ) ) {
                $fields = '';
                foreach ( $wcfm_product_custom_fields as $wpcf_index => $wcfm_product_custom_field ) {
                    if ( ! isset( $wcfm_product_custom_field['enable'] ) )
                        continue;
                    $visibility = isset( $wcfm_product_custom_field['visibility'] ) ? $wcfm_product_custom_field['visibility'] : '';
                    if ( $visibility )
                        continue; //we are not showing the fields that are allready visible in some other areas of the product
                    echo $WCFMu->wcfmu_customfield_support->get_wcfm_custom_field_display_data( $product_id, $wcfm_product_custom_field );
                }
            }
        }
    }

    Add this code to your child theme’s functions.php
    In case you do not have a child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/
    Let me know how this goes.
    Thanks!

    in reply to: Pre-sale Contact Form #133461
    Sushobhan
    Keymaster

    Hi,
    What do you mean by not working?
    Try using some other browser or incognito mode.
    Thanks.

Viewing 25 posts - 51 through 75 (of 1,046 total)