if ($_POST['action'] == 'pdf'){
printProductPDF();
}
?>
AutoReeler AR18 Series - Windakgroup.com
class="grey-bg" } ?>>
if (is_shop()){
wc_get_template('templates/shop-main-page-content.php');
} elseif (is_product_category()) {
if ( have_posts() ){
wc_get_template('templates/shop-category-page-content.php');
}else{
wc_get_template('templates/shop-no-products.php');
}
}else{
// product page
wc_get_template('templates/shop-product.php');
}
?>
$frontpage_id = get_option('page_on_front');
?>