Problems with the bundle products - by Infov

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

  • Avatar: Infov
    Infov
    Participant
    March 13, 2018 at 16:05

    I’m having problems with the bundle products.
    Does not display name and additional link
    there is an error in the layout of the page
    https://quotelex.com/product/unit/
    http://prntscr.com/iqhq8e
    In the standard theme everything works
    http://prntscr.com/iqhi5u

    11 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 13, 2018 at 16:44

    Hello,

    Thanks for the topic.
    Please add this code in Theme Options > Styling > Custom css:

    .single-product .bundled_product_title {
        display: block;
        font-size: 14px;
    }
    

    Regards

    Avatar: Infov
    Infov
    Participant
    March 14, 2018 at 10:01

    Hello,

    Thanks for your answer. Just one more question.

    https://prnt.sc/iqzccx

    In the screenshot we see “$126”. It’s okay, but we want to make this font the same to the font with “$2,450”. How can we change the font?

    And something wrong with the buttons of quantity. “+” is below, but must be near the numeral.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 14, 2018 at 10:24

    Hello,

    You’re welcome!

    .single-product .bundled_product_summary span.price {
        font-size: 22px;
    }
    .single-product .bundled_product_summary .quantity {
        margin-right: 0px;
    }

    Regards

    Avatar: Infov
    Infov
    Participant
    March 14, 2018 at 11:16

    Thank you so much, but we faced other problems…

    https://quotelex.com/product/test-unit/
    https://prnt.sc/ir0b8c

    At the screenshot we observe “Required Area missing”. It appears when we write necessary value in “Required Area (sq m)” position. Everything counts normally, but when we choose value and click “add to cart” we see this error. How can we deal with it?

    And also, we want to change the font of the main text “Table with base in white (GFM71), black (GFM73) or graphite (GFM69) embossed lacquered steel. Top in Canaletto walnut (NC) or burned oak (RB) with central insert in extra clear laminated glass” to the same of “Required Area (sq m)” font.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 14, 2018 at 11:31

    1. Please tell me how it works with default WC theme – Storefront? Or you have the problem only when our theme is activated.
    2.

    .single-product .short-description p {
        color: #313131;
        font-size: 1rem;
    }

    Regards

    Avatar: Infov
    Infov
    Participant
    March 14, 2018 at 11:35

    1. yes, only with your theme
    2. thank you!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 14, 2018 at 11:42

    Please provide temporary wp-admin access in Private Content.

    Regards

    Avatar: Infov
    Infov
    Participant
    March 14, 2018 at 17:42

    Font didn’t change(

    Please, contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    March 14, 2018 at 18:27

    Hello,

    1) you are using the additional plugin to add that calculator. If you want to use that plugin this option should be disabled http://prntscr.com/ir6w8h because that plugin use POST method and does not work with Ajax.
    2) Because you missed . before first class http://prntscr.com/ir6ypy

    Regards

    Avatar: Infov
    Infov
    Participant
    March 15, 2018 at 09:37

    Thank you so much!It works.
    And the last question.

    We decided to change font of the “Required Area (sq m)” and “Product Price” to the same of the main text. You gave us necessary code to change the main text, so now we need code to change other lines the same

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 13:58

    Hello,

    You’re welcome!
    Please change the previous code to this one:

    .single-product .cart label, .single-product .cart .price-table-row td {
        color: #666667;
        font-size: 1.14rem;
    }

    Regards

  • Viewing 12 results - 1 through 12 (of 12 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.