I have separate post type archive and taxonomy archive page. eg. archive-product.php and taxonomy-price.php.
So when i goto example.com/product/?price=100 it redirect to example.com/price/100 and using the taxonomy-price.php to display the posts.
It seem the wp take the priority of taxonomy to display to posts.
So what I want is using the archive-product.php to display the posts,how can I do this?