Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
home
/
getwphos
/
www
/
alliedchimneyny
/
wp-content
/
themes
/
buildgo
/
woocommerce
/
File Content:
archive-product.php
<?php defined('ABSPATH') || exit; get_header('shop'); get_template_part('template-parts/default-options/' . 'breadcrumb'); do_action('woocommerce_before_main_content'); ?> <div class="product-archive section-padding"> <div class="container"> <div class="row"> <div class="col-lg-12"> <?php if (woocommerce_product_loop()) { ?> <div class="row al-center mb-50"> <div class="col-xl-7 col-lg-6 col-sm-6"> <div class="product__top-result"> <?php /** * Hook: woocommerce_before_shop_loop. * * @hooked woocommerce_output_all_notices - 10 * @hooked woocommerce_result_count - 20 * @hooked woocommerce_catalog_ordering - 30 */ do_action('woocommerce_before_shop_loop'); ?> </div> </div> <div class="col-xl-5 col-lg-6 col-sm-6"> <div class="product__top-select"> <?php woocommerce_catalog_ordering(); ?> </div> </div> </div> <?php woocommerce_product_loop_start(); if (wc_get_loop_prop('total')) { while (have_posts()) { the_post(); echo '<div class="col">'; do_action('woocommerce_shop_loop'); wc_get_template_part('content', 'product'); echo '</div>'; } } woocommerce_product_loop_end(); do_action('woocommerce_after_shop_loop'); } else { do_action('woocommerce_no_products_found'); } ?> </div> </div> </div> </div> <?php do_action('woocommerce_after_main_content'); get_footer('shop');
Submit
FILE
FOLDER
Name
Size
Permission
Action
loop
---
0755
single-product
---
0755
archive-product.php
2462 bytes
0644
content-product.php
1275 bytes
0644
single-product.php
667 bytes
0644
N4ST4R_ID | Naxtarrr