$(document).ready(function() {
  $('.standard-products-table tr:odd').addClass('odd');
  $('.standard-products-table tr:even').addClass('even');
});
