Adobe Commerce 2: Setting up Yotpo Reviews Extension 2.4.5-3.3.0

      Adobe Commerce 2: Setting up Yotpo Reviews Extension 2.4.5-3.3.0


        Article Summary

        This guide provides step-by-step instructions to help you set up Yotpo Reviews on stores running Adobe Commerce (previously Magento) 2.4.5-3.3.0.

        Haven't installed the Yotpo extension yet? Check out the installation guide for detailed installation instructions.

        As an Adobe Accelerate Technology Partner, Yotpo helps over 10,000 Adobe Commerce stores increase trust and sales by effectively leveraging user-generated content across the buyer journey.

        What's supported

        Yotpo is compatible with Adobe Commerce 1 & 2, including the latest 2.2.3 version, and is constantly optimizing for the latest updates.

        Tip:
        Learn more about what's supported for Adobe Commerce in Supported Platforms.

        Enabling the Yotpo Module

        1. Click Stores > Configuration.
        2. From the dropdown menu, select Default Store View.

        3. Select Yotpo configuration.
        4. Click here to get your app key and secret key.
        5. Enter your Yotpo App Key and Secret Key in the Setup section. Set Enable Yotpo to Yes, and click Save Config.
        Important:

        If you have multiple store views, Step 5 must be repeated for each store via the Store View menu in the upper left-hand corner.

        Mapping Order Statuses Sent to Yotpo

        Order Statuses are a key element that triggers orders to be sent to Yotpo. You can choose which orders will be sent to Yotpo by customizing the order status:

        1. Log in to your Adobe Commerce Admin page.
        2. Click Stores.
        3. Click Configuration.
        4. Choose the relevant store view.
        5. Click Yotpo.
        6. Click Reviews and Visual Marketing.
        7. Expand the Sync Settings menu and scroll to the Order Sync Statuses section where you can map and customize your order statuses.
        8. Select the relevant order statuses.

        Sync Settings

        The Sync Settings section allows you to configure the initial order sync date, orders sync limit, and order sync statuses.

        Sync SettingsDescription
        Orders Sync From DateThis setting allows you to sync your past orders with Yotpo in order to send Automatic Review Requests.
        By default, this is set to 90 days, but you can choose the desired time frame.
        Orders Sync LimitThe amount of orders to sync per request.
        Order Sync StatusesThe order statuses that will trigger an order export to Yotpo following a purchase.
        Supported order statuses include:
        • Canceled
        • Closed
        • Complete
        • Suspected Fraud
        • On Hold
        • Payment Review
        • PayPal Canceled
        • Reversal
        • PayPal Reversed
        • Pending
        • Pending Payment
        • Processing
        Tip:
        Multiple order statuses can be selected by holding down the Ctrl/Cmd button on your keyboard.

        Manually adding Yotpo's Reviews Widget to Product Pages

        1. Log in to your Adobe Commerce Admin page.
        2. Click Stores.
        3. Click Configuration.
        4. Choose the relevant store view.
        5. Click Yotpo
        6. Click Reviews and Visual Marketing
        7. In your Yotpo Configurations Page, select No in the Show Reviews Widget drop-down list
        8. Add the following code to the desired location of your theme:
        <?= $this->helper('Yotpo\Yotpo\Helper\Data')->showWidget($block) ?>
        Note:
        The location and file names used in the example above are from Adobe Commerce's default theme. If your theme differs or you are unsure of the file's location, it is recommended to temporarily enable Adobe Commerce's Template Path Hints feature and add the code within the product context.
        You can read how to do so by clicking here.

        Manually placing Star Ratings on Category Pages

        The Yotpo star rating presents an aggregated star rating of your products in your product pages and category pages.

        You can install the Yotpo star rating in two different pages:

        1. Log in to your Adobe Commerce Admin page.
        2. Click Stores.
        3. Click Configuration.
        4. Choose the relevant store view.
        5. Click Yotpo.
        6. Click Reviews and Visual Marketing.
        7. In your Yotpo Configurations Page, select No in the Show Star Rating on category pages dropdown list.
        8. Add the following code to the desired location of your theme:
        <?= $this->helper('Yotpo\Yotpo\Helper\Data')->showBottomline($block,
        $_product) ?>
        Please note:
        The location and file names used in the example above are from Adobe Commerce's default theme. If your theme differs or you are unsure of the file's location, it is recommended to temporarily enable Adobe Commerce's Template Path Hints feature. You can read how to do so by clicking here

        Was this article helpful?