How to Revert Description and Title in Archive Product
Go to ../themes/goodstore/ and open file loop-products.php. Add this code on line 6 $cat = array(); if (is_product_category()) { $cat = get_term_by(‘slug’, get_query_var(‘term’), ‘product_cat’); }else if(is_product_tag()) { $cat = get_term ...