Woocommerce doesn't show products corectly
-
https://retminopgave.dk/butik/produkter/spansk-12-timer/
As u can see on the link it looks wrong. Also the products on the product page doesn’t show op in a grid list so something is wrong. I saw in another post that i can duplicate page.php rename it woocommerce.php and then substitute the loop so it looks like this: `<?php
get_header(); ?>
<div id=”primary” class=”content-area”>
<main id=”main” class=”site-main” role=”main”><?php woocommerce_content(); ?>
</main><!– #main –>
</div><!– #primary –><?php do_action( ‘storefront_sidebar’ ); ?>
<?php get_footer(); ?>`
- The topic ‘Woocommerce doesn't show products corectly’ is closed to new replies.