Support » Theme: StoreVilla » Aumentar produtos loja Storevilla

  • Resolved brunocandeias

    (@brunocandeias)


    Por favor, preciso de uma orientação.

    Como faço para aumentar a quantidade de produtos na página loja? No momento aparecem 3 colunas com 4 produtos.

    Como aumentar a quantidade de colunas?

    Obrigado!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hhi there,

    Thank you for writing in,

    The product number is set in the function so that it displays only 12 products not column-wise. If you want to display more products on your shop page then please access the site folder via CPanel or FTP then go to wp-content>> themes>> storevilla>> inc>> extras.php: Go to the line number 775 to 780 you will find following codes.

    $column = get_theme_mod('storevilla_woocommerce_display_product_number','12');
    add_filter( 'loop_shop_per_page','accesspress_loop_shop_per_page', 20 );
    
    function accesspress_loop_shop_per_page($cols) {
        return 12;
    }  

    Now you just need to change the value or return 12 product to how many products you want to display on your shop page.

    Thank you!!

    Thread Starter brunocandeias

    (@brunocandeias)

    Olá Benjamin,

    Muito obrigado pela informação, deu certo! Ficou bem melhor.

    Tenha um ótimo dia.

    Abraços!

    HI there,

    Thank you for writing in,

    Could you please do me a favor?
    Please provide us some ratings and the review for our product so that many of the people know about us.

    Thank you!!

    Thread Starter brunocandeias

    (@brunocandeias)

    Olá Benjamin,

    Como eu faço isso?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Aumentar produtos loja Storevilla’ is closed to new replies.