How to add html/comments to the discussion tab?

Top WooCommerce & WordPress Plugins Forums Discussions Tab for WooCommerce Products How to add html/comments to the discussion tab?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #92586
    Dev Troy
    Guest

    What is the proper way to add in some html/comments to the discussion tab? Is there a hook that can be used. Right now it is set to only owners can discuss. Which seems to work fine but those that do not have the item, see the Discussion tab with say 10 but when they go to it is just blank. I would like to put a message here, possible only for those that have not purchased it, that says “Only logged in users that have purchased this will be able to see and participate in discussions.” Something to that affect.

    I am currently using CSS to hack some text in there but it is not the ideal way I am sure.

    #tab-discussions::before{
        content:"Only logged in users that have purchased this will be able to see and participate in discussions.";
    }
    #92587
    Pablo Pacheco
    Participant

    Hi,

    Please try enabling the option “General > Open comments” and let me know if it helps.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.