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 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • Luke Lee
    Participant

    Solved it myself by deactivating the membership plugin and re-activating it, so I don’t know what was the actual problem.

    Luke Lee
    Participant

    Hi, I have located the bug, which is a custom coding provided from you previously that helps to validate that user have to pick a sub-category in order to submit for review.

    I have changed all the unnecessary $ sign into jQuery (wordPress requires to use jQuery if under header script)

    and now its functioning again.

    Thank and this problem is resolved.

    in reply to: How does bank transfer work? #91922
    Luke Lee
    Participant

    Hi,

    Thanks for the answer.

    Since you reply me here, I would like to toss some questions here real quick, and these are all the problems we have left to complete the site.

    1. I’m trying to link the vendor’s store-front page to their my account page end-point (My Store-Front Page), and I know that this link is dynamically generated depending on which user is logged in.

    Is there any way to do it? I was trying to copy the code you have in wcfm-view-menu.php, (that when you click on the logo icon on the menu, it goes to the vendor’s store-front page.

    Here is the code you have:
    $store_name = '<a href="'.get_permalink( wc_get_page_id( 'shop' ) ).'" target="_blank">' . __( $wcfm_my_store_label, 'wc-frontend-manager' ) . '</a>';

    2. Also, in the store manager page, this place shows the website’s name instead of vendor’s name:
    https://gyazo.com/2a694321e50e45bbf86053149ad5f63e

    Where it shows “MX Vendor”, was previously showing the website’s name, instead of vendor’s name (I manipulate the code in your wcfm-view-menu.php and make it to show the user’s first name and last name. But then I can’t make it so it links to the vendor’s store-front page too. (like an a tag in html)

    3. When we trying to do the Stripe payout, it shows error “Withdrawal Requests partially processed, check log for more details.”
    When I check the log, it shows:

    2019-11-12T06:06:28+00:00 ERROR #000006 - Stripe payment processing failed: You have insufficient funds in your Stripe account. One likely reason you have insufficient funds is that your funds are automatically being paid out; try enabling manual payouts by going to https://dashboard.stripe.com/account/payouts.

    We found out that it’s current link to one of the stripe connect account we created under our stripe account, and this is confusing since all the APIs and secret and Client ID we are using should connected to our Stripe’s main account, so not too sure how it works?

    Any help will be appreciated, this is what we have left.

    in reply to: Any way to add "Follow button" on Single Product page? #90920
    Luke Lee
    Participant

    Hi WCFM team,

    Thanks for the help, the code isn’t working because looks like the location hook isn’t right?

    "wcfmmp_sold_by_label_product_page_after"

    So I have changed the hook myself to this:

    add_action( 'woocommerce_product_meta_start', function( $vendor_id ) {
    	echo '<div class="product-follow">', do_shortcode( '[wcfm_follow label="Follow" store="'.$vendor_id.'"]' ), '</div>';
     
    });

    I have then successfully placed the echo shortcode before the product meta.
    Then with this css to make it line up with the vendor info block:

    .product-follow{
        display: inline-block;
        position: relative;
        float: right;
        top: 118px;
    }

    Hope this helps, even tho I still want to have a correct location hook of your wcfm vendor’s info block on the single product page.

    in reply to: Any way to add "Follow button" on Single Product page? #88492
    Luke Lee
    Participant

    Hi,

    I assume your “Sold By” block is talking about the vendor info card?

    For that, from Flatsome UX Block, they have a module that is called “Product Hooks”, and I select “WooCommerce Single Product Summary” which I believe they just grab all the datas of the single product from the product and shows it.

    Since WCFM Vendor info card is showing within the “WooCommerce Single Product Summary”, which means there must have a way to show the info card itself without pulling all the WooCommerce Single Product Summary.

    What I was trying to do is just actually either separate the vendor info card from the single product summary, or just add a Follow button into vendor info card, if that makes sense.

    in reply to: Shipstation – Create Shipping Label for Customers #88262
    Luke Lee
    Participant

    Hi, just saw the plugins updates today, but didn’t see anything related to ShipStation.

    Are there any news to it? Anything will be appreciated.

    in reply to: Any way to add "Follow button" on Single Product page? #87926
    Luke Lee
    Participant

    Hi, so I got a chance to try these codes, and none of them works unfortunately…

    I use Flatsome theme, and using UX Block to create custom product templates.

    I added the snippet you provided into my child theme function.php, and nothing shows up.

    I added the shortcode you provided into my UX builder, and nothing shows up as well.

    Any advice?

    Thanks.

    in reply to: Any way to add "Follow button" on Single Product page? #87778
    Luke Lee
    Participant

    Thanks so much! Will try this when I got around my computer, will let you know if it works!

    in reply to: Vendors cannot see the message button on single product page? #87777
    Luke Lee
    Participant

    Thanks for your reply, please do let me know when you can solve this problem!

    Thanks again.

    in reply to: Vendors cannot see the message button on single product page? #87426
    Luke Lee
    Participant

    To be clarify more,

    “Vendor A”, should be able to initiate the live chat with “Vendor B”, because “Vendor A”, can purchase from “Vendor B”.

    Vendors, should not be able to see the “Live Chat” button, when they are browsing their “own products”.

    in reply to: Any way to add "Follow button" on Single Product page? #87425
    Luke Lee
    Participant

    Hi,

    Looks like we are not on the same page.

    This short code ” [wcfm_store_info id=”” data=””] ” requires me to put a specific id for it to show a specific vendor info, I don’t want it.

    What I want is to show it dynamically, like this in the single product page that is built with your WCFM ultimate:
    https://gyazo.com/484fb5c6bf1aa28559023041ced1abb9

    As you see, your default Vendor info card is there, but I also want to add a follow button within this info card, something that looks like this on grailed.com:
    https://gyazo.com/97a63a8d003eb2fa3905a86ea43be221

    If that’s possible? thank you.

    Luke Lee
    Participant

    Hi,

    Vendor will and should be able to initiate the chat with other vendors?

    That makes sense because a vendor can also purchase from another vendor right??

    in reply to: Any way to add "Follow button" on Single Product page? #87290
    Luke Lee
    Participant

    Also, if there are ways to just grab the vendor info card as short code? I want to display the vendor information on single product pages that are separate with product meta itself.

    I found these shortcode from your documentation:

    [wcfm_store_info id=”” data=””]
    [wcfm_follow store=””]

    However, these shortcode accepting the id, which is not what i want. (On single product page, i want it to determine this product belongs to which vendor, and then display this vendor’s information, I will say like Dynamic data)

    How do I achieve this?

    in reply to: Any way to add "Follow button" on Single Product page? #87289
    Luke Lee
    Participant

    Hi, I added this short code and it’s not working, nothing showing up.

    Can you elaborate more?

    Thanks.

    Luke Lee
    Participant

    Hi, Thank you for your reply.

    So, why are they not allowed to initiate the chat? I’m asking for a way to allow them to also initiate the chat as well.

    There must be a way, like a snippet code in function.php that can overwrite this setting? Please advice.

    Thank you.

    in reply to: Show Vendor Badges on single product page #86587
    Luke Lee
    Participant

    Hello, please ignored this question as I found I have accidentally hide it by my own css.

    Thanks!

    in reply to: Shipstation – Create Shipping Label for Customers #86155
    Luke Lee
    Participant

    Thanks for bringing this good news, we are actually just right at this moment want this solution badly, hopefully it will release as you say within this month!

    in reply to: WCFM Marketplace – Elementor integrated #85013
    Luke Lee
    Participant

    Same question here, does this release yet?

    in reply to: Shipping Label print option? for UPS, USPS or FedEx #84587
    Luke Lee
    Participant

    Hi, I want to ask since the plugin link you provides only shows UPS and FEDEX option for print label, is there a way you support printing label from USPS? (stamps.com)

    Thanks.

    in reply to: Shipstation – Create Shipping Label for Customers #84586
    Luke Lee
    Participant

    Hi, also looking for this integration, do you have an estimated time for “very soon”?

    Thanks!

    Luke Lee
    Participant

    Hi, I can’t find this path? I get into views folder, and I don’t see intergrations folder there.

    Luke Lee
    Participant

    Hi,

    Thanks you for your reply, but can you please tell me what is the hook that we can use to add something above the short description?

    I was trying to find documentation and I can’t find it, perhaps if you can tell me that will be way better!

    Also if it’s possible where can you find the code that you build to make the ACF field into tabs? I might be able to custom the code around when I have the hooks and filters from you.

    Thank you.

Viewing 22 posts - 1 through 22 (of 22 total)