Classic Theme
Zenith Theme
Webkul
Get App
Support
Classic Theme
Zenith Theme
Webkul
Get App
Support
  • Introduction

    • Getting Started
    • Overview
  • Configuration

    • General configuration
    • Product configuration
    • Seller configuration
    • Invoice configuration
    • Configuration Updates
    • Minimum Purchase Quantity
    • Minimum Purchase Amount
  • Seller

    • Seller Profile Page Settings
    • Seller Notification
    • Advanced Seller Policy
  • Product

    • Digital products
    • Import products
    • Add products
    • Collection sync
  • Commission

    • Overview
    • Commission-Type
  • Payment Flow

    • Seller-Payment
    • Stripe
    • Stripe-configuration
    • Paypal
    • RazorPayX
    • Seller-payment-configuration
  • Featured-App

    • Overview
    • Shipping

      • Marketplace Shipping
      • USPS SHIPPING
      • ECOM EXPRESS SHIPPING
      • CANADA POST SHIPPING
      • STORE PICKUP
      • AIR SPEED SHIPPING
      • AUSTRALIA POST SHIPPING
      • UPS SHIPPING
      • FEDEX SHIPPING
      • VAMASHIP
      • SHIPSTATION
      • BLUEDART
      • ENVIA SHIPPING
      • DHL EXPRESS
      • BRING SHIPPING
      • POSTNL
      • J&TEXPRESS SHIPPING
      • SHIPMONDO
      • SENDLE SHIPPING
      • SWISSPOST SHIPPING
      • DELHIVERY
      • EASYPOST SHIPPING
      • EASYSHIP
      • SHIPROCKET SHIPPING
      • SBEEDY SHIPPING
      • SHIPPIT SHIPPING
    • Connector

      • SELLER SHOPIFY STORE CONNECTOR
      • WOOCOMMERCE CONNECTOR
      • SHOPIFY ETSY CONNECTOR
      • SHOPIFY MAGENTO CONNECTOR
      • SHOPIFY PRESTASHOP CONNECTOR
      • SQUAREUP CONNECTOR
      • LINNWORKS CONNECTOR
      • SOOPOS CONNECTOR
      • BIGCOMMERCE CONNECTOR
      • AMAZON CONNECTOR
      • SHOPIFY EBAY CONNECTOR
      • DYTEL POS CONNECTOR
    • Seller Add-Ons

      • SELLER MEMBERSHIP
      • SELLER BUYER CHAT
      • ASK A QUESTION
      • SOCIAL NETWORK TABS
      • SELLER VACATION APP
      • PWA
      • SELLER AND CUSTOMER BADGE
      • SELLER TAGS AND CATEGORIES
      • SELLER TIME SLOT MANAGEMENT
      • SOCIAL MEDIA LOGIN
      • EMAIL MARKETING
      • WHATSAPP INTEGRATION
      • AFFILIATE-REFERRAL SELLER
    • Marketplace Product Add-Ons

      • GLOBAL PRODUCT
      • FAVORITE PRODUCT|SELLER
      • STOCK MANAGEMENT
      • MAKE AN OFFER
      • PRODUCT FEED
      • PRODUCT AUCTION FOR SELLER
      • SPONSORED PRODUCT
      • INDIAN GST
      • PRODUCT EXPIRY
      • SLOT PRICING
      • BOOKING PRODUCT
      • DAILY DEALS
      • ARTIST PRODUCT DESIGN
      • PRODUCT REVIEW
      • CUSTOM OPTIONS
      • PAY WHAT YOU WANT
      • CROWDFUNDING
      • PREORDER INTEGRATION
      • DELIVERY SLOT MANAGEMENT
      • PACK PRODUCT INTEGRATION
      • DELIVERY BOY INTEGRATION
      • E-SIGNATURE
    • Marketplace Other Add-Ons

      • LOCATE YOUR PICKUP STORE
      • SUBSCRIPTION PRODUCT WITH STRIPE CONNECT
      • CHAT GPT
      • MULTIVENDOR DATABASE BACKUP
      • WATERMARK
      • SELLER BLOG
      • EASY GROUP BUY APP
    • Marketplace Miscellaneous Add-ons

      • SMS ALERT
      • WEGLOT TRANSLATION
      • MULTIVENDOR API
      • SELLER STAFF
      • ADMIN STAFF
      • MULTI LOCATION INVENTORY
      • CUSTOMER ORDER MANAGEMENT
      • SPLIT CART
      • HYPERLOCAL MARKETPLACE
      • ROUTE INSURANCE
      • ZOHO INTEGRATION

