Okay
  Public Ticket #3418735
11 Question and 1 Bug
Closed

Comments

  • kornchai started the conversation

    Hello,


    Question

    1. Can agent create custom agent ID for affiliate link ?
    e.g. like affilitewp

    2. Can agent dashboard have option to switch language ?

    3. Can hide menu "My Customers" and "My Team" ?
    - We need affiliate can not see customer detail.

    4. Can CSV support "THAI" language ?

    5. Can edit custom field on Bank Payments for payouts ?

    6. Can Coupons limit maximum price ?

    7. Can coupons limit maximum to use ?

    8. Can setting admin to approve coupon, after agent create it ?

    - Because some agent is create high discount coupon.

    9. Can admin create coupon and assign to agent ?

    - e.g. like vatanity counpon of affiliatewp

    10. How to edit all email ?

    11. Can email support 2 language ?


    Bug

    1. We add more 3 email on snippet (https://woocommerce-b2b-plugin.com/docs/change-email-recipient-for-new-message-quote-emails/)

    But agent get email new order same 4 email.


    Best regards

  •   WebWizards replied privately
  • kornchai replied

    Hello, Support team

    Thank for best support.


    I have a little question.

    (1) Currently this is not possible unfortunately - the ID is random
    - Can we add to feature request ?
    - Are you have public for write feature request ?

    (2) If you have a translation plugin + language switcher, yes, the dashboard can work in a different language also. You need a language switcher and a translation plugin like Loco Translate or WPML
    - How to add wpml switch language on dashboard ?

    Bug

    1. We add more 3 email on snippet (https://woocommerce-b2b-plugin.com/docs/change-email-recipient-for-new-message-quote-emails/)
    - add_filter('b2bking_recipient_new_message', function($recipient, $conversationid){
    return '[email protected], [email protected], [email protected]';
    }, 10, 2);
    add_filter('b2bking_recipient_new_message_quote', function($recipient, $conversationid){
    return '[email protected], [email protected], [email protected]';
    }, 10, 2);

    Best regards


  •  1,906
    WebWizards replied

    (1) Currently this is not possible unfortunately - the ID is random
    - Can we add to feature request ?
    - Are you have public for write feature request ?

    I will add a feature request for this to our internal database. We do not have a public one but please feel free to use the tickets here. Thank you for the feedback.



    (2) - How to add wpml switch language on dashboard ?

    It would be possible by editing MarketKing dashboard templates. We have a guide here: https://woocommerce-multivendor.com/docs/how-to-edit-marketking-pages-templates/


    You can copy the php template from wp-content/plugins/marketkingcorelatest/public/dashboard/templates/header-bar.php

    and paste it to your child theme/marketking/header-bar.php

    Then you can edit it, and add this code for the wpml switcher:

    echo do_shortcode('[wpml_language_switcher flags=1 native=1 translated=1][/wpml_language_switcher]');
    


    -> I tried adding the code in your message to my site's functions.php:

    4793911020.png

    When I request a quote, the email is sent to the 3 emails in the snippet:

    4220510074.png


    If you'd like, we can investigate it directly if you can share a backend login to your site or a staging clone site with us.