Need to hide the wishlist for normal users.

This topic has 2 replies, 2 voices, and was last updated 1 months, 3 weeks ago ago by Luca Rossi

  • Avatar: Sahil
    Sahil
    Participant
    July 30, 2024 at 12:04

    Hi,
    There are some issues below to be addressed.

    1: Please provide an option in shop page for “CLEAR ALL FILTERS” so whenever someone clicks on it then all the pre-applied filters should remove at once.

    2: Need a “SHOP MORE” button when we open the cart. Already 2 buttons are coming but we need one more.

    Suggest how to edit My account page fields.
    Account Details –
    1- Need to add the mobile number
    2- User can add the Birthdate
    3- User can add the Anniversary Date
    4- Password Change section should remove.
    5- Male , Female

    1 Answer
    Avatar: Justin
    Luca Rossi
    Support staff
    July 30, 2024 at 15:29

    Hi @Sahil,

    1. Please use the Active Product Filters widget: https://prnt.sc/qVHC2v3XIUW4

    2. Please add the following codes under functions.php file locates in your child theme:

    
    add_action('woocommerce_widget_shopping_cart_buttons', 'n2t_woocommerce_widget_shopping_cart_buttons');
    function n2t_woocommerce_widget_shopping_cart_buttons(){
    ?>
    <a href="https://dipnik.com/shop/" class="button btn-checkout wc-forward">Shop More</a>
    <?php
    }
    

    Suggest how to edit My account page fields.
    Account Details –
    1- Need to add the mobile number
    2- User can add the Birthdate
    3- User can add the Anniversary Date
    4- Password Change section should remove.
    5- Male , Female

    Please create a feature request on our taskboard page: https://www.8theme.com/taskboard/.

    Thank you!

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.