
Product
$1,020.00
Enterprise POS/Logistics Scale, Electronic, 10″ x 10″, 15 lb x .01 lb / 7.5 kg x .005 kg
/* [scm_brand_list tax="pwb-brand" orderby="name" order="ASC" show_count="false" limit="0"] */ add_shortcode('scm_brand_list', function($atts){ $a = shortcode_atts([ 'tax' => 'pwb-brand', // try product_brand or yith_product_brand if needed 'orderby' => 'name', // name|count 'order' => 'ASC', // ASC|DESC 'show_count' => 'false', 'limit' => '0' ], $atts); $terms = get_terms(['taxonomy'=>$a['tax'],'hide_empty'=>false]); if (is_wp_error($terms) || !$terms) return ''; // sort if (strtolower($a['orderby'])==='count') { usort($terms, fn($x,$y)=>intval($x->count)<=>intval($y->count)); } else { usort($terms, fn($x,$y)=>strcasecmp($x->name,$y->name)); } if (strtoupper($a['order'])==='DESC') $terms = array_reverse($terms); if (($lim=intval($a['limit']))>0) $terms = array_slice($terms,0,$lim); $out = '

$1,020.00
Enterprise POS/Logistics Scale, Electronic, 10″ x 10″, 15 lb x .01 lb / 7.5 kg x .005 kg
Reviews
There are no reviews yet.