<?php /** * The Template for displaying all single products * * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php. * * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer). * will need to copy the new files to your theme to maintain compatibility. We try to do this. * as little as possible, but it does happen. When this occurs the version of the template file will. * be bumped and the readme will list any important changes. * * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } get_header( 'shop' ); /** * thim_wrapper_loop_start hook * * @hooked thim_wrapper_loop_end - 1 * @hooked thim_wapper_page_title - 5 * @hooked thim_wrapper_loop_start - 30 */ do_action( 'thim_wrapper_loop_start' ); ?> <?php /** * woocommerce_before_main_content hook * * @hooked woocommerce_output_content_wrapper - 10 (outputs opening divs for the content) * @hooked woocommerce_breadcrumb - 20 */ do_action( 'woocommerce_before_main_content' ); ?> <?php while ( have_posts() ) : the_post(); ?> <?php wc_get_template_part( 'content', 'single-product' ); ?> <?php endwhile; ?> <?php /** * woocommerce_after_main_content hook * * @hooked woocommerce_output_content_wrapper_end - 10 (outputs closing divs for the content) */ do_action( 'woocommerce_after_main_content' ); ?> <?php /** * woocommerce_sidebar hook * * @hooked woocommerce_get_sidebar - 10 */ //do_action( 'woocommerce_sidebar' ); /** * thim_wrapper_loop_end hook * * @hooked thim_wrapper_loop_end - 10 * @hooked thim_wrapper_div_close - 30 */ do_action( 'thim_wrapper_loop_end' ); get_footer( 'shop' );
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
cart | Folder | 0755 |
|
|
global | Folder | 0755 |
|
|
loop | Folder | 0755 |
|
|
myaccount | Folder | 0755 |
|
|
single-product | Folder | 0755 |
|
|
widgets | Folder | 0755 |
|
|
archive-product.php | File | 4.26 KB | 0644 |
|
content-product.php | File | 3.43 KB | 0644 |
|
content-product_cat.php | File | 2.76 KB | 0644 |
|
content-single-product-lightbox.php | File | 2.86 KB | 0644 |
|
content-single-product.php | File | 2.56 KB | 0644 |
|
content-widget-product.php | File | 3.29 KB | 0644 |
|
single-product.php | File | 1.81 KB | 0644 |
|
woocommerce.php | File | 6.26 KB | 0644 |
|