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
  • in reply to: Regular Price Field #104751
    info100
    Participant

    Thank you so much.

    in reply to: Add to cart #92432
    info100
    Participant
    This reply has been marked as private.
    in reply to: Different price #92293
    info100
    Participant

    I am waiting answer.

    in reply to: Add to cart #92292
    info100
    Participant

    Hello there
    1.No happen for all products.
    2. These products are ours. Any vendor is not specified.
    3.Add to cart and catalog mode
    No error

    in reply to: Different price #91968
    info100
    Participant

    Hello there
    My English is not very good.
    Sale price: $ 100
    Discount price: $ 90
    In the code you provide, only the discounted price increases by 10%.

    false
    Sale price: $ 100
    Discount price: $ 99

    Sales price: $ 110
    Discount price: $ 99
    true

    in reply to: Different price #91287
    info100
    Participant

    https://ibb.co/CKn6gtB

    Hello there
    As shown in the picture, the price of $ 100 remains the same.
    The discount price is increasing.
    But this time it seems that only $ 1 discount has been made.
    It is true that both increase.
    Can you give me a code to edit this?

    in reply to: Update #91095
    info100
    Participant

    both manager and seller
    product numbers are listed as low.

    in reply to: Different price #87140
    info100
    Participant

    The code works very well. Thank you.
    But when I add a discount price, the normal only adds 50% to the discount price. Can we do this for both prices?

    in reply to: Registration Form #87137
    info100
    Participant

    Yes I added.
    But it looks down.
    Can I show the name field first?

    Attachments:
    You must be logged in to view attached files.
    in reply to: Different price #86881
    info100
    Participant

    OK I did it.
    Thank you so much.
    well you are

    in reply to: Different price #86829
    info100
    Participant
    This reply has been marked as private.
    in reply to: Different price #85652
    info100
    Participant
    This reply has been marked as private.
    in reply to: Different price #84933
    info100
    Participant

    thank you for not answering

    in reply to: Different price #84789
    info100
    Participant

    function return_custom_price( $price, $product ) {
    global $WCFM, $WCFMmp, $post, $blog_id;

    $vendor_id = wcfm_get_vendor_id_by_post( $product->get_id() );
    if ( vendor_user(‘subscription_type_one_time’) ) {
    $ price = ($ price * 1.50);
    $ return price;
    }
    add_filter (‘woocommerce_get_price’, ‘return_custom_price’, 10, 2);

    is it possible

    in reply to: Different price #84774
    info100
    Participant

    Please, this is very urgent.
    Submit a link if I’m going to make a payment.
    But paypal is not used in our country.

    in reply to: Different price #84757
    info100
    Participant

    Hello there
    my english is not very good so i may not be able to tell.
    I’m sorry for that.
    But I can’t solve my problem, and it’s urgent.
    I have two vendor memberships, one is “one_time” and the other is “free”

    I would like to automatically multiply the product price by 1.5 when one_time adds a sale price to a member product.

    When I add a free membership product, I want it to multiply the sales price by 1.25 and offer the sale price with the new price in the store.

    in reply to: Different price #84042
    info100
    Participant

    I don’t know how to do this.
    Can you give me an example?

    Vendor id: 47
    membership: one_time

    Can I just set it as a membership?

    in reply to: Different price #83775
    info100
    Participant

    Problem

    This code works for all added products.
    I just code this for store vendor free membership
    function return_custom_price ($ price, $ product) {
    global $ post, $ blog_id;
    $ product = wc_get_product ($ post_id);
    $ post_id = $ post-> ID;
    $ price = ($ price * 1.25);
    $ return price;
    }
    add_filter (‘woocommerce_get_price’, ‘return_custom_price’, 10, 2);

    store vendar one time for this code

    function return_custom_price ($ price, $ product) {
    global $ post, $ blog_id;
    $ product = wc_get_product ($ post_id);
    $ post_id = $ post-> ID;
    $ price = ($ price * 1.50);
    $ return price;
    }
    add_filter (‘woocommerce_get_price’, ‘return_custom_price’, 10, 2);

    I want to show.

    Different prices for both memberships

    in reply to: Sale price #81733
    info100
    Participant

    Super
    Both variant and simple products are available.

    in reply to: Sale price #81280
    info100
    Participant

    When vendor adds a $ 100 product, I want it to be sold for $ 130.
    The commission would not put 30% on top of the selling price.
    Is this possible?

    in reply to: Sale price #77322
    info100
    Participant

    vendor product sales price $ 100 system + 30%
    will increase $ 130 for sale.

    in reply to: Sale price #77321
    info100
    Participant

    Vendor sales price added system automatically + 30% increase the sales price.
    Is this possible?

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