One of the product types in nopCommerce can be a Gift Card.
Gift cards are used by Shoppers.
Gift cards are created by Product Managers.
Gift cards are managed by Order Managers.

Gift cards are managed and utilized by a variety of roles.
A Product Manager can add a gift card through the Administrator.
Once the Gift Card product is available,
a Shopper can then purchase the gift card,
or use a gift card in the Store Front.
The Order Manager
can manage the gift cards through the Administrator.

To understand how things work behind the scenes, we will review selected aspects of the code base and database structure.
From a Developer�s perspective, we will review the code with Visual Studio.
From a DBA�s perspective, we will review the database aspects with SQL Server Studio.