• Resolved Picflick

    (@picflick)


    Good day,

    • For our vendors to sell products we are using WC MarketPlace.
    • For our customers, we want them to be able to select extra options when purchasing product to customise it. Currently we have another tool installed, but it does not meet our requirements and want to know if yours is able to…

    When an order is placed, we dont want the commission to be calculated on the grand total of their order (uploaded product + selected option). We only want the commission to be calculated on the ORIGINAL product’s price which was uploaded, and NOT the added prices from which the users selects with their order.

    EXAMPLE: I purchase a picture for $100 and select printing of $20. We only want the commission to be calculated on the $100 (for the vendor) and not the $20

    Will your plugin be able to satisfy our requirements. If so, please advise via some instructions on how we can achieve this.

    Thank you!

    PicFlick

    • This topic was modified 6 years, 3 months ago by Picflick.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author acowebs

    (@acowebs)

    Hi,
    We really want to make our plugin compatible with almost all plugins. For all free plugins, we will do the testing and tweaks as customers requesting ourself.
    For this premium plugins, we are not able to test it now. If you able to give as a demo installed with this plugin, we can test it and suggest better solutions. Or please give us a copy of the plugin, so that we can test in our machine itself.

    Thread Starter Picflick

    (@picflick)

    Thank you very much!
    So WC MarketPlace is not a premium plugin. Its actually 100% free, and can be downloaded at: https://downloads.www.ads-software.com/plugin/dc-woocommerce-multi-vendor.3.1.3.zip

    Please you download it, install and test in your machine if it will perform as we requested above. If you think some custom coding needs to be done please can you help write it.

    Thank you very much for helping ??

    PicFlick

    Plugin Author acowebs

    (@acowebs)

    Hi,
    We have tested the plugin you mentioned with our plugin.

    You can use the following hoock and write your custom logic for commision

    add_filter('wcmp_get_commission_amount',function($commission, $product_id, $term_id, $variation_id, $item_id, $order){
        //$item = $order->get_item($item_id);
     //   $meta_data = $item->get_meta(WCPA_ORDER_META_KEY); //This will return addional field options and its price
        //If you want to product base price, It can be loaded from the $product_id
        return $commission;
    },10,6);

    This is only an quick ida, You can extend it from here. If you want further help, We can help you on this

    • This reply was modified 6 years, 3 months ago by acowebs.
    Thread Starter Picflick

    (@picflick)

    Thank you very much!

    So I dont have the premium version therefore I cannot create a form which impacts the price of the product. Is there a demo site where we can test the premium version please?

    I need the plugin to do:

    1. Ability to influence product price based on selection
    2. Apply the form to EVERY product on my website
    3. Ability to create conditional logic. E.g. if they select Option3 on the one selection list then this needs to display another selection list where they can select Option 3a for example
    4. Ability for the plugin to send the entire product cost (original product + Selection option) to the shopping cart and charge the customer. BUT the plugin must only send the original product price to WCMP for them to calculate the commission. Based on your code above this will satisfy our requirement correct?
    5. Thanks so much for your help with this, we are really looking forward to pruchasing and using your plugin if it can achieve the above ?? And if you can please explain each number above.

      Regards,
      PicFlick

    • This reply was modified 6 years, 3 months ago by Picflick.
    Plugin Author acowebs

    (@acowebs)

    Hi,
    You can find the demo links at WooCommerce custom products options premium. Please feel free to test everything.
    As per your points, points 1-3 will work by default on this plugin, and regarding the commission calculation, you have to write some custom codes as we suggested earlier.

    In any case, we offer a 30 day money back guarantee if our plugin is not working the way you want – so you could be rest assured that you won’t lose your money

    Thread Starter Picflick

    (@picflick)

    @acowebs thanks for your help.

    I have purchased the premium version and its working excellently (See https://picflick.co.za/product/image-0004/ for example)

    But now we really need your assistance with the custom code above please. Could you kindly further extend your code to provide the exact text which I need to insert. Please advise which PHP file (or files) I need to add the snippet (or snippets to).

    • The cart must contain the total cost of product + option (how ever many products the user decides the buy).
    • The commission sent to WCMP must be the total of all products’ prices(how ever many products the user decides the buy).

    Thanks so much! Looking forward to having your plugin finally solve our problem ??

    • This reply was modified 6 years, 2 months ago by Picflick.
    Plugin Author acowebs

    (@acowebs)

    Please contact us at the support/contact option in our site with your details. As per WordPress policy, this forum can be used only for the free version. Our team will get back to you with further details.

    Thread Starter Picflick

    (@picflick)

    No problem – I fully respect that.
    I will post right now!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Vendor commission calculated only on uploaded product and not extra options’ is closed to new replies.