Uros Eleven

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 31 total)
  • Author
    Posts
  • in reply to: Addons – remove field type #141630
    Uros Eleven
    Participant

    Hi, I managed to do it with the following jQuery, if maybe some of your users need this solution:

    jQuery(document).ready(function( $ ){
    $(“#wc-pao-addon-content-type-0 option[value=custom_text]”).remove();
    $(“#wc-pao-addon-content-type-0 option[value=custom_textarea]”).remove();
    $(“#wc-pao-addon-content-type-0 option[value=file_upload]”).remove();
    $(“#wc-pao-addon-content-type-0 option[value=custom_price]”).remove();
    $(“#wc-pao-addon-content-type-0 option[value=input_multiplier]”).remove();
    $(“#wc-pao-addon-content-type-0 option[value=heading]”).remove();
    });

    it can be placed into Custom JS for example…

    Thank you anyway for your feedback!

    in reply to: Allow vendor to edit status in bulk #134503
    Uros Eleven
    Participant

    Can you please let me know when do you intend to release the next update as we would need this feature asap, thanks.

    in reply to: Product Category sort #134495
    Uros Eleven
    Participant

    thanks, it seems there was a bug, but working now.

    in reply to: Product Category sort #134256
    Uros Eleven
    Participant

    ok, you answered my 2nd question 😉
    what about:
    “how do I sort the categories on VENDOR DASHBOARD > ADD NEW PRODUCT page (where the category has to be selected) so that they’re shown alphabetically – A-Z”?

    in reply to: Product Category sort #134196
    Uros Eleven
    Participant

    Hi, I was talking about Vendor Dashboard — Add new product – where there is a Category Selector from your plugin…
    Also, where is this Category selector located? Which file? We need to add a custom Search/Autocomplete field to it.

    Thank you

    in reply to: Add content to ADD NEW PRODUCT page #133984
    Uros Eleven
    Participant

    Hi there, we’ve added a couple of images as a guidance/support for vendors. We will also add a few new buttons, tags etc… so currently we are working directly on plugin files… so would be good if the template files would work.

    in reply to: Add content to ADD NEW PRODUCT page #133925
    Uros Eleven
    Participant

    Hi, sure:

    /wp-content/themes/generatepress_child/dc-woocommerce-multi-vendor/templates/vendor-dashboard/product-manager

    in reply to: Remove visual editor from vendor dashboard #133815
    Uros Eleven
    Participant

    Already fixed the issue by overriding the original plugin file. You can close the ticket

    in reply to: Add content to ADD NEW PRODUCT page #133814
    Uros Eleven
    Participant

    Thanks, I had to override the actual plugin file – doing it through the child theme didn’t work… any ideas?

    in reply to: Disabling Commissions #133805
    Uros Eleven
    Participant

    I’d like to hide the whole page/link under WP AMDIN > WCMP > Commissions.
    Also, is it possible to deactivate the action(s) that creates commissions?

    in reply to: Disabling Commissions #133780
    Uros Eleven
    Participant

    I’d like to remove and disable all the Commisson function from wp admin – how do I do that?

    in reply to: WCMp PDF Invoices activation error #133779
    Uros Eleven
    Participant

    Hi, didn’t see the message, sorry. Will try and let you know, thanks!

    in reply to: Remove visual editor from vendor dashboard #133778
    Uros Eleven
    Participant

    Hi, I tried it but it’s still visible for Product Short Description. Any other suggestions?
    Thanks!

    in reply to: Disabling Commissions #131825
    Uros Eleven
    Participant

    the site owner has he’s own way of doing it. So can we hide it from WP ADMIN somehow?

    in reply to: Set Minimum Order Amount Per Vendor code not displaying #131440
    Uros Eleven
    Participant
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 31 total)