Home Forums WoodMart support forum Variation product

Variation product

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

    shop
    Participant

    Hello!
    On the home page and catalog page, when I want to put an item in the cart, I need to select the weight of the item, and the problem is that the “add to cart” button is at the bottom, so I have to scroll down the page. A lot of customers won’t see this and it will be a problem.
    View the website kukkel.eu on the same homepage you can add a basket of “kringles” you will see that a modal popup opens where you have to select the weight and you will also see a button but it will be cut in half.

    Best regards,
    Alex

    #549000

    Hello,

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

    .quick-shop-wrapper .quick-shop-form {
        padding: 30px 10px 0 10px !important;
    }

    Best Regards.

    #549029

    shop
    Participant

    Hello!

    Thank you for help. One last question…
    In the registration form I want to hide the username so that the customer can only enter his email and password.

    How to do it. Is it possible to hide through css? I don’t want to add a new plugin just for 1 field.

    best regards,
    Alex

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

    Hello,

    Navigate to WooCommerce -> Settings -> Accounts tab, scroll down to “Account Creation” section and tick the checkbox for “Automatically generate username from customer email”, save your settings.

    Best Regards.

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