I tried using official themes and change
{% paginate customer.orders by 20 %} to {% paginate customer.orders by 5 %}
and still, the pagination nav wont appear.
The link works though ( account?page=2)
Is this a bug or something
I tried using official themes and change
{% paginate customer.orders by 20 %} to {% paginate customer.orders by 5 %}
and still, the pagination nav wont appear.
The link works though ( account?page=2)
Is this a bug or something
Hi! Its can happen if you create your order by Bogus payment. Check related: https://community.shopify.com/c/shopify-design/orders-pagination-is-not-working-in-account-page-liquid/td-p/506937
Thank you for the reply
Ill do some hard coding then to help me visualize the pagination nav and replace them after I’m done.