Missing reviews tab and sharing buttons
-
Hi!
I’m using woocommerce 4.0 and my reviews tab is missing from all the single product pages. I have checked and double checked that all admin discussion setting are enabled, as well as the indivdual products- they all have sharing buttons and reviews enabled. I’ve also checked my screen options, reviews are checked.I’ve seen a couple other threads with the same problem, but no fix:/
What would be wrong? I really need my sharing buttons!
Thanks in advance!!
MarianaPS: this is the page: https://wolfrikdesign.com
And this is what my php for that section looks like: (including the product summary and the after-product).<div class="summary entry-summary"> <?php /** * woocommerce_single_product_summary hook * * @hooked woocommerce_template_single_title - 5 * @hooked woocommerce_template_single_rating - 10 * @hooked woocommerce_template_single_price - 10 * @hooked woocommerce_template_single_excerpt - 20 * @hooked woocommerce_template_single_add_to_cart - 30 * @hooked woocommerce_template_single_meta - 40 * @hooked woocommerce_template_single_sharing - 50 */ do_action( 'woocommerce_single_product_summary' ); ?> </div><!-- .summary --> <?php /** * woocommerce_after_single_product_summary hook * * @hooked woocommerce_output_product_data_tabs - 10 * @hooked woocommerce_upsell_display - 15 * @hooked woocommerce_output_related_products - 20 */ do_action( 'woocommerce_after_single_product_summary' ); ?> <meta itemprop="url" content="<?php the_permalink(); ?>" /> </div><!-- #product-<?php the_ID(); ?> --> <?php do_action( 'woocommerce_after_single_product' ); ?>
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Missing reviews tab and sharing buttons’ is closed to new replies.