Home Forums Basel support forum Features to fix

Features to fix

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #134124

    ricardocastro1
    Participant

    Hello,
    Could you please help me with this questions:
    1. How to remove wish list icon and text from product page
    2. How to remove “Registrer” function, I want to create the users only and give them the user and password
    3. How to remove “Login to see prices” when the visitor is not a registred user I rather it is an empty space
    4. The search product widget dont work with SKU, is there any way to make it work, my clients usually have the Sku and look for it

    Thank you!

    #134294

    Hello,

    1. Please add this code to the Theme Settings > Custom CSS > Global:

    body.single .entry-summary .yith-wcwl-add-to-wishlist {
        display: none;
    }

    2. Navigate to the Theme Settings > Header > My Account links > disable the option

    3. Add this code to the Theme Settings > Custom CSS > Global:

    body .login-to-prices-msg {
    display: none;
    }

    4. Enable the option in the Theme Settings > General

    Best Regards

    #134446

    ricardocastro1
    Participant

    Hello, thanks for your help!

    The points 1,3,add 4 are solved, but maybe I was not clear in point 2, What I need is that when the user link login, only appears “logiin form” and “register form” doesnt be there any more, I dont wan nobody has the chance to registrer by itself but only I can create the users.

    Attachments:
    You must be logged in to view attached files.
    #134499

    Hello,

    Disable register form in Woocommerce > Settings > Account and privacy

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)