Your account expired support, please renew to get your support.

HomePage Forums Themes Support Technogy – Electronics Store WooCommerce Theme How to set shop layout to listing by default?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19827
    Wavuni
    Support Expired

    Hello, I would like to know how to set default layout to list

    #19832

    Hi you,

    Please copy this code and add into file functions.php ( child-theme):

    if(is_shop() || is_product_category()){
        if(!isset($_GET['layout'])){
            $_GET['layout'] = 'list';
        }
    }

    If you need to help, please send Admin web account for me.

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

You must be logged in to reply to this topic.