{# # Catalog Ordering / Sort Dropdown (Bootstrap 5 Override) # # Renders the product sort-by dropdown as a Bootstrap 5 form-select. # # Expected context: # catalog_orderby_options - Associative array of { value: label } sort options # orderby - Currently selected orderby value # use_label - Whether to display a label (boolean) # # WooCommerce PHP equivalent: loop/orderby.php # # @package WcBootstrap # @since 0.1.0 #}
{% if use_label is defined and use_label %} {% endif %} {{ wc_query_string_form_fields() }}