[Resolved] Alternative woocommerce cart layout

Home Forums Support [Resolved] Alternative woocommerce cart layout

Home Forums Support Alternative woocommerce cart layout

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #552268
    Kim

    Hi,

    would it be possible to achieve a cart layout like in the screenshot (cart totals next to the product listing)? I think it looks much clearer and the “proceed to cart”-button stays above the fold.

    https://www.dropbox.com/s/42mag3exbtl3le1/cart%20layout.png?dl=0

    Many thanks!
    Maike

    #552810
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You could try something like this, as long as the sidebar layout is set to No Sidebars:

    .woocommerce-cart .woocommerce {
        display: flex;
    }
    
    .woocommerce-cart table.shop_table {
        width: auto !important;
    }
    
    .woocommerce .cart-collaterals .cart_totals, 
    .woocommerce-page .cart-collaterals .cart_totals {
        float: none;
        width: auto;
        padding-left: 50px;
    }

    If you need to support old browsers, you may need to run it through this tool: https://autoprefixer.github.io/

    #553047
    Kim

    Awesome 🙂 Many thanks!

    #553112
    Tom
    Lead Developer
    Lead Developer

    No problem 🙂

    #1528904
    Raul

    Hi Tom and team,

    I would like to use this option for my cart, but I can’t make it work when messages are displayed.
    How it looks:
    https://www.dropbox.com/s/1pcyyv7z0ry4of1/Screen%20Shot%202020-11-12%20at%203.25.58%20PM.png?dl=0

    How it should look:
    https://www.dropbox.com/s/saepstwgjhi4wkm/Screen%20Shot%202020-11-12%20at%203.26.05%20PM.png?dl=0

    Do you have any suggestion to fix it?

    Thanks!

    #1528955
    Elvin
    Staff
    Customer Support

    Hi Raul,

    As this topic is resolved for the topic starter, can you open a new topic? So you could use the Private information text field if in case we need to ask for site details. 🙂

    We’ll make sure to address your concern on it.

    #1528966
    Raul

    Got it!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.