Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update screenshots
  • Loading branch information
mageprince committed Mar 11, 2024
1 parent c3cfbec commit 00c123f
Showing 1 changed file with 29 additions and 37 deletions.
66 changes: 29 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,10 @@
[![Code Intelligence Status](https://scrutinizer-ci.com/g/mageprince/magento2-FAQ/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence)



# Magento 2 FAQ

This module adds an easy way to use FAQ section to your Magento store with jQuery Accordion. In this module, admin can add and update FAQ. Admin can also create FAQ group with group icon. Admin can add widgets, blocks, images etc. in FAQ answer with wyswing editor.

# Magento Marketplace

https://marketplace.magento.com/prince-module-faq.html


# New Features

Expand All @@ -24,13 +19,28 @@ https://marketplace.magento.com/prince-module-faq.html
- Custom FAQ URL
- Add FAQ anywhere by widget

<b>Check full description and user guid on <a href="https://marketplace.magento.com/mageprince-module-faq.html">Magento Marketplace</a></b>
<b>Check full description and user guid on <a href="https://commercemarketplace.adobe.com/mageprince-module-faq.html">Magento Marketplace</a></b>

# Demo

<b><a href="https://demo2.mageprince.com/faq/">Frontend</a> | <a href="http://demo2.mageprince.com/admin">Backend</a></b>
<b><a href="https://demo.mageprince.com/faq/">Frontend</a> | <a href="https://demo.mageprince.com/admin">Backend</a></b>

# How to install Magento 2 FAQ

### 1. Install from Magento Marketplace

[Magento Marketplace Link](https://commercemarketplace.adobe.com/mageprince-module-faq.html)

### 2. Install via composer (packagist.org)

Run the following command in the Magento 2 root folder:

composer require mageprince/module-faq
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

# Use below code for CMS page and Static Block
# Use the below code for the CMS page and Static Block

<b>1. To show all FAQ</b>

Expand All @@ -40,15 +50,6 @@ https://marketplace.magento.com/prince-module-faq.html

<code>{{block class="Mageprince\Faq\Block\Index\Index" template="Mageprince_Faq::faq_main.phtml" group_id=1 show_group_title=1}}</code>

# Installation Instruction

* Copy the content of the repo to the Magento 2 app/code/Mageprince/Faq
* Run command:
<b>php bin/magento setup:upgrade</b>
* Run Command:
<b>php bin/magento setup:static-content:deploy</b>
* Now Flush Cache: <b>php bin/magento cache:flush</b>


# Contribution

Expand All @@ -59,26 +60,17 @@ Want to contribute to this extension? The quickest way is to <a href="https://he
If you encounter any problems or bugs, please <a href="https://github.com/mageprince/magento2-FAQ/issues">open an issue</a> on GitHub.


# Frontend

<img src="https://marketplace.magento.com/media/catalog/product/2/4/243f_1_faq_page.jpg" height="600"/>
<img src="https://marketplace.magento.com/media/catalog/product/5/b/5bd6_3_widget.jpg" height="600"/>

# Widget

<img src="https://marketplace.magento.com/media/catalog/product/e/e/eebd_13_widget.jpg" height="600"/>

# FAQ Admin

<img src="https://marketplace.magento.com/media/catalog/product/6/8/681c_9_faq_edit_1.jpg" height="600"/>
<img src="https://marketplace.magento.com/media/catalog/product/5/4/544e_10_faq_edit_2.jpg" height="600"/>

# FAQ Group Admin
# Extension Screenshots

<img src="https://marketplace.magento.com/media/catalog/product/c/a/ca69_5_group_grid.jpg" height="600"/>
<img src="https://marketplace.magento.com/media/catalog/product/a/b/ab94_6_group_edit.jpg" height="600"/>
<img src="https://commercemarketplace.adobe.com/media/catalog/product/f/b/fb74_1_faq_page_2.jpg"/>
<img src="https://commercemarketplace.adobe.com/media/catalog/product/e/7/e777_3_widget_2.jpg"/>
<img src="https://commercemarketplace.adobe.com/media/catalog/product/8/5/85d4_5_group_grid_2.jpg"/>
<img src="https://commercemarketplace.adobe.com/media/catalog/product/1/6/16de_6_group_edit_2.jpg"/>
<img src="https://commercemarketplace.adobe.com/media/catalog/product/1/5/1579_7_faq_grid_2.jpg"/>
<img src="https://commercemarketplace.adobe.com/media/catalog/product/0/e/0e7b_9_faq_edit_1_2.jpg"/>
<img src="https://commercemarketplace.adobe.com/media/catalog/product/9/b/9b28_10_faq_edit_2_2.jpg"/>
<img src="https://commercemarketplace.adobe.com/media/catalog/product/d/3/d33b_11_configuration_1_2.jpg"/>
<img src="https://commercemarketplace.adobe.com/media/catalog/product/d/6/d672_12_configuration_2_2.jpg"/>
<img src="https://commercemarketplace.adobe.com/media/catalog/product/6/1/6112_13_widget_2.jpg"/>

# FAQ Configuration

<img src="https://marketplace.magento.com/media/catalog/product/f/a/fabe_11_configuration_1.jpg" height="600"/>
<img src="https://marketplace.magento.com/media/catalog/product/2/f/2f3d_12_configuration_2.jpg" height="600"/>

0 comments on commit 00c123f

Please sign in to comment.