eKomi Official WooCommerce Plugin

Description WooCommerce

eKomi Plugin for WooCommerce allows you to integrate your WooCommerce shop easily with the eKomi system. This allows you to collect verified reviews, display the eKomi seal on your website and get your seller ratings on Google. This helps you increase your website's click-through rates, conversion rates and also, if you are running Google AdWord Campaigns, this helps in improving your Quality Score and hence your costs per click.

If you have any questions regarding the plugin, please get in touch! Email us at support@ekomi-group.com, call us on +1 844-356-6487, or fill out our contact form.

  1. Key Features

    • Easy Integration with eKomi.
    • Get Google Seller Ratings.

    • Increase click-through rate by over 17%

    • Increase Conversion RateKey Features.

    • Collect order and product base Reviews.

    • Publish reviews on search engines: Google, Bing, Yahoo!

    • Multilingual and Multishop
    • Manage Reviews: our team of Customer Feedback Managers reviews each and every review for any terms which are not allowed and also put all negative reviews in moderation.

  2. Compatibility

    WordPress 4.x and above with WooCommerce > 2.x.
    The plugin is AFNOR compatible and the minimum version for WordPress is 4.x with WooCommerce 2.x.

  3. Download Plugin



  4. Plugin Installation

    4.1. If you don't have an account with eKomi please register with us from https://store.ekomiapps.de/en/register
    4.2. Installation guides

    1. Plugin Installation (Admin Panel/ Backend)

      1. Download the plugin.
      2. Log in to the shop admin panel/ backend.



      3. Go to Plugins and click on “Add New”



      4. Click on "Upload Plugin".



      5. Click on “Browse” select eKomi integration zip file and click on “Install Now".



      6. After the installation, you’ll see the page looking like the image below:



      7. Make sure WooCommerce is installed and enabled, then click on "Activate Plugin".
      8. After activation, there will be an additional tab in the admin menu “eKomi Integration”.



        • Choose Order Statuses on which you want to send information to eKomi
        • Enter Exclude Products (Enter Product IDs/SKUs(comma separated) which should not be sent to eKomi)
        • Choose the Export method
              - Order Status Change (Will export data when order status is modified to one of the configured order statuses)

              - Every 24 Hours (Cron)  (Will export orders with configured statuses every 24 hours)
        • Select Turnaround Time (Order Completion time in days). The turnaround time is a plugin configuration parameter that tells the plugin to check orders that go back that far into the past that match the chosen order state. E.g. you want to send to ekomi all orders that got the status “Order Completion” within the last 10 days, then you set the turnaround time to 10 days.

          Save the configuration for the specific language shop

        • Insert your Shop Id and Shop Secret
        • Enable / Disable Product Reviews ( if enabled, product attributes will also be sent to eKomi i.e.  product id, name, image, and URL )
        • Select Mode. (for SMS, mobile number format should be according to E164)
        • Select Product Identifier (How do you identify the product?)
        • Select Terms and Conditions to agree or disagree, plugin will export orders only if you are agree with our terms and conditions.
        • Set Status to “Yes” and save the configuration

    2. Plugin Installation (FTP)

      1. Download the plugin.
      2. Unzip the file in a temporary directory.

      3. Upload it to “{site-name}/wp-content/plugins/” directory.
      4. Login to wp Admin panel.
      5. Go to Plugins and find "eKomi Integration".



      6. Follow Step a.vii & a.viii
    3. Display PRC widget

      1. Place the PRC code, provided by the support team, where you want to display the widget as per your desire.

        The widget would look something like this (the picture is just an example):





        Example: Installation on Default Theme (Twenty Seventeen):

        1. Open functions.php
          <root>/wp-content/themes/twentyseventeen/functions.php
        2. Insert the following code snippet:

          add_filter('woocommerce_product_tabs', 'ekomi_prc_hook_tab');
          
          function ekomi_prc_hook_tab($tabs) {
              $prc_p_id = get_the_ID();
              $tabs['ekomi_prc_tab'] = array(
                  'title' => __('ekomi Reviews', 'ekomi-prc'),
                  'priority' => 10,
                  'callback' => 'ekomi_prc_new_product_tab_content'
              );
          
              return $tabs;
          }
          function ekomi_prc_new_product_tab_content() {
              $prc_p_id = get_the_ID();
              echo do_shortcode("[ekomi_prc_widget product_id=" . $prc_p_id . "]");
          }
          
          

    4.3. Plugin installation Videos

    1. Installation Video (Admin Panel / Backend)

    2. Installation Video (FTP)

  5. Plugin Information

    Maintenance status: Minimally maintained
    Development Status: Stable
    Downloads: 53
    Last modified: July 18, 2022

  6. Recommended releases

    VersionDownloadDateChange Logs
    3.2.5zip (28.2 kB)July 18 2022Updated translations
    3.2.4zip (24.6 kB)Jan 13 2022Add core api param
    3.2.3zip (24.5 kB)Aug 04 2021Fixed multilingual issue
    3.2.1zip (25.9 kB)Mar 26, 2021Hide PRC token
    3.2.0zip (25.8 kB)Jan 29, 2021Add Terms and Conditions
    3.1.2zip (25.1 kB)May 19, 2020Add hint text for turn around time

    3.1.1

    zip (25.0 kB)

    Jan 15, 2020 Removed the smart widget code.

    3.1.0

    zip (25.3 kB)

    July 22, 2019Fixed issue with Cron hook

    3.0.2

    zip (25.0 kB)

    July 01, 2019Fixed timestamp issue in order data.

    3.0.1

    zip (25.0 kB)

    March 01, 2019Fixed error with woo-commerce plugin installation