Multivendor Marketplace for Shopify: Make an Offer Feature App

Published on: 27-12-19 02:50pm

Mansi Rana

Published on - 27-12-19 02:50pm

The Shopify Multivendor Marketplace Make an Offer Feature App will let you allow your customers to request quote i.e. make their offer on the products and then you can further accept or reject their request.

This feature helps you increase sales as well as reduce your abandoned checkout rate.

 

 

Configuration Admin End:

Shopify Multivendor Marketplace Admin Panel > Configuration > Make an Offer Configuration > Do the required General, Label & Liquid Configurations > Save.

 

Both Admin and Seller can view the requests from Shopify Multivendor Marketplace Admin/Seller Panel > Products > Make an Offer Request > Accept/Reject the Request form here.

 

How to add Make an Offer Product?

Shopify Multivendor Marketplace Admin/Seller Panel > Products > Product Listing > Add Product >Select Product as 'Make an offer product' > enter the details > save. 

 

Code Pasting:

  • To display “Make an offer” button on the front end, paste the code given below in the product-template.liquid file:

<div id="wk_make_an_offer" data-pid ="{{product.id}}" data-vid ="{{variant.id}}" {% if customer.id %} data-cid ="{{customer.id}}"{% endif %} style="display:none; padding:5px;"></div>

  • To display the customer offer request button on customer account page, paste the code in customer/account.liquid file:

<div id="wk_make_an_offer_div" style="clear: both!important; margin:10px 0!important;"><input id="wk_mao_cid" type="hidden" value="{{ customer.id }}">

  • To hide “Add to cart” button on your store’s product description page, paste the code in product-template.liquid file:

<{% unless product.tags contains 'wk_rfq' %}    {% endunless %}

 

Have a look at Shopify Multivendor Marketplace Make an Offer feature app blog.

 

 

 

Unable to find an answer?

Looking for anything specific article which resides in general queries? Just browse the various relevant folders and categories and then you will find the desired article.

Contact Us

Confirm Action

Are you sure? You want to perform this action.