Skip to content

Commit

Permalink
Merge pull request #2 from landofcoder/develop
Browse files Browse the repository at this point in the history
updated files
  • Loading branch information
landofcoder committed Nov 22, 2019
2 parents 322b5dd + 652ddd2 commit c9034a2
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# magento-2-designer

Magento 2 Designer Extension FREE
It allow admin manage designer on backend, assign products to designer, filter designer on frontend, and view designer info on product detail page

**Example view:**
- https://onwood.vn/nha-thiet-ke
- https://www.carlhansen.com/en/designers
- https://www.dwr.com/subdesigners?lang=en_US

# Setup

1. Setup via composer

Setup the module via composer:

composer require landofcoder/module-designer
php bin/magento module:enable Lof_Designer
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f

## Preview

1. All Designer Page

![All Designer Page](images/all_designer_page.png)

2. View Detial Designer Page

![View Detail Designer Page](images/view_detail_designer_page.png)

3. Designer Info On Product Page

![Designer Info on Product Page](images/product_detail_designer.png)
Binary file added images/all_designer_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/product_detail_designer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/view_detail_designer_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c9034a2

Please sign in to comment.