Skip to content

Instantly share code, notes, and snippets.

@ringvold
ringvold / foxyshop-single-product
Created September 20, 2011 21:07
No product when updrading to foxyshop 3.3
<?php get_header(); ?>
<?php get_template_part( 'product', 'sidebar' ); ?>
<?php
//Hide page content if plugin is disabled
if (function_exists('foxyshop_insert_foxycart_files')) {
?>
<div id="foxyshop_container">
<div id="product">
<?php
foxyshop_include('header');