Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

raoul

Forum Replies Created

Viewing 12 posts - 16 through 27 (of 27 total)
  • Author
    Posts
  • raoul
    Participant

    Hey there, is there any update on this?

    thank you!

    raoul
    Participant
    This reply has been marked as private.
    raoul
    Participant
    This reply has been marked as private.
    raoul
    Participant
    This reply has been marked as private.
    in reply to: Remove product price from vendor-new-order emails #125751
    raoul
    Participant

    Hey, thanks so much for the code, it almost all works.

    The only bit I can still see is the ‘subtotal’ of the order. I put in the below code but the subtotal is still showing on the email. Am I doing something wrong?

    add_filter(‘wcmp_vendor_get_order_item_totals’, function($order_item_totals, $order, $vendor) {
    unset($order_item_totals[‘shipping_subtotal’], $order_item_totals[‘total’], $order_item_totals[‘subtotal’]);
    return $order_item_totals;
    }, 10, 3);

    in reply to: Shipping options not showing at checkout #124436
    raoul
    Participant

    Yep that fixed the issue.

    If there are ever issues like this in the future, can you please send a communication out to all impacted customers such as myself. It could have been days/weeks till I found this myself and as a result I could have lost a lot of revenue.

    Can you confirm WCMp will do this going forward please?

    in reply to: Minimum order amount per vendor #123779
    raoul
    Participant

    Hey, thanks for the code snippet.

    Unfortunately I have the same issue. I am able to set a minimum order amount via the vendor dashboard. However this doesn’t seem to be enforced. I am able to purchase under the minimum order amount for that vendor and there is no message on the cart or checkout page telling me I need to buy above the minimum order amount.

    Can you think of any reason why this last snippet would not work? I really appreciate your help on this as my largest vendor will only launch once we can set minimum order amount – thank you so much!

    in reply to: Remove product price from vendor-new-order emails #122821
    raoul
    Participant

    Apologies, I mean the commission column, not price (reason I said price is because I changed the label from ‘commission’ to ‘price).

    So to confirm my request I would like to remove:
    1) the ‘commission’ column as shown in your screenshot
    2) ‘Subtotal’, ‘Shipping subtotal’ and ‘Total’ from the bottom of the email

    Thanks

    in reply to: Remove product price from vendor-new-order emails #122719
    raoul
    Participant

    Hi there,

    Thanks for the reply. Actually, I have already copied the template and overriden it for my vendor email as I have some custom copy at the top.

    I am hoping to understand how I can specifically remove the price column as shown in my screenshot. Can I just remove the sections relevant to price? i.e. if I remove the if loop ‘if (apply_filters(‘show_cust_order_calulations_field’, true, $vendor->id))’ and I remove the column heading ‘<th scope=”col” style=”text-align:<?php echo $text_align; ?>; border: 1px solid #eee;”><?php _e(‘Commission’, ‘dc-woocommerce-multi-vendor’); ?></th>’ > will that remove all cost information from the email?

    Thanks

    in reply to: One shipping cost for multiple vendors #120046
    raoul
    Participant

    Hi,

    I tried this but it hasn’t worked. I changed the shipping class of a vendor’s products to be the admin created shipping class. I did this for two vendors. My aim was that if a customer had products from these two vendors in their cart, they only need to pay one combined shipping charge for the products (even though they were from two vendors).

    However, even after I changed the shipping class to be the admin created shipping class, the customer is still charged for each vendor. I want one combined shipping charge for multiple vendors.

    Is the issue that the vendor themselves has to change the shipping class to the admin created shipping class? So far I have been changing the shipping class through wordpress admin

    Thanks

    raoul
    Participant

    Hi Srutakirty,

    Sure, here is a screenshot of the WCMp email I’m referring to with personal information hidden. I’ve highlighted the rows I’m referring to with a red square

    raoul
    Participant

    Sure, here is a screen recording of the issue, see attached

Viewing 12 posts - 16 through 27 (of 27 total)