Quantcast
Channel: WordPress.org Forums » [WooCommerce] Support
Viewing all articles
Browse latest Browse all 104029

Myrick75 on "[Plugin: WooCommerce - excelling eCommerce] Udesign and Woocommerce integration issues"

$
0
0

I am seeing the same problem that bear101 described earlier.
Here is my page http://fairoaksrattlers.net/shop/

Here is my woocommerece.php page

[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]

<?php
/**
 * @package WordPress
 * @subpackage U-Design
 */

get_header();

$content_position = ( $udesign_options['pages_sidebar'] == 'left' ) ? 'grid_16 push_8' : 'grid_16';
?>

<div id="content-container" class="container_24">
    <div id="main-content" class="<?php echo $content_position; ?>">
	<div class="main-content-padding">
<?php       do_action('udesign_above_page_content'); ?>

<div class="woocommerce">
<?php woocommerce_content(); ?>
</div>
	    <div class="clear"></div>
<?php	    edit_post_link(esc_html__('Edit this entry.', 'udesign'), '<p class="editLink">', '</p>'); ?>
	</div><!-- end main-content-padding -->
    </div><!-- end main-content -->

<?php get_sidebar(); ?>
</div><!-- end content-container -->

<div class="clear"></div>

<?php

Viewing all articles
Browse latest Browse all 104029

Trending Articles