fix orderby attribute

HI, please add option for orderby in varation product

Example:

betheme/functions/theme-woocommerce.php

line: 591

$atr = wc_get_product_terms( $product->get_id(), $atr['name'], array( 'fields' => 'names', 'orderby' => 'term_order' ));

😎

regards

Comments

Sign In or Register to comment.