Home Forums Basel support forum something important

something important

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #71237

    esthetis
    Participant

    Hi,

    I think that in the shopping cart and checkout it’s really important to have the cart totals displayed on the right and the breadcrumb shopping cart -> checkout -> order completed
    in order to trust the customers

    attached screenshots

    Please let me know if we can customize these 2 important steps

    Kind regards

    Attachments:
    You must be logged in to view attached files.
    #71258

    Hello,

    Unfortunately customizing Woocommerce templates are not covered by our support. Try to search for a plugin with the functionality.

    Best Regards

    #71352

    esthetis
    Participant

    I have attached the woodmart example

    Please let me know the code we can put in the Woocommerce files in order to replicate the same layout

    Attachments:
    You must be logged in to view attached files.
    #71380

    Hello,

    Please add this code to the Theme settings > Custom CSS > Desktop

    .woocommerce-cart-form  {
        width:50%!important;
        float:left;
    }
    .cart-collaterals{
        width:50%!important;
        float:right;
    }
    .cart-collaterals .cart_totals {
        float: right;
        width: 90%;
    }

    Best Regards

    #71550

    esthetis
    Participant

    Hi

    Thank you for the basket. Please let me know how we can add a breadcrumb with the 3 steps very important for the customer navigation cart -> checkout -> order completed

    thank you for understanding

    kind regards
    Pier

    #71604

    Artem Temos
    Keymaster

    Sorry, but there is no such option in our theme and WooCommerce by default. It may require additional code customization but we don’t have an instruction for this. It is out of our theme support scope.

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