• Hello,

    This plugin works for archive page, that is because the pagination is already enabled by default in woocommerce.

    There is “ related products “ in a specific product, and it seems that pagination is not enabled by default in woocommerce.

    I want to show 500 products and 20 products per page for “related products”, but only 20 products will show up because of there is no way to load more products because there no pagination, anyway to enable pagination for “related products “ in a specific product page?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello,

    Plugin only replace WooCommerce pagination if products list do not have pagination, then it will be not added.

    Regards,
    Oleg

    Thread Starter alexsina

    (@alexsina)

    Thanks, so, is it possible to enable pagination by any “code snippets” please?

    I know it is out of support for this plugin, but it would be great if you can help.

    Thanks

    Plugin Author RazyRx

    (@razyrx)

    Hello,

    You can try to use WooCommerce products shortcode https://woocommerce.com/document/woocommerce-shortcodes/#section-9
    It has options to display related products and enable pagination.

    Regards,
    Oleg

    Thread Starter alexsina

    (@alexsina)

    do you mean this one please?

    
    

    array(
    ‘limit’ => ’12’,
    ‘columns’ => ‘4’,
    ‘orderby’ => ‘title’
    )`

    `
    Should I input it into code snippets plugin?

    Thanks

    Plugin Author RazyRx

    (@razyrx)

    Hello,

    I mean shortcode [related_products] maybe it work same as [products] and can be displayed with pagination.

    Regards,
    Oleg

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How enable pagination for “related products” in a specific product page?’ is closed to new replies.