sale-flash.php000066600000001676152141044530007311 0ustar00 is_on_sale() ) : ?> ' . __( 'Sale!', 'woocommerce' ) . '', $post, $product ); ?> orderby.php000066600000002750152141044530006732 0ustar00
$val ) { if ( 'orderby' === $key || 'submit' === $key ) { continue; } if ( is_array( $val ) ) { foreach( $val as $innerVal ) { echo ''; } } else { echo ''; } } ?>
add-to-cart.php000066600000002202152141044530007353 0ustar00%s', esc_url( $product->add_to_cart_url() ), esc_attr( isset( $quantity ) ? $quantity : 1 ), esc_attr( $product->id ), esc_attr( $product->get_sku() ), esc_attr( isset( $class ) ? $class : 'button' ), esc_html( $product->add_to_cart_text() ) ), $product ); no-products-found.php000066600000001573152141044530010654 0ustar00

loop-end.php000066600000001220152141044530006770 0ustar00 price.php000066600000001535152141044530006366 0ustar00 get_price_html() ) : ?> rating.php000066600000001622152141044530006545 0ustar00 get_rating_html() ) : ?> result-count.php000066600000002740152141044530007727 0ustar00

get( 'paged' ) ); $per_page = $wp_query->get( 'posts_per_page' ); $total = $wp_query->found_posts; $first = ( $per_page * $paged ) - $per_page + 1; $last = min( $total, $wp_query->get( 'posts_per_page' ) * $paged ); if ( $total <= $per_page || -1 === $per_page ) { printf( _n( 'Showing the single result', 'Showing all %d results', $total, 'woocommerce' ), $total ); } else { printf( _nx( 'Showing the single result', 'Showing %1$d–%2$d of %3$d results', $total, '%1$d = first, %2$d = last, %3$d = total', 'woocommerce' ), $first, $last, $total ); } ?>

pagination.php000066600000002601152141044530007410 0ustar00max_num_pages <= 1 ) { return; } ?> loop-start.php000066600000001244152141044530007365 0ustar00