Question: Can We Set Default Product View Grid To 3 Columns

Can We Set Default Product View Grid To 3 Columns

Hello support, I think the product view grid if showing in 3 columns is better. so how can I change that? thanks

PV

Prom Vongchann

Asked

Hello support,

I think the product view grid if showing in 3 columns is better. so how can I change that?

thanks

  • MS

    Mian Saleem

    Answered

    Hello,

    There is no option by settings, but you can add manage it by adding the following to assets/custom/shop.js

    <script>
    $(document).ready(function() {
        $('#grid-menu .three-col').click();
    });
    </script>
    

    Thank you

  • PV

    Prom Vongchann

    Answered

    Mian Saleem Thank you

    It works.

    I have one more question. on the side bar (Feature) it seems the title and the image thumbnail is not fit ( please see my attachment)

    thank you

  • MS

    Mian Saleem

    Answered

    Hello,

    I didn’t understand. The image looks okay. If you need to modify the side bar file is themes/default/shop/views/pages/sidebar1.php

    Thank you

  • PV

    Prom Vongchann

    Answered

    Okay,

    let me try that out

  • Login to Reply