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>
<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 }}">
<{% unless product.tags contains 'wk_rfq' %} {% endunless %}
Have a look at Shopify Multivendor Marketplace Make an Offer feature app blog.
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