woocommerce/templates/single-product.php

11 lines
264 B
PHP
Raw Normal View History

2011-08-09 15:16:18 +00:00
<?php get_header('shop'); ?>
2011-12-08 14:53:14 +00:00
<?php do_action('woocommerce_before_main_content'); ?>
2011-08-09 15:16:18 +00:00
2012-01-06 14:02:34 +00:00
<?php woocommerce_single_product_content(); ?>
2011-08-09 15:16:18 +00:00
<?php do_action('woocommerce_after_main_content'); ?>
2011-08-09 15:16:18 +00:00
<?php do_action('woocommerce_sidebar'); ?>
2011-08-09 15:16:18 +00:00
<?php get_footer('shop'); ?>