Custom sorting function for price comparison between two product rows. Compares the USD prices of products and returns a sort order value.
Returns 1 if rowA -gt rowB, -1 if rowA -lt rowB, 0 if equal
Custom sorting function for price comparison between two product rows. Compares the USD prices of products and returns a sort order value.