The Easy Group Buy app is now integrated with the Multi-vendor Marketplace App for Shopify.

Enabling this feature app, you can allow the customer to create a group or join the existing groups to purchase the products at a discounted price.

Features:

  • This app allows sellers to add “group buy” products to the app.
  • They need to enter a discount percentage, Minimum member limit per group, and group product validity.
  • Customers can create private groups and invite other customers to join the groups to purchase products at discounted prices.
  • Sellers can also allow customers to create a public group i.e. anyone can join the group.
  • Offering Group buying can reduce cart abandonment and increase conversion rates.
  • Increase average order value, as buyers save more when they buy more in a single checkout.

Let’s dig deeper and know the app configurations.

Admin Panel Configurations:

First, the admin needs to enable the Easy Group buy feature app by navigating to the feature apps section

Enable group buy feature app

If you haven’t already installed the Easy Group Buying app for Shopify in your store, you will be asked to install it first.

enable group buy feature app

Admin Shopify Configuration:

For Admin Shopify end-related configuration Kindly refer to the user guide: Admin Shopify Documentation

Code Pasting for Online Store 2.0

If you are using Online Store 2.0 (e.g., Dawn), you will need to follow the steps to add the codes.

To display the “Group Buy” widget on the product page, you can use either of the following methods:

Method 1 :

You can add it directly to the theme. After installing the app on the store, navigate to Online Store >> Themes >> Customize.

Additionally, you can either set this as the default option for all products or look for the specific product applicable for buying in groups and then add the block accordingly.

code pasting

This is how the block will appear on the page, you can easily drag and adjust the block from the left-hand menu options.

The effects are shown, allowing you to easily decide where to add the app block.

code pasting for app

Method 2 :

To show “Group Buy” products on the product description page, add the below code into main-product.liquid template file:-

Note:- Make sure to paste the code just after ‘</product-form>‘

    <div id='wk_group_buy_product' pid='{{ product.id }}' cid='{{ customer.id|default: 0 }}' cemail='{{ customer.email|default: 0 }}'></div>
Code to display “Group Buy Account” include in the **account.liquid** file on top of the liquid file:

    <button type="button" style="border-radius: 2px;border: 2px solid black;background: inherit;display: block;margin: 0 auto;"><a href="pages/group-buy-account" style="color: black;text-decoration: none;font-size:20px;">{{shop.metafields.wk_group_buy_labels.translation_labels.group_buy_account_btn|default: "Group Buy Account"}}</a></button>

Group Buy Product Listing:-

Group Buy product listing

On Product Page:–

Product page

On the storefront, the customers will have two options whether to create a new group or join an existing group.

You can allow customers to create any of the two groups either public groups or private groups.
You can visit the Global Configuration & manage the group settings.

CASE 1: Public Group

A public group will be shown to all customers and anyone can join a public group

In this case, anyone can create groups and purchase the “group buy product”. Clicking the Create Group button, the customer will simply enter the group name.

Then, click the Create Group & Buy button and proceed to purchase the product.

Public group

The customer can Join the existing groups and buy products.

customer end view

CASE 2: Private Group

A private group will be shown only to the invitees. Note:- Only those customers can join the group who are invited.

Clicking the Create Group button, the customer will enter the group name, enter email. Thus, an email will be sent to the invitee.

After that, click the Create Group & Buy button and then proceed to purchase the product.

customer end view

Customer end

For customer end-related details kindly refer to this link: Customer End- User Guide

Seller Panel

Sellers can add products for buying in groups by navigating to Product>>product listing>> Add group buy

Add group buy product

Set group buy duration, discount, and member limit.

Edit Products

You can see and edit products added to the groups by navigating to Product >> Group Buy Products.

Edit Group Buy Products

You can access groups by navigating to Product >> Group Buy Groups.

Groups listing page

Last Updated:: 9/11/25, 9:33 AM
Contributors: pratik-webkul
Prev
SELLER BLOG