iamonthemarketer

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • in reply to: how to customize front end for Vendor #142437
    iamonthemarketer
    Participant

    thank you again for the codde so shsould I just use this one and remove the last one or they are to be used together?

    previous code is the following
    add_filter( ‘wcmp_vendor_orders_stats_report_email_attachments’, ‘custom_wcmp_attachemnt_null’);
    function custom_wcmp_attachemnt_null ( $attachments ){
    return $attachments = ”;

    }

    Also I would like to know how to send email daily as it only send email weekly

    in reply to: how to customize front end for Vendor #142151
    iamonthemarketer
    Participant

    add_filter( ‘wcmp_vendor_orders_stats_report_email_attachments’, ‘custom_wcmp_attachemnt_null’);
    function custom_wcmp_attachemnt_null ( $attachments ){
    return $attachments = ”;

    }
    this code was suggested to remove reports attachment from email sent to vendor.

    I added the code but it is not working.

    I was not able to hide the download csv on the overview page.

    in reply to: how to customize front end for Vendor #142113
    iamonthemarketer
    Participant

    Hello,

    I added the code to remove the report attachemnt but email still send the attachment and I set reports to be sent daily but it only send weekly.

    in reply to: how to customize front end for Vendor #141611
    iamonthemarketer
    Participant

    apply_filters( ‘wcmp_ledger_data_store_before_create_data’, $data );
    do I add this in the function file ?

    in reply to: how to customize front end for Vendor #141525
    iamonthemarketer
    Participant

    thank you again I will add that in the function and see how it works for orders.

    I noticed when making more test that customer details are still available to vendors via orders.

    is it possible to hide the download csv ? as it still send vendor customer details.see picture 1

    And Also can we disable link to order detail? see picture 2

    in reply to: how to customize front end for Vendor #141418
    iamonthemarketer
    Participant

    Hello,

    with the admin password are you able to see what I am talking about?

    in reply to: how to customize front end for Vendor #141367
    iamonthemarketer
    Participant
    This reply has been marked as private.
    in reply to: how to customize front end for Vendor #141289
    iamonthemarketer
    Participant
    This reply has been marked as private.
    in reply to: how to customize front end for Vendor #141222
    iamonthemarketer
    Participant

    ok. sounds good

    in reply to: how to customize front end for Vendor #141195
    iamonthemarketer
    Participant

    Hello,

    after additional test I see that orders are not showing as sales for vendor until they are mark as completed by site admin.

    Is there a way to set the status as completed by default for all orders for vendors? or just use they from admin dashboard?
    I also want to remove attached files sent to vendors (sales reports). When I was looking in emails sent from woocommerce I found the template for Vendor orders stats report.

    can you confirm if by removing the following line from that php files

    <?php if($attachments && count($attachments) > 0 && $report_data[‘order_data’] && count($report_data[‘order_data’]) > 0 ){ ?>
    <p><?php echo esc_html__( ‘Please find your report attachment’, ‘dc-woocommerce-multi-vendor’ ); ?></p>
    <?php }else{ ?>
    <p><?php echo esc_html__( ‘There is no stats report available.’, ‘dc-woocommerce-multi-vendor’ ); ?></p>
    <?php } ?>

    this will remove attached files?

    in reply to: how to customize front end for Vendor #141126
    iamonthemarketer
    Participant

    can we make it around 7:30Pm for you?
    this will be 8am for me on 10.08.2022

    in reply to: how to customize front end for Vendor #141094
    iamonthemarketer
    Participant

    Hello I was offline for some days.

    Can we reschedule it ?

    what day of the week are you available? also I am in MST time zone

    in reply to: how to customize front end for Vendor #140981
    iamonthemarketer
    Participant

    So when an order is made on he website with the plugin original configuration vendors needs to approve orders before the show as complete otherwise it only shows pending in the woocommerce orders details.(see screenshot : order is pending in admin dashboard and vendor )

    I would like to know if it is possible to set up a zoom meeting with one of you to make sure I explain any questions you might have regard the customization I want to do.

    And another thing I notice is that reports email sent to vendor includes orders details as file attached, I would like to have it removed and only keep the report.

    And in the banking overview in the menu Stats / Reports is it normal to have 2 currencies? (See screenshot)

    in reply to: how to customize front end for Vendor #140902
    iamonthemarketer
    Participant

    one more thing I forgot to add here is I do not want vendor to approve order as they just need to see the sales that were made for product assign to them.

    in reply to: how to customize front end for Vendor #140898
    iamonthemarketer
    Participant

    Hello Thank you again for you response,

    I was able to add the function in the theme child function files.

    After some test I have the following request.

    I will like to remove the page that let vendor add products, as this one as too many field for them and I prefer to care of it.

    I would like to know if I create a form for vendor to upload product if that can be added to their dashboard.

    If that will required a lot of work for you them I will create a page for them to do that.

    For the currency the dashboard still display currency in $.

    I will also add screenshot:

    For the dasboard homepage we can keep the current page but I want to hide the section “Your Store report – last 7 days” see screenshot 1
    I also want to hide the section for customer question on the same page see screenshot2

    on the section product manager we keep only all products and remove add product see screenshot 3, I also want to hide the delete product see screenshot 3.

Viewing 15 posts - 1 through 15 (of 17 total)