What are you seeing when this code runs - are you seeing any pagination elements appearing at all, and are you still seeing the orders appear? According to our docs, the paginate tag does work with customer.orders so you should be able to get default pagination working with these orders.
there is no pagination elements appearing at all, I just can only see 5 orders per 7 in total. I have found that ‘paginate customer.orders by 5’ in this paginate object: paginate.pages = 1 although the customer.orders over than 5
I’m having the same problem as EddieBui and modeled my code after the example from Dawn that you linked to. In my case, paginate.parts.size is 0. The default_pagination liquid tag also outputs nothing.
If I do {{ paginate | json }}, I get the following:
Hi, I agree with this, maybe the paginate does not count the test orders or the test bogus/test card payment. I have the same question how can we test the pagination with orders before we push it to the current storefront