Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: how do i remove soldby? #60869
    tronne
    Participant

    Ben,

    I saw this post, between some others more, in my case I can delete all the sold by with this code https://www.wcvendors.com/kb/removing-sold-by-on-your-site/, also as you can see in the attachment I can change the wcvendors_sold_by_in_email “sold by” to “cucu” space or whatever, but I can’t get rid of the vendor’s name, any idea?

    Not sure why this is not working https://www.wcvendors.com/kb/removing-sold-by-on-your-site/

    I’ve tried with twentyfourteen, and storefront with same luck

    Thanks in advance

    in reply to: "Sold by" removed everywhere except from order details #60863
    tronne
    Participant

    I can change the text “sold by” with the following code:

    /* WC Vendors - Remove vendor sold by in emails WC Vendors */
    add_filter( 'wcvendors_sold_by_in_email', 'custom_wcvendors_sold_by_in_email' ,10, 1 );
    function custom_wcvendors_sold_by_in_email( $message ) {
        $message = " cucu ";
        return $message;
    }

    But even if I put spaces instead of “cucu” the still vendor appears

    It would be perfect to delete the vendor following some similar approach, not sure why somethings are working and some others not

    in reply to: Orders "showing twice" orders and suborders #59884
    tronne
    Participant

    Ok, I’ve solved it, there were some incompatibilities with Dokan’s plugin

    in reply to: Orders "showing twice" orders and suborders #59844
    tronne
    Participant

    Anna, I think you dealt with this here https://wordpress.org/support/topic/double-orders-sub-orders/

    But even if its marked as solved, there are no valid solutions for me.

    Hmm I’m checking the demo and not being able to reproduce the error, at lest from the vendors table, no idea what I have wrong with my site.

    in reply to: My vendors can't edit for example SKU #59790
    tronne
    Participant

    Interesting, that means it’s incompatible SO I have to choose between them..
    Should I open a issue in github or something?
    Anyways, thank you so much!!

    in reply to: My vendors can't edit for example SKU #59733
    tronne
    Participant

    And I’ve also tried RESET WC VENDORS ROLES just in case, and the plugin User Role Editor, but to make this able for users I have to allow them manage wocommerce, that pluging doesn’t have more specific roles for this.
    As I touched so much I did a fresh install again and of course I still have the same problem.

Viewing 6 posts - 1 through 6 (of 6 total)