• Resolved securec

    (@securec)


    Hi,

    I am trying to figure out a way to move product reviews for a woo product to another page on the website.

    E.g. I have a product called “Apex Skins” and a actual page on WordPress called “Best Apex game skins”. Now I want all the reviews that are given for the product to be displayed on the page and not on the product.

    How can I do this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @securec

    I am trying to figure out a way to move product reviews for a woo product to another page on the website.

    E.g. I have a product called “Apex Skins” and a actual page on WordPress called “Best Apex game skins”. Now I want all the reviews that are given for the product to be displayed on the page and not on the product. How can I do this?

    From what I understand, you’re looking to move product reviews from a specific product to another page on your website.

    You can make this happen using the Storefront Reviews extension. This handy plugin lets you showcase your reviews in different styles, not just on your homepage, but anywhere on your site with the help of a shortcode.

    Image Link: https://snipboard.io/j1dmS0.jpg

    Here’s a quick guide to get you started:

    1. First, install and activate the Storefront Reviews extension on your WordPress site.
    2. Next, head over to the page where you want your reviews to appear.
    3. On this page, you’ll need to insert the shortcode that comes with the Storefront Reviews extension. It usually looks something like this: [storefront_reviews title="Look at these reviews!" columns="2" number="4" scope="specific-product" product_id="70" layout="style-2" carousel="1" gravatar="1"]. But do check out the extension’s documentation for the exact shortcode and any parameters you can use.
    4. Finally, hit update or publish. Voila! Your reviews should now show up on this page instead of the product page.

    ?? Want to learn more about Storefront Reviews? Click Here

    I hope this helps! Don’t hesitate to reach out if you have more questions or need further help.

    Thread Starter securec

    (@securec)

    Hi There,

    The plugin only allows me to display the reviews on another page, it does not actually “move” the reviews off the product page.

    I do not want the reviews to show on that specific product but rather on the page

    Hi @securec

    The plugin only allows me to display the reviews on another page, it does not actually “move” the reviews off the product page.

    I do not want the reviews to show on that specific product but rather on the page

    I understand you want to move your product reviews from a specific product page to another page on your site, and you do not want the reviews to display on the original product page anymore.

    You’re correct that the Storefront Reviews extension lets you display reviews on another page, but it does not remove the reviews from the original product page. I apologize for any confusion caused.

    To hide the reviews from the product page, you can use custom CSS. Here’s how to do it:

    1. Navigate to Appearance > Customize > Additional CSS in your WordPress dashboard.
    2. In the Additional CSS section, add the following code:  #reviews #comments { display: none; }
    3. Click ‘Publish‘ to save your changes.

    Alternatively, if you want to completely remove the reviews from the product, you can do so from the product settings:

    1. Go to Products > All Products in your WordPress dashboard.
    2. Click ‘Edit‘ for the product you want to remove reviews from.
    3. Scroll down to the ‘Product data‘ box and click on the ‘Advanced‘ tab.
    4. Uncheck the ‘Enable reviews‘ option.
    5. Click ‘Update‘ to save your changes.

    Image Link: https://snipboard.io/BJ1FhT.jpg

    This will completely remove the reviews section for that specific product.

    I hope this helps! If you have any further questions or need additional assistance, please don’t hesitate to ask.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Move Woo product reviews’ is closed to new replies.