You can also add the following code to your functions.php file in order to remove the effect of option “Number of Posts displayed on Archive pages” of the elegant theme on “Products per page” setting of this plugin:
remove_action( 'pre_get_posts', 'et_custom_posts_per_page' );