The Easy Group Buy application is now integrated into the multi-sales market application for Shopify.
By allowing this functionality application, you can allow the customer to create a group or join existing groups to buy products at a reduced price.
Features:
- This application allows sellers to add “group purchase” products to the application.
- They must enter a discount percentage, a minimum limit of members per group and a validity of the group’s product.
- Customers can create private groups and invite other customers to join groups to buy products at reduced prices.
- Sellers can also allow customers to create a public group, that is to say that anyone can join the group.
- The group purchase offer can reduce the abandonment of baskets and increase conversion rates.
- Increase the average value of the order, as buyers save more when they buy more in a single payment.
Would create deeper and know the configurations of the application.
Administration panel configurations:
First, the administrator must activate the Easy Group Buy application by accessing the functional applications section
If you have not already installed the Easy Group Purchase application for Shopify in your store, you will be asked to install it first.

Configuration of the Shopify Administrator:
For the administrator, the final configuration of the administrator to see the user guide: Admin Shopify Documentation
Code coding for online store 2.0
If you use the 2.0 online store (for example, 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 one of the following methods:
Method 1:
You can add it directly to the theme. After installation the application on the store, go towards Online store >> Themes >> Personalize.
In addition, You can either define this as the default option for all products Or Look for the specific product applicable to group purchase and then Add the block accordingly.

This is how the block will appear on the page, you can easily slide and adjust the block from the menu options on the left.
The effects are displayed, allowed You easily decide where to add the application block.

Method 2:
To display “Group Buy” products on the product description page, add the code below in main product. Liquid Model file: –
Note: – Make sure you stick the code right after ‘‘
<div id='wk_group_buy_product' pid='{{ product.id }}' cid='{{ customer.id|default: 0 }}' cemail='{{ customer.email|default: 0 }}'></div>
The code to display “the group purchase account” includes in the account. Liquid File above 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 purchasing product listing: –

On Product page:–

On the window, customers will have two options to create a new group or join an existing group.
You can allow customers to create one of the two groups either public groups or private groups.
You can Visit the global configuration & Manage 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 buy the “group purchase product”. Click on the Create a group Button, the customer will simply enter the group name.
Then click on the Create a group and buy button and purchase the product.

The customer can reach existing groups and buy products.

Case 2: Private group
A private group will only be shown to guests. Note: – Only these customers can join the guest group.
By clicking on the Create a group, the customer will enter the name of the group, will enter by e-mail. Thus, an email will be sent to the guest.
After that, Click on Create a group and buy button and then Proceed with the purchase of the product.

Client end
For details related to the customer, please consult this link: Guide to the client’s end user
Sellers can add products to buy in groups by navigating to Product >> Product list >> Add a group buy

Define group purchase duration, discountAnd Member limit.

You can see and modify products added to groups by navigating to products >> Group buy products.

You can access groups by sailing to group purchasing groups >> group.

Need help?
For any technical assistance, please raise a ticket or contact us by email to [email protected]. Thank you for your time! Have a good day!
Comments are closed, but trackbacks and pingbacks are open.