Cart Content

Hi,

i would like to put my cart content beside my catalog page, so customer able to view what is the product has been added straight away, no need click cart icon.

may i know how to list out the cart?

original cart is hiding, only show when click on the icon.

Thank You

You can add the following code to the CSS section of the theme editor:

.top-cart-content .ty-dropdown-box__content {
    display: block !important;
}