Skip to content

Commit

Permalink
Module init
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin-Magmodules committed Oct 10, 2023
0 parents commit c5c9476
Show file tree
Hide file tree
Showing 14 changed files with 1,918 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.idea/
*.zip
.DS_Store
103 changes: 103 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@

![magento-google-hyva](https://github.com/magmodules/magento2-googlereviews-hyva-dev/assets/24823946/7db96cbc-bd57-49d4-819e-720a5d58eb73)



# Google reviews Hyvä Compatibility plugin


The Google Review plugin for Magento, compatible with the Hyvä theme, is a powerful integration that seamlessly connects the popular platform, Google, with Magento. This plugin offers extensive functionality to enhance your online store's reputation management and customer feedback process while ensuring smooth compatibility with the Hyvä theme.


The Google Review Hyvä Compatibility plugin for the Magento Hyva theme has the following requirements:
- [Magento 2.4.+](https://github.com/magento/magento2)
- [Hyvä](https://github.com/hyva-themes)
- [Magmodules Google Reviews](https://www.magmodules.eu/magento2-google-reviews.html)

<img width="892" alt="magento-google-reviews" src="https://github.com/magmodules/magento2-googlereviews-hyva-dev/assets/24823946/12fc4545-dde5-4971-9130-6825a7e07998">


## About the Google Review Plugin

With the Google Review plugin, you can effortlessly integrate the review system into your Magento store, even if you are using the Hyva theme. This plugin ensures a smooth and seamless user experience, preserving the aesthetic and functionality of the Hyva theme while incorporating the Google Review system.

By utilizing this plugin, you can effectively collect and showcase customer reviews, ratings, and testimonials on your Magento website. It empowers you to display social proof, build trust with potential customers, and enhance your brand reputation. The integration allows customers to submit reviews, while also providing you with the necessary tools to moderate and manage the reviews within your Magento admin panel.

Moreover, the Google Review plugin offers advanced features such as automatic review requests, email notifications, customizable review widgets, and rich snippet integration for search engine optimization (SEO) benefits. These features enable you to actively engage with customers, gather valuable feedback, and enhance the overall shopping experience on your Magento store.

Overall, the Google Review plugin for Magento, with its seamless compatibility with the Magento Hyva theme, provides an excellent solution for integrating the Google Review platform into your online store. It helps you leverage customer reviews to boost credibility, enhance customer trust, and drive conversions.
## Installation

1. Install the module using composer:

```bash
composer require magmodules/magento2-shopreview-hyva
```

2. Enable the module:

```bash
bin/magento module:enable Magmodules_HyvaShopreview
```

3. Upgrade the database:

```bash
bin/magento setup:upgrade
```

4. Let Hyvä know about the new module:

```bash
php bin/magento hyva:config:generate
```

5. Generate the CSS files:

```bash
npm --prefix vendor/hyva-themes/magento2-default-theme/web/tailwind/ run ci
npm --prefix vendor/hyva-themes/magento2-default-theme/web/tailwind/ run build-prod
```

Or from your theme:

```bash
npm --prefix app/design/frontend/<Vendor>/<Theme>/web/tailwind run ci
npm --prefix app/design/frontend/<Vendor>/<Theme>/web/tailwind run build-prod
```

## Google Reviews Magento plugin features

- Seamless integration with Google
- Review collection automation
- Customizable review widgets
- Fully integrated in your Magento store

## Magento Support

If you have any questions, please fill out our secure contact form by clicking [here](https://www.magmodules.eu/support-form.html).

## Magmodules & Hyva

Magmodules and Hyva have established a strong partnership, working closely together to provide enhanced e-commerce solutions. As an official Hyva partner, we specializes in developing integrations for various platforms and services.

We have created integrations for well-known providers such as Mollie, Sooqr, Paazl, and many more. This collaboration ensures seamless compatibility and optimized performance for online stores utilizing the Hyva theme. Through our partnership, Magmodules and Hyva strive to deliver comprehensive and tailored solutions to meet the diverse needs of e-commerce businesses.






## Checkout our other Hyva Plugins!

[- Magento 2 Hyvä Shopreview](#)

[- Magento 2 Hyvä Product Review Reminder](#)

[- Magento 2 Hyvä Mollie React Checkout](#)

[- Magento 2 Hyvä Checkout](#)

[- Magento 2 Hyvä Mollie React Checkout](#)

[- Magento 2 Hyvä Paazl](#)
22 changes: 22 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "magmodules/magento2-hyva-googlereviews",
"description": "Hyvä Themes Compatibility module for Magmodules GoogleReviewsSR",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"require": {
"magento/framework": "*",
"hyva-themes/magento2-compat-module-fallback": "*",
"magmodules/magento2-googlereviews": "*"
},
"autoload": {
"files": [
"src/registration.php"
],
"psr-4": {
"Magmodules\\HyvaGoogleReviewsSR\\": "src/"
}
}
}
14 changes: 14 additions & 0 deletions src/etc/frontend/di.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
<type name="Hyva\CompatModuleFallback\Model\CompatModuleRegistry">
<arguments>
<argument name="compatModules" xsi:type="array">
<item name="magmodules-magento2-hyva-googlereviews" xsi:type="array">
<item name="original_module" xsi:type="string">Magmodules_GoogleReviewsSR</item>
<item name="compat_module" xsi:type="string">Magmodules_HyvaGoogleReviewsSR</item>
</item>
</argument>
</arguments>
</type>
</config>
9 changes: 9 additions & 0 deletions src/etc/module.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" ?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Magmodules_HyvaGoogleReviewsSR">
<sequence>
<module name="Magmodules_GoogleReviewsSR"/>
<module name="Hyva_CompatModuleFallback"/>
</sequence>
</module>
</config>
4 changes: 4 additions & 0 deletions src/registration.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php
use Magento\Framework\Component\ComponentRegistrar;

ComponentRegistrar::register(ComponentRegistrar::MODULE, 'Magmodules_HyvaGoogleReviewsSR', __DIR__);
17 changes: 17 additions & 0 deletions src/view/frontend/layout/hyva_googlereviews_sr_review_index.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © Magmodules.eu. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>

<referenceBlock name="ts.reviews">
<block name="loading" template="Hyva_Theme::ui/loading.phtml"/>
</referenceBlock>

</body>
</page>
Loading

0 comments on commit c5c9476

Please sign in to comment.