{"id":246775,"date":"2020-05-05T13:11:45","date_gmt":"2020-05-05T13:11:45","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=246775"},"modified":"2025-07-29T12:35:30","modified_gmt":"2025-07-29T12:35:30","slug":"pay-what-you-want-multivendor-marketplace-app-for-shopify","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/","title":{"rendered":"Pay What You Want: Multivendor Marketplace App for Shopify"},"content":{"rendered":"\n<p>We have introduced <strong>Pay what you want<\/strong> feature app within the <a rel=\"noreferrer noopener\" href=\"https:\/\/webkul.com\/blog\/shopify-multivendor-marketplace-new-theme-launched\/\" target=\"_blank\">Multivendor Marketplace App<\/a> for Shopify.<\/p>\n\n\n\n<p class=\"has-background\" style=\"background-color:#f1f4cf\"><strong>Pay what you want<\/strong>\u00a0(<strong>PWYW<\/strong>) also known as <strong>Value-for-Value<\/strong>\u00a0model is a\u00a0pricing strategy\u00a0where buyers pay their desired amount for a given commodity. <\/p>\n\n\n\n<p class=\"has-background\" style=\"background-color:#f1f4cf\">A minimum (floor) price is set, and\/or a suggested price may be indicated as guidance for the buyer.<\/p>\n\n\n\n<p><strong>Pricing:<\/strong> This feature will have an additional charge of&nbsp;<strong>USD 10 per month<\/strong>&nbsp;over &amp; above your current Multivendor Marketplace plan charges.<\/p>\n\n\n\n<p>Let&#8217;s move on to the installation &amp; configuration process!<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\"><\/h3>\n<\/div><\/div>\n\n\n\n<p>Enable the following app by visiting:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Multi-Vendor&nbsp;<strong>Admin Panel<\/strong><\/li>\n\n\n\n<li>From the Dashboard, hover over the&nbsp;<strong>three dots&nbsp;<\/strong>on the top-right of the page<\/li>\n\n\n\n<li>Click on<strong>&nbsp;Feature Apps<\/strong><\/li>\n\n\n\n<li>Search for \u2018<strong>Pay What You Want<\/strong>\u2018 &amp; click on \u2018<strong>Enable<\/strong>\u2018<\/li>\n\n\n\n<li>After accepting the charges, you\u2019ll be good to configure the app!<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"597\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/05\/Feature_Apps_Admin-1-1200x597.png\" alt=\"Feature_Apps_Admin-1\" class=\"wp-image-246959\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/05\/Feature_Apps_Admin-1-1200x597.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/05\/Feature_Apps_Admin-1-300x149.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/05\/Feature_Apps_Admin-1-250x124.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/05\/Feature_Apps_Admin-1-768x382.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/05\/Feature_Apps_Admin-1.png 1286w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\"><\/h3>\n<\/div><\/div>\n\n\n\n<p>To make this feature display on the frontend, the admin needs to paste a few codes.<\/p>\n\n\n\n<p>The instructions with the codes will be given on the following page:<br><strong>Multivendor Admin Panel&nbsp;<\/strong>&gt;&nbsp;<strong>Configuration<\/strong>&nbsp;&gt;<strong>&nbsp;Instruction for Marketplace<\/strong><\/p>\n\n\n\n<p>Here, you\u2019ll have these codes:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"597\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/05\/Instructions_Admin-1200x597.png\" alt=\"Instructions_Admin\" class=\"wp-image-246800\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/05\/Instructions_Admin-1200x597.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/05\/Instructions_Admin-300x149.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/05\/Instructions_Admin-250x124.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/05\/Instructions_Admin-768x382.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/05\/Instructions_Admin.png 1286w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><span style=\"text-decoration: underline;\">Show Price input field in the product page<\/span>: Copy the below-given code &amp; paste it to&nbsp;<strong>product-template.liquid&nbsp;<\/strong>file.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{% if product.tags contains &#039;wk_pay_what_you_want&#039; %}\n&lt;div class=&quot;wk_error_message&quot; style=&quot;visibility:hidden&quot;&gt;You have to Pay atleast &lt;span id=&quot;wk_var_price&quot;&gt;&lt;\/span&gt;&lt;\/div&gt; \n&lt;div id=&quot;wk_custom_price_div&quot; data-productid=&quot;{{ product.id }}&quot; data-productprice=&quot;{{product}}&quot;&gt;\n&lt;input id=&quot;wk_variant_id&quot; type=&quot;hidden&quot; name=&quot;properties&#091;wk_variant_id]&quot; value=&quot;&quot; &gt;\n&lt;input type=&quot;hidden&quot; name=&quot;properties&#091;wk_pay_what_you_want]&quot; value=&quot;true&quot; &gt;\n&lt;p class=&quot;wk_pay_what_you_want&quot; style=&quot;visibility:visible&quot;&gt;\n&lt;label for=&quot;wk_custom_price&quot;&gt;Enter price you want to pay&lt;\/label&gt;\n&lt;input id=&quot;wk_custom_price&quot; type=&quot;number&quot; name=&quot;properties&#091;wk_custom_price]&quot; value=&quot;&quot; &gt;\n&lt;\/p&gt;\n&lt;\/div&gt;\n{% endif %}<\/pre>\n\n\n\n<p><span style=\"text-decoration: underline;\">Hide pay what you want product price<\/span>: Copy the below-given code &amp; also, paste it to&nbsp;<strong>product-template.liquid&nbsp;<\/strong>theme page.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{% unless product.tags contains &#039;wk_pay_what_you_want&#039; %}&lt;!--your price object --&gt;{%endunless %}<\/pre>\n\n\n\n<p><span style=\"text-decoration: underline;\">For adding code inside the class attribute of your Add to cart button<\/span>: Copy the below-given code &amp; paste it to&nbsp;<strong>product-template.liquid&nbsp;<\/strong>theme page.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\"> {% if product.tags contains &#039;wk_pay_what_you_want&#039; and current_variant.available %} wk_choice_pay {%endif%}<\/pre>\n\n\n\n<p><span style=\"text-decoration: underline;\">Add code inside attribute of your Add to cart button<\/span>: Copy the below-given code &amp; also, paste it to&nbsp;<strong>product-template.liquid&nbsp;<\/strong>theme page.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\"> {% if product.tags contains &#039;wk_pay_what_you_want&#039; %} disabled {%endif%}<\/pre>\n\n\n\n<p><span style=\"text-decoration: underline;\">For adding class to your quantity selector<\/span>: Copy the below-given code &amp; paste it to&nbsp;<strong>product-template.liquid&nbsp;<\/strong>theme page.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\"> wk_qty_selector<\/pre>\n\n\n\n<p><span style=\"text-decoration: underline;\">Hide pay what you want product price from the search product page<\/span>: Copy the below-given code &amp; also, paste it to&nbsp;<strong>product-price.liquid&nbsp;<\/strong>theme page.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{% unless product.tags contains &#039;wk_pay_what_you_want&#039; %}&lt;!--your price code --&gt;{%endunless %}<\/pre>\n\n\n\n<p><span style=\"text-decoration: underline;\">Calculate price form cart page for pay what you want product<\/span>: Copy the below-given code &amp; paste it to&nbsp;<strong>cart-template.liquid&nbsp;<\/strong>theme page. Above cart items loop.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{% assign wk_pay_whatever_extra_price  = 0 %}<\/pre>\n\n\n\n<p>Copy the below given code &amp; also, paste it to&nbsp;<strong>cart-template.liquid&nbsp;<\/strong>theme page. Below cart items loop.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{% if item.product.tags contains &#039;wk_pay_what_you_want&#039; and item.properties&#091;&#039;wk_custom_price&#039;] %}&lt;span class=&#039;wk_pay_what_you_want_count&#039; style=&#039;display:none;&#039;&gt;&lt;\/span&gt;{%endif%}<\/pre>\n\n\n\n<p>U<span style=\"text-decoration: underline;\">pdate price column<\/span>: Copy the below given code &amp; paste it to&nbsp;<strong>cart-template.liquid&nbsp;<\/strong>theme page. <\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{% if item.product.tags contains &#039;wk_pay_what_you_want&#039; and item.properties&#091;&#039;wk_custom_price&#039;]%} \n{{item.properties&#091;&#039;wk_custom_price&#039;]| times: 100 | money }}\n{% else %}\n&lt;!-- your price object --&gt;\n{% endif %}<\/pre>\n\n\n\n<p><span style=\"text-decoration: underline;\">To update Total price column<\/span>: Copy the below given code &amp; also, paste it to&nbsp;<strong>cart-template.liquid&nbsp;<\/strong>theme page. <\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{% if item.product.tags contains &#039;wk_pay_what_you_want&#039; and item.properties&#091;&#039;wk_custom_price&#039;]%}\n{% assign pay_whatever_line_price  = item.properties&#091;&#039;wk_custom_price&#039;] | times:  &lt;!-- item quantiy object--&gt; | times: 100%}\n{{ pay_whatever_line_price | money }}\n{% assign wk_pay_whatever_extra_price = pay_whatever_line_price | minus: &lt;!-- product total price object --&gt; | plus: wk_pay_whatever_extra_price %}\n{% else %}\n{{&lt;!-- product total price object --&gt; | money}} \n{% endif %}<\/pre>\n\n\n\n<p>Update Sub Total price: Copy the below given code &amp; paste it to&nbsp;<strong>cart-template.liquid&nbsp;<\/strong>theme page.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{% if wk_pay_whatever_extra_price != 0%}{{&lt;!-- cart total price object --&gt; | plus: wk_pay_whatever_extra_price | money}} {%else%}{{ &lt;!-- cart total price object --&gt; | money }}{%endif%}<\/pre>\n\n\n\n<p>To update Sub Total price: Add class to your checkout button on cart page&nbsp;<strong>cart-template.liquid&nbsp;<\/strong>theme page. <\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\"> wk_checkout_btn<\/pre>\n\n\n\n<p class=\"has-background\" style=\"background-color:#f1f4cf\">If you are having trouble while updating the codes, let us know by emailing at&nbsp;<strong>shopify@webkul.com<\/strong>&nbsp;or creating a ticket for the same at&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/webkul.uvdesk.com\/\" target=\"_blank\"><strong>Webkul UV Desk<\/strong><\/a>. We\u2019ll do it for you!<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\"><\/h3>\n<\/div><\/div>\n\n\n\n<p>To add a product, visit <strong>Multivendor Marketplace Admin\/Seller Panel <\/strong>&gt; <strong>Products<\/strong> &gt; <strong>Product Listing<\/strong> &gt; <strong>Add Product<\/strong>.<\/p>\n\n\n\n<p>Now, while adding the product, you need mark product as <strong>Pay what you want Product<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"575\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/image1-1200x575.webp\" alt=\"Mark product as &quot;pay what you want&quot; while adding product \" class=\"wp-image-448288\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/image1-1200x575.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/image1-300x144.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/image1-250x120.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/image1-768x368.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/image1.webp 1293w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Other than this, add a minimum price to the product, enter the rest of the details and save.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"273\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/05\/download-1200x273.png\" alt=\"download\" class=\"wp-image-246820\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/05\/download-1200x273.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/05\/download-300x68.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/05\/download-250x57.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/05\/download-768x175.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/05\/download-1536x350.png 1536w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/05\/download.png 1870w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>The &#8220;minimum price&#8221; can be added in two ways i.e, fixed and percentage. You can opt this from product configurations: <\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1177\" height=\"555\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/image2-1.webp\" alt=\"Choose which type of minimum price you would like to add on &quot;pay what you want&quot; products\" class=\"wp-image-448290\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/image2-1.webp 1177w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/image2-1-300x141.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/image2-1-250x118.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/image2-1-768x362.webp 768w\" sizes=\"(max-width: 1177px) 100vw, 1177px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>Note:<\/strong><\/p>\n\n\n\n<p>The normal products can be converted into PWYW products and vice-versa. <\/p>\n\n\n\n<p>Also, on the seller profile page, the prices for PWYW products don&#8217;t display. If you want to display them, add the following code to the <a href=\"https:\/\/webkul.com\/blog\/shopify-multivendor-marktplace-custom-seller-profile-page-new-theme\/\" target=\"_blank\" rel=\"noreferrer noopener\">seller profile theme<\/a>:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{if $pay_what_you_want_active &amp;&amp; $value.type == 7} hidden {\/if}<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\"><\/h3>\n<\/div><\/div>\n\n\n\n<p>Moreover, after adding all the codes, this is how the frontend will look like:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"777\" height=\"511\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/05\/collage.png\" alt=\"collage\" class=\"wp-image-246886\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/05\/collage.png 777w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/05\/collage-300x197.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/05\/collage-250x164.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/05\/collage-768x505.png 768w\" sizes=\"(max-width: 777px) 100vw, 777px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>If a customer tries to checkout after entering a price lesser than the minimum amount set from the backend, he will receive a message saying: <br><em>&#8220;You must pay at least *minimum amount value*&#8221;<\/em><\/p>\n\n\n\n<p>This is all about the Pay What You Want feature app.<\/p>\n\n\n\n<p><strong>Support<\/strong>: If you have any issues, please drop an email at&nbsp;support@webkul.com. You can also create a ticket at &nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/webkul.uvdesk.com\/\" target=\"_blank\">Webkul UV Desk<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>We have introduced Pay what you want feature app within the Multivendor Marketplace App for Shopify. Pay what you want\u00a0(PWYW) also known as Value-for-Value\u00a0model is a\u00a0pricing strategy\u00a0where buyers pay their desired amount for a given commodity. A minimum (floor) price is set, and\/or a suggested price may be indicated as guidance for the buyer. Pricing: <a href=\"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":241,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[15591,3569,4236,841],"tags":[6109,2160,8349],"class_list":["post-246775","post","type-post","status-publish","format-standard","hentry","category-knowledge-base-multivendor-marketplace","category-multivendor-shopify-2","category-multivendor-marketplace","category-shopify","tag-customer-pricelists","tag-multivendor-marketplace","tag-multivendor-marketplace-for-shopify"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Pay What You Want: Multivendor Marketplace App for Shopify<\/title>\n<meta name=\"description\" content=\"Pay what you want (PWYW) model is a pricing strategy where buyers pay their desired amount for a given commodity.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pay What You Want: Multivendor Marketplace App for Shopify\" \/>\n<meta property=\"og:description\" content=\"Pay what you want (PWYW) model is a pricing strategy where buyers pay their desired amount for a given commodity.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-05-05T13:11:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-29T12:35:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/05\/Feature_Apps_Admin-1-1200x597.png\" \/>\n<meta name=\"author\" content=\"Mansi Rana\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mansi Rana\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/\"},\"author\":{\"name\":\"Mansi Rana\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/579102321abcaed83b1e60f0af3c0b9d\"},\"headline\":\"Pay What You Want: Multivendor Marketplace App for Shopify\",\"datePublished\":\"2020-05-05T13:11:45+00:00\",\"dateModified\":\"2025-07-29T12:35:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/\"},\"wordCount\":704,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/05\/Feature_Apps_Admin-1-1200x597.png\",\"keywords\":[\"Customer Pricelists\",\"Multivendor marketplace\",\"multivendor marketplace for shopify\"],\"articleSection\":[\"knowledge base Multivendor Marketplace\",\"multivendor\",\"Multivendor Marketplace\",\"Shopify\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/\",\"url\":\"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/\",\"name\":\"Pay What You Want: Multivendor Marketplace App for Shopify\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/05\/Feature_Apps_Admin-1-1200x597.png\",\"datePublished\":\"2020-05-05T13:11:45+00:00\",\"dateModified\":\"2025-07-29T12:35:30+00:00\",\"description\":\"Pay what you want (PWYW) model is a pricing strategy where buyers pay their desired amount for a given commodity.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/05\/Feature_Apps_Admin-1.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/05\/Feature_Apps_Admin-1.png\",\"width\":1286,\"height\":640,\"caption\":\"Feature_Apps_Admin-1\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Pay What You Want: Multivendor Marketplace App for Shopify\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/579102321abcaed83b1e60f0af3c0b9d\",\"name\":\"Mansi Rana\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/81e851f84dacc9f7d76f77082f49d76fbb83788fea5123c43a4fbd3b6497f766?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/81e851f84dacc9f7d76f77082f49d76fbb83788fea5123c43a4fbd3b6497f766?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"caption\":\"Mansi Rana\"},\"description\":\"Quora\",\"url\":\"https:\/\/webkul.com\/blog\/author\/mansi-rana628\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pay What You Want: Multivendor Marketplace App for Shopify","description":"Pay what you want (PWYW) model is a pricing strategy where buyers pay their desired amount for a given commodity.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/","og_locale":"en_US","og_type":"article","og_title":"Pay What You Want: Multivendor Marketplace App for Shopify","og_description":"Pay what you want (PWYW) model is a pricing strategy where buyers pay their desired amount for a given commodity.","og_url":"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2020-05-05T13:11:45+00:00","article_modified_time":"2025-07-29T12:35:30+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/05\/Feature_Apps_Admin-1-1200x597.png","type":"","width":"","height":""}],"author":"Mansi Rana","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Mansi Rana","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/"},"author":{"name":"Mansi Rana","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/579102321abcaed83b1e60f0af3c0b9d"},"headline":"Pay What You Want: Multivendor Marketplace App for Shopify","datePublished":"2020-05-05T13:11:45+00:00","dateModified":"2025-07-29T12:35:30+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/"},"wordCount":704,"commentCount":2,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/05\/Feature_Apps_Admin-1-1200x597.png","keywords":["Customer Pricelists","Multivendor marketplace","multivendor marketplace for shopify"],"articleSection":["knowledge base Multivendor Marketplace","multivendor","Multivendor Marketplace","Shopify"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/","url":"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/","name":"Pay What You Want: Multivendor Marketplace App for Shopify","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/05\/Feature_Apps_Admin-1-1200x597.png","datePublished":"2020-05-05T13:11:45+00:00","dateModified":"2025-07-29T12:35:30+00:00","description":"Pay what you want (PWYW) model is a pricing strategy where buyers pay their desired amount for a given commodity.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/05\/Feature_Apps_Admin-1.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/05\/Feature_Apps_Admin-1.png","width":1286,"height":640,"caption":"Feature_Apps_Admin-1"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/pay-what-you-want-multivendor-marketplace-app-for-shopify\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Pay What You Want: Multivendor Marketplace App for Shopify"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/579102321abcaed83b1e60f0af3c0b9d","name":"Mansi Rana","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/81e851f84dacc9f7d76f77082f49d76fbb83788fea5123c43a4fbd3b6497f766?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/81e851f84dacc9f7d76f77082f49d76fbb83788fea5123c43a4fbd3b6497f766?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","caption":"Mansi Rana"},"description":"Quora","url":"https:\/\/webkul.com\/blog\/author\/mansi-rana628\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/246775","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/241"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=246775"}],"version-history":[{"count":10,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/246775\/revisions"}],"predecessor-version":[{"id":460656,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/246775\/revisions\/460656"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=246775"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=246775"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=246775"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}