Home Forums WoodMart support forum List View – Change order of Brand name and Display Product Short Description

List View – Change order of Brand name and Display Product Short Description

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #615335

    familyecomm-7680
    Participant

    On Shop page when we select the list view the product listing doesn’t show the brand name and the product title in the right sequence. We would like to display brand name on the first row, product title on the second row and so on. Also, we would like to show the product’s short description just like it shows on the default Woodmart theme.

    Please advise.

    Thanks,

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

    Luke Nielsen
    Keymaster

    Hello,

    1. Here is a custom CSS to change the order for the product list – https://take.ms/tn1XJ

    .product-list-item .wd-product-brands-links {
        order: 1;
    }
    
    .product-list-item .wd-entities-title {
        order: 2;
    }
    
    .product-list-item .price {
        order: 3;
    }
    
    .product-list-item .wd-add-btn {
        order: 4;
    }

    2. Navigate to Layouts -> Single product -> use the Short description element in your layout – https://take.ms/LPrGY

    Kind Regards

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