templates/content-product.php 0000666 00000003605 15213303202 0012402 0 ustar 00 is_visible() ) {
return;
}
?>
>
templates/content-widget-product.php 0000666 00000002230 15213303202 0013654 0 ustar 00
get_image(); ?>
get_title(); ?>
get_rating_html(); ?>
get_price_html(); ?>
templates/loop/sale-flash.php 0000666 00000001676 15213303202 0012250 0 ustar 00
is_on_sale() ) : ?>
' . __( 'Sale!', 'woocommerce' ) . '', $post, $product ); ?>
templates/loop/orderby.php 0000666 00000002750 15213303202 0011671 0 ustar 00
templates/loop/add-to-cart.php 0000666 00000002202 15213303202 0012312 0 ustar 00 %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 );
templates/loop/no-products-found.php 0000666 00000001573 15213303202 0013613 0 ustar 00
templates/loop/loop-end.php 0000666 00000001220 15213303202 0011727 0 ustar 00
templates/loop/price.php 0000666 00000001535 15213303202 0011325 0 ustar 00
get_price_html() ) : ?>
templates/loop/rating.php 0000666 00000001622 15213303202 0011504 0 ustar 00
get_rating_html() ) : ?>
templates/loop/result-count.php 0000666 00000002740 15213303202 0012666 0 ustar 00
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 );
}
?>
templates/loop/pagination.php 0000666 00000002601 15213303202 0012347 0 ustar 00 max_num_pages <= 1 ) {
return;
}
?>
templates/loop/loop-start.php 0000666 00000001244 15213303202 0012324 0 ustar 00
templates/auth/form-login.php 0000666 00000004121 15213303202 0012256 0 ustar 00
', '' ); ?>
templates/auth/footer.php 0000666 00000001307 15213303202 0011506 0 ustar 00