Home Forums WoodMart support forum off canvas cart filling order

off canvas cart filling order

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

    Goldenlion
    Participant

    Hi,
    First..what a wonderful them you’ve made!
    Is it possible to change the filling order of the off canvas cart? (add to cart slide)
    Now the newest is put under the one that was purchased before, but after 4 different products, you don’t see the difference.
    When you see the newest on top, the customer sees that it’s been placed in the cart.

    (We now use Magento but we are planning to change to WooCommerce with your theme. We sell food products, so a customer buys a lot of different products at the same time. With our current theme in Magento it works just like I described it)
    Thanks for your reply!

    Best regards,
    Dennis

    #33406

    Artem Temos
    Keymaster

    Hello,

    We are glad to know that you considered using WoodMart for your web-site. I hope you will be happy with it.

    You reverse their order easily putting the following CSS code to the custom CSS area in Theme Settings

    .widget_shopping_cart .product_list_widget {
            display: flex;
            flex-direction: column-reverse;
    }
    
    .cart-widget-side .widget_shopping_cart .mini_cart_item {
            border-bottom: 1px solid rgba(129,129,129,.2);
    }

    Kind Regards
    Xtemos

    #33412

    Goldenlion
    Participant

    Great! It works…of course 😉

    #33416

    Artem Temos
    Keymaster

    Great, you are welcome!

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