• Resolved vibrantcreative

    (@vibrantcreative)


    Hello,

    I have the free version of this plugin (And maybe that’s the issue)

    But I am unable to change the number of products on a page. Currently there is only 6 showing up, and the way its designed – its wasting half the sheet of paper.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @vibrantcreative

    Thank you for contacting us.

    To achieve control over products per page, you can use code as-

    add_filter( 'wpifw_invoice_product_per_page', 'change_product_number' );
    function change_product_number() {
    	return 2;
    }

    This article may assist you to use the code snippet on your website.

    Hello @vibrantcreative

    It’s been a while since I heard from you. Hopefully, your problem has been solved. I’ll mark this as resolved. In the future, if you face any error or looking for some functionality, click “Open a new topic” and describe your issue in detail as much detail as you can. We will be happy to solve your problem anytime.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Assign number of products per invoice?’ is closed to new replies.