• Resolved mukuru

    (@mukuru)


    Hello WordPress community,

    I hope you’re doing well. I’m currently working on a project using the Dokan plugin, and I’m facing a challenge with the product add/edit page. Specifically, I need to remove or hide certain fields such as “Price,” “Discounted Price,” and “Schedule” to streamline the user experience.

    Could someone please guide me on how to achieve this? Are there any hooks or filters within Dokan that allow customization of these specific fields on the product add/edit page? I’ve checked the documentation, but I couldn’t find a clear solution for these particular fields.

    Any help or pointers in the right direction would be greatly appreciated. Thank you in advance!

    Best regards,

    • This topic was modified 10 months, 1 week ago by mukuru.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Mobin Chowdhury

    (@mobin210385)

    Hello @mukuru,

    To eliminate or conceal particular fields such as “Price,” “Discounted Price,” and “Schedule,” you can utilize the following custom CSS code within the WP admin panel by navigating to Appearance > Customize > Additional CSS tab.

    .dokan-dashboard .dokan-price-container {
        display:none;
    }

    Thanks!

    Plugin Support sazdhossain

    (@sazdhossain)

    Hi @mukuru,

    Due to inactivity, this topic is now being closed. If you have any further concerns or queries, please don’t hesitate to start a new topic.

    Cheers!

    Thread Starter mukuru

    (@mukuru)

    Thank you @mobin210385. It works ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove or hide some fields from the product add/edit page on Dokan’ is closed to new replies.