🛒Ez Marketplace Pro - Shop
All the necessary functions and tools

🔗Links
Template Link on Bubble Marketplace
Photos

Introduction
Unlock the potential of your online business with a unique marketplace template designed by EazyCode powered by bubble.io. Dive into the rich features of this marketplace website template designed specifically for entrepreneurs, startups, and businesses looking to build a robust digital marketplace with minimal effort.
With our bubble marketplace template, you are not just buying a product, but a complete solution designed to increase your online sales. It's the perfect choice for anyone looking for a fast, reliable, and cost-effective way to launch their marketplace without having to code from scratch. EazyCode has carefully designed this template to ensure seamless integration into your business model, making it an ideal option for those who want to focus on their business without worrying about technical complexities.
Discover the exceptional features of our marketplace template:
Landing Page - An engaging homepage to welcome visitors and showcase featured products in different categories.
Shop Page - Organized shoppage for an unparalleled browsing experience.
Chat - Built-in chat feature for instant communication between users.
Category - Various category pages to make it easier to find products.
Cart - Convenient shopping cart to simplify the ordering process.
Admin Panel - Intuitive admin panel designed to effectively manage your marketplace.
In a rapidly changing digital world, the ability to easily manage your online marketplace is more important than ever. As an owner, you have full control of your operations with a built-in admin panel that allows you to control product listings, track orders, and process payments accurately. Our template supports Stripe payment, offering your customers a secure and reliable payment gateway.
Plus, simplify transactions between buyers and sellers with manual payments to merchants, ensuring you maintain control over all payment processes. On the other hand, your sellers are equipped with a dedicated store dashboard where they can effectively manage their offers, track sales, and evaluate their financial performance.
Our template is fully compatible and responsive across all device types. Our team has developed this template in line with up-to-date UX/UI design standards, providing an intuitive interface and visually pleasing aesthetics.
While we sell the template as is, we remain open to discussing additional modifications. Before purchasing the template, we recommend checking out the preview section. If you have any questions or require further clarification, please do not hesitate to contact us, and we'll be delighted to assist and tailor a solution to suit your needs.
Features
Home page
Shop page
Categories pages
Shopping card
Responsive design
Admin dashboard
Rating system
Comparison
Notes
This template is not the final product. Any part of the application can be modified for different needs.
Pages
index
This is the page with the offered products, divided into categories. Also includes a search bar, a customer support section, and a list of links to suggested templates by EazyCode.
admin-dashboard
This is the admin panel page with six tabs.
Dashboard - This tab with sales analytics of the application.
Products - Displays a list of products offered by all stores on the app. With the possibility to accept/reject new products.
Orders - List of orders with their statuses.
Categories - Tab where the admin can add/edit/delete product categories.
Transfers - A transaction list with incoming information, and a list with transfers to shops.
Set Up Payment - Tab where the admin can edit app fee percentage.
Settings - This is the tab with personal information.
shop_dashboard
The shop dashboard page allows you to create/edit/delete products. Track the selling statistics and chat with the clients.
Dashboard - This tab with the shop's sales analytics.
Products - Displays a list of the shop's products. Also, the seller can create/edit/delete products.
Orders - List of orders with their statuses and additional information.
Chat - This tab displays a list of chats with clients, in case they have some order issues.
Transfers - A list of income transactions.
Settings - This tab allows the seller to edit shop information, such as description, shop name, delivery fee, and images (main and banner). Also, the seller can change his password and connect his Stripe account.
dashboard
The user dashboard page lets clients buy products on the app, see the list of previous orders, and chat with sellers.
Dashboard - This tab displays general information about client's purchases.
Liked Products - A list of liked products.
Orders - List of orders with their statuses and additional information.
Chat - This tab displays a list of chats with shops, in case of some order issues.
Settings - This is a tab with personal information forms.
category
This page displays a list of categories with related products. Also, the category page includes sorting and filtration to choose the most convenient item.
cart
This page contains a list of items added to the cart, the total price, and proceed to the checkout button.
product
This page with detailed information about the chosen product.
shop
A shop page where any client can view the seller’s products.
contac_us
Contact us form to contact the administration.
authentication
Sign-In/Sign-Up page.
reset_pw
This page allows the user to reset the password.
404
This page appears when something goes wrong in the app's work
Reusable elements:
compare-list
This reusable element contains a list of items added to compare them.
footer
This reusable element is displayed on the bottom of every page and contains navigation links through the app.
header
This reusable element is displayed on the top of every page and contains navigation links through the app, social links, search input, compare items buttons, wishlist buttons, and cart and burger menu buttons for a mobile version.
header-index
This reusable element is displayed on the top of the index page and contains navigation links through the app, social links, search input, compare items buttons, wishlist buttons, and cart and burger menu buttons for the mobile version.
Chat
This reusable element is used for chat windows.
Order-Seller Details
This reusable element is used for order details with all necessary information.
Product
This reusable element is used for displaying a product in a list.
Product Big
This reusable element is used for displaying a product in a list with a different view.
Workflow
Highlighting the workflow with color is a great way to separate actions in essence and significance. Below is the EazyCode standard for the use of colors with a detailed explanation.
The standards below are for informational purposes only. Any discrepancy is not related to the functionality of the application.
Blue - The actions taking place on our screen do not utilize the application's resources. For instance, when an element is clicked and a popup is opened or closed.

