risecommerce/portfolio

Risecommerce Portfolio, A magento 2 module which allow magento 2 store owner to create portfolio.

1.0.0 2024-05-15 11:24 UTC

This package is auto-updated.

Last update: 2024-06-18 04:50:19 UTC


README

RiseCommerce (Risecore Technologies Pvt. Ltd.)

##Portfolio Extension

Magento 2 Portfolio gallery with category filter have user-friendly interface to Showcase portfolio, images, video, gallery.

##Support: version - 2.3.,2.4.

##How to install Extension

Method I:

1. Download the archive file.

2. Unzip the file

3. Create a folder [Magento_Root]/app/code/Risecommerce/Portfolio

4. Drop/move the unzipped files to directory '[Magento_Root]/app/code/Risecommerce/Portfolio'

Method II:

Using Composer

 composer require risecommerce/portfolio

Enable Extension:

 php bin/magento module:enable Risecommerce_Portfolio
 php bin/magento setup:upgrade
 php bin/magento cache:clean
 php bin/magento setup:static-content:deploy
 php bin/magento cache:flush

Disable Extension:

 php bin/magento module:disable Risecommerce_Portfolio
 php bin/magento setup:upgrade
 php bin/magento cache:clean
 php bin/magento setup:static-content:deploy
 php bin/magento cache:flush

After installing the Portfolio extension, you can configure it through the Magento admin panel. The configuration is divided into two main sections: Portfolio Categories and Portfolio Items.

1. Portfolio Categories

Portfolio Categories allow you to organize your portfolio items into different groups. This helps in managing and displaying the portfolio in a structured manner.

Steps to Configure Portfolio Categories:

Navigate to: Portfolio > Portfolio Categories.

Add a New Category:

Click the Add New Category button.

Enter the Category Name and other required details.

Click Save Category.

Edit an Existing Category:

Select a category from the list.

Make the necessary changes.

Click Save Category.

2. Portfolio Items

Portfolio Items represent the individual items within your portfolio. Each item can be associated with one or more categories.

Steps to Configure Portfolio Items:

Navigate to: Portfolio > Portfolio Items.

Add a New Portfolio Item:

Click the Add New Item button.

Enter the Item Name, Content, and other required details.

Select the Categories to which this item belongs.

Upload the Base Image or other media.

Click Save Item.

Edit an Existing Portfolio Item:

Select an item from the list.

Make the necessary changes.

Click Save Item.