drkskwlkr

iSenseLabs OC 2.x product sort mod

Jul 8th, 2019 (edited)
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.29 KB | None | 0 0
  1. <code><operation>
  2.   <search><![CDATA[$sort = 'pd.name';]]></search>
  3.   <add position="replace"><![CDATA[$sort = 'p.date_added';]]></add>
  4. </operation>
  5. <operation>
  6.   <search><![CDATA[$order = 'ASC';]]></search>
  7.   <add position="replace"><![CDATA[$order = 'DESC';]]></add>
  8. </operation></code>
Add Comment
Please, Sign In to add comment