Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1120354

    Hi
    I added the regular and wholesale prices to the cart and checkout pages because my client wanted this.

    I’m having difficulty finding the exact CSS elements to have these prices display exactly like I do in the shop and single product pages.

    I’m working with this on my staging server for now. I have provide a wholesale customer test account login credentials (in the private area) and the links to the cart and checkout pages as well as links to a product shop category page and single product page examples.

    Can you help me find the correct CSS elements that I need to change for the cart and checkout paes so they displays the same as on the shop and single product pages?

    Much appreciated.
    Lyse

    #1120532

    Hey tremblayly,
    Sorry, I took a look at your pages but I’m not sure what is different, please explain a little more.

    Best regards,
    Mike

    #1120565
    #1120838

    Hi,

    This should change the style of the wholesale price in the checkout page.

    .wholesale_price_title, .wholesale_price_container {
        text-decoration: none;
        font-size:15px;
        line-height:24px;
        font-weight:600;
        color :#a9905a;
    } 

    Unfortunately, we can’t style the text in the cart page and in the price total column because the regular price and the wholesale price is in the same container.

    Best regards,
    Ismael

    #1120941

    Hi Ismael,

    So I changed the checkout to be the same as the cart with the following:
    /* adjust cart order table pricing to like checkout order table pricing */
    .wholesale_price_title, .wholesale_price_container ins {
    text-decoration: none;
    font-size:13px!important;
    line-height:24px;
    font-weight:normal!important;
    }
    #top del, #top ins {
    font-size: 13px!important;
    font-weight:normal!important;
    color: #000!important;
    }

    All is good now.
    Thank you so much for your great help!
    Lyse

    #1121076

    Hi,
    Glad Ismael could help, shall we close this then?

    Best regards,
    Mike

    #1121219

    Hi Mike,

    I’ve applied the CSS styling to my live site, but it’s not working even after I cleared my local and server cache and also on different PCs and I flushdns.
    Any insight from your end?

    Thanks
    Lyse

    #1121313

    Hi,

    Did you add the code to the very top of quick css so it runs first? Do this and clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1121337

    Hi Jordan,

    All is good now. Thank you.
    You can close this ticket.
    Lyse

    #1121455

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Cart & Checkout pages display’ is closed to new replies.