Shopify / liquid

Liquid markup language. Safe, customer facing template language for flexible web apps.

Home Page:https://shopify.github.io/liquid/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sort orders by 'created_at' in paginate?

luantran1311 opened this issue · comments

Hi guys

I have this liquid object that show customer orders, however they are not sorted by 'created_at' attribute.
{%- paginate customer.orders by 16 -%}

How can I sort them?