A few questions - by Yuliaes - on WordPress WooCommerce support

This topic has 6 replies, 2 voices, and was last updated 6 years, 2 months ago ago by Rose Tyler

  • Avatar: Yuliaes
    Yuliaes
    Participant
    February 19, 2018 at 09:26

    1. quantity – if i enter 3 digits in quantity, it cuts and doesn’t show the full qty.
    2. how can i remove the black line in a bottom of a page?
    3. how can i remove the “person” icon (near the search and a cart icons)?
    4. can i remove the “subtotal”?
    5. on the products page – all the letters are Capital (also we didn’t write on Capital letters in a product name). can it show the same as the product name?
    6. we would like to write just the “Short Description” so the other description wont be shown at all.
    7. also disable “Additional info”

    thank you

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 19, 2018 at 11:26

    Hello,

    Please provide us with your website URL so we can take a closer look.

    Regards

    Avatar: Yuliaes
    Yuliaes
    Participant
    February 19, 2018 at 11:33
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 19, 2018 at 13:14

    Hello,

    1. Please add this code in Theme Options > Styling > Custom css:

    .single-product .quantity.buttons_added input[type="number"] {
        padding: 0 0.1em;
    }

    2. This line relates to your footer so please check Appearance > Widgets > Footer areas.
    3. You may disable “Enable Sign In link” option in Theme Options > General > Header settings.
    4. Please provide screenshot. You may use such screenshot maker as Lightshot.
    5. Please describe the desired result in more details.
    6-7. You may disable tabs on single product page in Theme Options > E-commerce > Single Product Page > Tabs type.

    Regards

    Avatar: Yuliaes
    Yuliaes
    Participant
    February 21, 2018 at 09:54

    4. on check out page i see the price of all the products separate, then subtotal and then Total.
    we don’t need to pay for shipping so the Subtotal and Total are the same for us.
    if it possible i prefer not to sow “subtotal” at all (also on a notification mail)
    5. the desired result is to see the product name the same as it written on a product data page (when we add a new product). for example if i wrote “Lama” – on the shop it appears ” LAMA”. we would like it to sown as “Lama”

    thank you

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 21, 2018 at 16:21

    Hello,

    .order-review table .cart-subtotal {
        display:  none;
    }
    .product-title {
        text-transform: none;
    }

    Regards

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

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

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