Forum: MarketPlace Customers


Subject: Add an option to the marketplace page

GGreen opened this issue on Nov 03, 2023 ยท 10 posts


GGreen posted Sat, 02 December 2023 at 5:20 AM

Thank you for responding, but I know this is a simple case of adding the code for this. There is nothing difficult about this. To show you how simple it is I added the code myself to display it below. Now to see the result of my code please scrolll to the bottom.


    <div class="rr-facet-body">
        <div class="rr-facet-options">
                                            <div class="rr-facet-option">
                    <label>
                        <input type="checkbox" name="only_unowned" value="Y" class="cs-facet-link">
                        <small>Show Products I already own [Add this]</small>
                    </label>
                </div>
                                    </div>
        
            </div>
</div>



            <div class="rr-facet  rr-facet-collapsible
    ">
    <h2 class="rr-facet-title">
        Show Wishlist

        <span class="rr-facet-show">
            <i class="fa fa-chevron-down pull-right"></i>
        </span>
        <span class="rr-facet-hide">
            <i class="fa fa-chevron-up pull-right"></i>
        </span>
    </h2>
    <div class="rr-facet-body">
        <div class="rr-facet-options">
                                            <div class="rr-facet-option">
                    <label>
                        <input type="checkbox" name="only_unowned" value="Y" class="cs-facet-link">
                        <small>Show My Wishlist [Add this]</small>
                    </label>
                </div>
                                    </div>

=====================================================================================