For anyone who was interested in adding the product sort order through EP here's how I finally did it.
Adding Product Sort Order:
1) Open Admin/easypopulate.php
2) Insert following:
Line 389:
'v_products_sort_order'=> $iii++,
Line 457:
p.products_sort_order as v_products_sort_order,
Line 601:
p.products_sort_order as v_products_sort_order,
Line 1290:
'v_products_sort_order',
Line 1439:
p.products_sort_order as v_products_sort_order,
Line 1848:
sort_order,
Line 1917:
products_sort_order,
Line 1931:
'".zen_db_input($v_products_sort_order)."',
Line 1965:
'", products_sort_order="'.zen_db_input($v_products_sort_order) .
I hope this helps!

Bookmarks