• On most sites, publishing usually needs to be reviewed.
    Removing the product is as important as releasing the product!!
    According to Google and SEO criteria
    Deletion of content requires review and in addition to doing redirection and so on.
    but unfortunately
    In this plugin, product removal is done directly by the seller
    The seller has no knowledge about SEO and deletes it
    This is a big mistake.
    I have been disabling this part of coding myself for 7 years
    Please put an option in the settings menu for this problem
    Thanks

Viewing 13 replies - 1 through 13 (of 13 total)
  • Hello @topgsmir

    We truly appreciate your feedback and understand the importance of having a feature that allows for proper review and management of product removal to align with SEO best practices.

    We encourage you to submit a formal feature request outlining your specific requirements for including an option in the settings menu to address this issue. You can submit a feature request here. Our development team takes customer feedback seriously and will assess the feasibility and value of implementing such a feature.

    If multiple users express a similar need for this functionality and our team identifies it as a valuable addition, we will certainly prioritize its development.

    Thank you for your continued support.

    Thread Starter topgsmir

    (@topgsmir)

    I registered it if you fix it!

    Plugin Support Tanvir Hasan

    (@tanvirh)

    Hi @topgsmir

    Could you please provide additional details about your query? This will enable us to better understand your issue and offer you the appropriate solutions.

    Thanks!

    Plugin Support Yeasin Arafat

    (@yeasinarafathridoy)

    Hi @topgsmir,

    As we haven’t heard back from you for a while, we’ll consider this topic resolved. If you encounter any further issues, please don’t hesitate to open a new topic.

    Thanks!

    Thread Starter topgsmir

    (@topgsmir)

    What more details?
    I said that you have set this option to release the product:
    1- To be checked by the manager first
    2- To be published later
    —but the delete option —
    The product will be removed directly by the seller!!!!!!
    This is a big mistake
    Deletion should be the same as publication
    Checked by the manager
    Then remove the product
    for example
    If the seller, for example, deletes 1000 posts on the site!!!!!!
    SEO credibility of the site will be lost
    Still don’t understand and need more details?

    Hello @topgsmir,

    Your suggestion is appreciated. However, we asked for insight into how you would like to review the deleted product as a manager.

    Typically in WordPress, Posts/Products are deleted in two steps: Moved to Trash and then Deleted Permanently.

    In Dokan, vendors can delete a product permanently. If you prefer to have deleted products sent to the Trash instead of being permanently deleted, please let us know your preferences.

    Additionally, if you continue to prefer removing the Delete Permanently option for ease of management, we would like to inform you that we have added these actions through the necessary hook. This allows for easy removal of the option by utilizing the hook instead of having to remove the code multiple times after every update.

    For your convenience, here is the code snippet that you can add at the bottom of your child theme's functions.php file:

    add_filter( 'dokan_product_row_actions', function( $row_action ) {
        unset( $row_action['delete'] );
        return $action;
    } );

    Thanks!

    Thread Starter topgsmir

    (@topgsmir)

    Greetings and Regards
    See, the seller and the site manager are two different jobs
    The seller only thinks about selling the product
    The seller does not know about the site and Google
    The seller will remove all his products at any moment he likes!!!!
    But the site manager
    He knows that removing too many products and creating a 404 error will have a negative impact on Google
    The site manager has expertise in Google and the site
    And he understands that products should not be removed too much
    Therefore, we should not allow the seller to remove the products quickly
    The seller must send a removal request to the administrator
    and removed if the product manager agrees.
    Removing products by sellers is very dangerous

    Thread Starter topgsmir

    (@topgsmir)

    This problem has not been solved yet
    Sellers can remove products from two parts
    1-Permanent deletion
    2-Major activities/removal
    Removing products in WordPress by admin
    The biggest admin site person
    First it goes to the trash, then it is deleted
    But in the dokan
    Seller
    The smallest member of the site
    Can remove products directly without admin permission!!!!!
    This is very dangerous

    Plugin Support Tanvir Hasan

    (@tanvirh)

    Hi @topgsmir

    If you prefer sellers not to have the option to delete their products, you can use the following CSS codes to hide the product deletion option from the vendor interface.

    select#bulk-product-action-selector option:nth-child(3){
        display:none;
    }

    Hope this solution works for you.

    Thank you!

    Thread Starter topgsmir

    (@topgsmir)

    Is your plugin bigger or WordPress?
    Are you more professional or WordPress?
    WordPress does not have a direct delete
    But you have!!!
    That too by sellers without web knowledge
    You have broken the WordPress rules
    And you delete the content without going to the trash
    Or you delete it without checking the site manager
    This is against WordPress rules and should be stopped as soon as possible

    Plugin Support Yeasin Arafat

    (@yeasinarafathridoy)

    Hi there,

    We appreciate your input on this matter. Your request has been duly acknowledged, and we will forward your comment to our team for future consideration. Now, if you wish to proceed immediately, you can follow the method suggested by Tanjir Al Mamun or Tanvir Hasan. We hope it helps.

    All the best,

    Plugin Support Yeasin Arafat

    (@yeasinarafathridoy)

    Hi topgsmir,

    As we haven’t heard back from you for a while, we’ll consider this topic resolved. If you encounter any further issues, please don’t hesitate to open a new topic.

    Thanks!

    Thread Starter topgsmir

    (@topgsmir)

    Sir, please don’t mark the problem as solved until you solve it
    You have not fixed the problem
    And you considered it solved!!!!

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Removal of products by sellers’ is closed to new replies.