Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description Magento1

eKomi Module for Magento allows you to integrate your Magento 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.

...

  1. Key Features

    • Collect order and/or product base Reviews
    • Supports Simple, Configurable, Grouped and Bundle products
    • Publish reviews on search engines: Google, Bing, Yahoo!
    • Easy Integration with eKomi.
    • Get Google Seller Ratings.
    • Increase the Click-through Rate by over 17%
    • Increase Conversion Rate
    • 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.
    • Product total reviews
    • Product average reviews (star rating)
    • List of reviews with pagination and sorting options
    • Rating schema for google structured data
    • The parent/child products review display
    • Multilingual


  2. Compatibility

    Magento 1.6.x to 1.9.x.x (tested)
    On EE edition it is not tested but it should work on EE 1.1x
    Support Php version 5.4 and higher

  3. Download Module

    Download from Magento Marketplace

    1. Download zip file

       

      View file
      nameEkomi_Integration-3.2.1.zip
      height250


  4. Module 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. Module Installation (

      magento connect)Log in to Magento Admin Panel.
      Image Removed
      Navigate to Magento connect from System Magento Connect
      Image Removed
    2. Copy extension key or Download the Module from the MarketPlace and install.

    3. Navigate to System Cache Management and Refresh/Clear the Cache.
    4. Navigate to System Configuration eKomi Integration and you’ll see the newly installed module.
      Image Removed

    5. Module Installation (FTP)

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

      3. Upload it to Magento root directory using FTP/SFTP.
      4. Log in to Admin Panel.
        Image Added

      5. Navigate to System Cache Management and Refresh/Clear the Cache.
      6. Navigate to System Configuration eKomi Integration and you’ll see the newly installed module.


    6. Configuration
      1. Navigate to System Configuration and click on Ekomi Integration in the left panel

      2. Configure Ekomi Integration


        • Enabled: Set to Yes.
        • Shop ID: Enter the Shop ID provided by eKomi.
        • Shop Password: Enter the Shop Password/Secret provided by eKomi.
        • Product Base Reviews: If enabled, product attributes will also be sent to eKomi
            • i.e.  Product ID, SKU, Name, Type, Image, and URL
        • Order Status: Choose Order Statuses on which you want to export order data to eKomi.
        • Review Mode: for SMS, the mobile number format should be according to E164.
        • Turnaround Time: Number of days it takes to complete an order. (from the creation date to the date when the order is set to Complete or Status configured above)
        • Export Method: When do you want to export the orders to eKomi?
        • Product Identifier: The attribute you want to use as the identifier in the eKomi system.
        • Exclude Products: Comma-separated product IDs/SKUs which should be excluded.
        • Save the configuration

      Note 1: The Module will only be enabled if shop credentials are valid.
      Note 2Please contact support@ekomi.de if you want an opt-in function.


    7. Configure Ekomi Product Review Container

      • Show the PRC Widget: Set to Yes.
      • Widget Token: Enter the Widget Token provided by eKomi.

      Note: Ekomi The eKomi Integration module should be enabled in order to display PRC.

    8. Display Product Review Container:

      1. Show PRC (Admin Panel / Backend)

        1. Navigate to CMS ⇾ Widgets ⇾ Add New Widget Instance

          • Type: eKomi Product Review Container
          • Design Package/Theme: Current Theme
          • Press Continue

        2. Configure Frontend Properties



          • Enter Widget Instance Title, Assign desired store views and set the sort order.
        3. Click on Add Layout Update.

          • Display On: Select the product page where you want to display the widget.
          • Select the Block in which you want to display the widget.

        4. Save the Widget Instance and the PRC will be displayed on the Store Front.


      2. Show PRC Programmatically

        1. Open the template in edit mode. Product Template pathapp/design/frontend/{Current-Package}/{Current-Theme}/template/catalog/product/view.phtml
        2. Insert the following shortcode in the product page template where you want to display the widget.

          Code Block
          <?php echo $this->getLayout()
             ->createBlock('ekomi_ekomiIntegration/PRC')
             ->setTemplate('ekomi/ekomi_sw_prc.phtml')
             ->toHtml();
          ?>


      Will display as:



  5. Module Information

    • Maintenance status: Minimally maintained
    • Development status: Stable
    • Downloads: 500+
    • Last modified: 6 December 2019


  6. Recommended releases

    VersionDownloadDate
    3.2.1zip (24.4 kB)6 December 2019
    3.2.0zip (27.0 kB)16 September 2019
    3.1.2zip (26.9 KB)11 September 2019

    3.0.0

    zip (23.1 kB)

    25 October 2018


...