Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jigoshop Support – Marcin

    (@azrielnefezen)

    Create a ‘jigoshop/shortcode’ directory in your theme’s directory
    Copy
    ‘wp-content/plugins/jigoshop/templates/shotcode/my_account.php’
    and change

    $orders->get_customer_orders(get_current_user_id(), $recent_orders);

    to

    $orders->get_customer_orders(get_current_user_id(), 90);

    Thread Starter embroideryallsorts

    (@embroideryallsorts)

    Thank you for that, I was able to get all of the previous orders to show bu not the downloads associated with them. It is still only showing the last 5 downloads.

    Plugin Author Jigoshop Support – Marcin

    (@azrielnefezen)

    Oh, downloads!
    add_filter('jigoshop_downloadable_products_orders_limit', function(){return 90;});
    to your theme’s functions.php ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Order history only showing last 5 items’ is closed to new replies.