This commit is contained in:
2025-05-20 14:15:03 -07:00
parent c074a5ef18
commit edcad561a5
179 changed files with 52733 additions and 4704 deletions

13
single-product.php Normal file
View File

@@ -0,0 +1,13 @@
<?php
get_header('shop');
do_action('woocommerce_before_main_content');
while (have_posts()):
the_post();
wc_get_template_part('content', 'single-product');
endwhile;
do_action('woocommerce_after_main_content');
do_action('woocommerce_sidebar');
get_footer('shop');