Prodcut short issue and short description issue

This topic has 2 replies, 2 voices, and was last updated 6 years, 10 months ago ago by Olga Barlow

  • Avatar: sudhakar
    sudhakar
    Participant
    June 23, 2017 at 21:21

    i need solution for my three issues

    1) i like to sort product every where by price but not able to due in Xtheme product settings

    2) need to sort the product by price by ASC in related product

    3) need to show short description in shop page and product display page even with grid layout but currently in list layout only shows short description but i like to show product description in grid layout also

    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 27, 2017 at 13:20

    Hello,

    1) Are you talking about our VC element http://prntscr.com/foq0b0 ?
    2) There is no such option in our theme or in WC plugin settings. You may try to change it by additional customization of xstore/woocommerce/single-product/related.php , copy this file into child theme and do the necessary changes.
    3) Add the following code in Theme Options > Styling > Custom CSS

    .products-grid .product-excerpt {
        display: block;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.