Replies: 0
My woocomerce raport
https://drive.google.com/file/d/0B616LOGSVpXiVUNmSjVlS0hSbzA/view?usp=sharing
my page
e-wtp.pl Magazine Plus theme
Hi gays
I have a problem with my theme. it won’t work properly with woocommerce plug-in.
I assume it’s causing by this theme which don’t support woocommerce plug in. So i use some guidelines in link below to make it work. Now i have problem with my products. They won’t appear in my page. Please help. I would be very grateful for help
I think I could wrong replace the loop…
‘
Replace the loop
Next you need to find the loop (see The_Loop). The loop usually starts with a:
<?php if ( have_posts() ) :
and usually ends with:
<?php endif; ?>
‘
In my page.php ( after change – woocommerce.php) was difrend values.
In the end my changed part of woocommerce.php looks like this )
‘
<?php while ( have_posts() ) : the_post(); ?>
<?php if ( is_front_page() ) : ?>
<?php woocommerce_content(); ?>
<?php endif; ?>
<?php endwhile; // End of the loop. ?>
‘