Product is not showing
-
I’m new to WooCommerce, and I’m trying to get the single Product showing, it’s not working..
in the “single.php” I’ve the following code to check if its an WooCommerce Post or an Blog Post:
<?php if( $postType == 'post'): ?> Seems to be a blogpost Title: <?php the_title(); ?> <?php else: ?> Seems to be from WooCommerce</br> Title: <?php the_title(); ?> Content: <?php the_content(); ?> <?php woocoomerce_content(); ?> <?php echo do_shortcode('[woocommerce_cart]'); ?> <?php endif; ?>
`
I try different stuff but was until now not successfully.
So when I Click on the News Post (at the Bottom.. bellow: “NEUIGKEITEN”) then its loading.. just did put title without format to test.
When I Click on an Product from the Showing Products directly bellow “testing woocoomerce” then it is loading the single.php too. and showing the text about this is woocommerce, but not the content of the product…
any ideas?
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Product is not showing’ is closed to new replies.