Green - These actions involve creating or modifying entries in the database. For example, "Create a new Thing," "Make changes to a thing or a list of things," as well as "Copy a list of things," and so on.

Red - This action involves deleting or resetting values. For instance, "Delete a thing or a list of things," as well as "Reset a group" and "Reset inputs."

Orange - Actions related to your navigation. For example, "Navigate to a page," or "Do when a condition is true" – when you use specific values for checking, such as "When the current user is logged in," and so on.

Cyan - Actions utilizing Custom Events – lengthy tasks that involve the creation, modification, deletion, and plugins within a single comprehensive workflow as steps.

Brown - Custom workflow, API workflow, and similar tasks.

Purple - The significance of this color is determined by the developer themselves, as it is done due to the fact that everyone has their own approach to development.

Grey - All other actions.

Data Types
App_settings
This data type is used to store app fee proprieties.
appFee%
number
Stores the app fee number.
CartItem
This data type is used to store cart item proprieties.
Paid
yes/no
Stores the cart status(paid or not).
quantity
number
Stores the quantity of items.
Category
This data type is used to store category proprieties.
image
image
Stores the category image.
name
text
Stores the category name.
Chat
This data type is used to store chat proprieties.
name
text
Stores the chat name.
Chat_messages
This data type is used to store chat message proprieties.
Item
This data type is used to store item proprieties.
rejection reason
text
Stores the item rejection reason.
description
text
Stores the item description.
images
List of images
Stores the item images.
name
text
Stores the item title.
price(discounted)
number
Stores the item discounted price.
price_main
number
Stores the item price.
quantity (sold)
number
Stores the item number of sales.
rating
List of numbers
Stores the list of item rating.
rating average
number
Stores the item average rating.
SKU
text
Stores the item SKU number.
stock
number
Stores the stock balance.
Order
This data type is used to store order proprieties.
address
text
Stores the order delivery address.
charge_id
text
Stores the transaction ID.
City
text
Stores the order delivery city.
Country
text
Stores the order delivery country.
Full Name
text
Stores the order delivery name.
Id
number
Stores the order ID.
items(with_prices_as_text)
text
Stores the item price (text).
phone number
number
Stores the order delivery phone number.
price total
number
Stores the total price.
quantity
number
Stores the quantity of ordered items.
Stripe_Fee(cents)
number
Stores the stripe fee for transaction.
Order_Seller
This data type is used to store individual seller order proprieties.
App_fee[percent]
number
Stores the order app fee.
App_fee[price]
number
Stores the app fee sum.
id
number
Stores the order ID.
items(with_prices_as_text)
text
Stores the order price (text).
paid
yes/no
Stores the order status (paid or not).
price Shipping
number
Stores the sgipping price.
price Subtotal
number
Stores the subtotal sum.
price total
number
Stores the total sum.
quantity of items
number
Stores the quantity of ordered items.
Product_Reviews
This data type is used to store product review proprieties.
Shop
This data type is used to store shop proprieties.
banner
image
Stores the shop banner image.
deliveryFee
nymber
Stores the shop delivery fee.
description
text
Stores the shop description.
logo
image
Stores the shop logo image.
name
text
Stores the shop title.
Subcategory
This data type is used to store subcategory proprieties.
name
text
Stores the subcategory title.
Transfers
This data type is used to store transaction proprieties.
User
This data type is used for user proprieties.
address
text
Stores the user address.
city
text
Stores the user city.
country
text
Stores the user country.
Full Name
text
Stores the user full name.
phone number
text
Stores the user phone number.
photo
image
Stores the user photo.
shipping
number
Stores the user shipping details.
stripe_acct
text
Stores the stripe details.
Option Sets
Navigation
Sign in
Lost pass
Sign up
Storing
Recently Added
Lowest Price
Highest Price
Highest Rating
Lowest Rating
Status Item
In processing
Done
Rejected
Status Order
Awaiting
In Progress
Done
Refuse
Status Transfers
Pending
Done
Canceled
User-Type
Admin
Shop
Client

The template is sold as is, although additional modifications can be discussed. Feel free to contact us for any inquiries and we’ll be happy to find a solution for your ideas – http://eazycode.com/
Hire us:
https://www.fiverr.com/share/qQoDQZ
https://www.upwork.com/freelancers/~01c1a4cbef44ecb5f1
Follow us:
https://www.facebook.com/eazycode
https://twitter.com/ezcode_official
https://www.instagram.com/eazycodecom/
https://www.linkedin.com/company/eazycodecom/
Last updated
Was this helpful?