{"id":302617,"date":"2021-08-25T13:27:48","date_gmt":"2021-08-25T13:27:48","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=302617"},"modified":"2021-10-11T13:20:21","modified_gmt":"2021-10-11T13:20:21","slug":"code-instruction-to-online-store-2-0","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/","title":{"rendered":"Code Instruction To Online Store 2.0 &#8211; Multi-vendor Marketplace for Shopify"},"content":{"rendered":"\n<p>Soon after <strong><a href=\"https:\/\/www.shopify.com\/free-trial?ref=webkul\" target=\"_blank\" rel=\"noreferrer noopener\">Shopify<\/a><\/strong> has announced the biggest update <strong>Online Store 2.0<\/strong>, we have made the changes in our Multi-vendor Marketplace apps as per Online Store 2.0 standards.<\/p>\n\n\n\n<p>Make sure to add codes in the suggested liquid file in case you are using <strong>OS 2.0<\/strong>.<\/p>\n\n\n\n<p>So, here is the detailed code instructional guide to the <a href=\"https:\/\/webkul.com\/blog\/shopify-multivendor-marketplace-new-theme-launched\/\" target=\"_blank\" rel=\"noreferrer noopener\">Multi-vendor Marketplace app<\/a> and featured apps. It will help you adding codes &amp; configuring your marketplace.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Initiation: Insert Codes <\/h3><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">To Display Seller Rating On Product Description Page<\/h3>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Copy the code to add into <strong>product.json<\/strong> &gt;&gt; <strong>sections\/main-product.liquid<\/strong> file [ Ex- For Dawn theme]<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div class=&#039;wk-rateit&#039;&gt;&lt;\/div&gt;<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\"><h3>To Display Vendor Location on store&#8217;s collection page:-<\/h3><\/p>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Copy the code to add into <strong>collection.json &gt;&gt; sections\/main-collection-product-grid.liquid &gt;&gt; snippets\/product-card.liquid<\/strong> file [ Ex- For Dawn theme]<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div class=&quot;wk_vendor_address&quot; data-vendor=&quot;{{ product_card_product.vendor }}&quot; style=&quot;font-size: 15px;color: #23733a;&quot;&gt;&lt;\/div&gt;<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"519\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-25T164001.247-1200x519.png\" alt=\"collection.liquid\" class=\"wp-image-302702\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-25T164001.247-1200x519.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-25T164001.247-300x130.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-25T164001.247-250x108.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-25T164001.247-768x332.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-25T164001.247.png 1269w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Code For Minimum Purchase Quantity<\/h3><\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\"><h3>To Display Minimum Purchase Quantity on store&#8217;s product page:-<\/h3><\/h4>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Copy the code to add into <strong>product.json<\/strong> &gt;&gt; <strong><strong>sections\/main-product.liquid<\/strong><\/strong> file [ Ex- For Dawn theme]<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div id=&quot;min_purchase_quantity_div&quot; data-productid=&quot;{{ product.id }}&quot;&gt;&lt;\/div&gt;<\/pre>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div class=&quot;wk_qty_selector_value&quot; style=&quot;display:none;&quot;&gt;Minimum purchase quantity for this product is &lt;span class=&quot;qty_value&quot;&gt;...&lt;\/span&gt;&lt;\/div&gt;<\/pre>\n\n\n\n<pre class=\"EnlighterJSRAW\">wk_qty_selector<\/pre>\n\n\n\n<p>Also, copy the code to add into<strong>&nbsp;sections\/main-cart-items.liquid<\/strong>&nbsp;file:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">data-wk_min_qty_{{ item.variant_id }}<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"594\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-25T165143.814-1200x594.png\" alt=\"Screenshot-2021-08-25T165143.814\" class=\"wp-image-302758\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-25T165143.814-1200x594.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-25T165143.814-300x149.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-25T165143.814-250x124.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-25T165143.814-768x380.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-25T165143.814.png 1258w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Code For Seller&#8217;s Minimum Purchase Amount for Orders<\/h3><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">To Restrict Purchases for customers if minimum order amount is not statisfied:-<\/h4>\n\n\n\n<p>Copy the code to add into&nbsp;<strong>sections\/main-cart-items.liquid<\/strong>&nbsp;file [ Ex- For Dawn theme]<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div class=&quot;&quot; id=&quot;wk_minimum_purchase_div&quot; style=&quot;display:none;&quot;&gt;&lt;\/div&gt;<\/pre>\n\n\n\n<p>Also, add code to hide Checkout Button:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">style=&quot;display:none;&quot;<\/pre>\n\n\n\n<p>Moreover, add code to hide additional checkout buttons:- <\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">wk-additional-checkout-btn<\/pre>\n\n\n\n<p>Now, to show the minimum purchase amount on the product description page.<\/p>\n\n\n\n<p>Copy the code to add into&nbsp;<strong>sections\/main-product.liquid<\/strong>&nbsp;file:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div id=&quot;wk_product_mpa&quot; data-product_id=&quot;{{ product.id }}&quot; data-selected_tag=&quot;{{ customer.tags&#091;0] }}&quot;&gt;&lt;\/div&gt;<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Display Details via Theme Editor<\/h3><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">&#8220;Contact Seller&#8221; Button on Product Page<\/h3>\n\n\n\n<p>You can add this button via theme extension on your Shopify store. For this, you need to visit the Shopify store admin and follow the below steps:-<\/p>\n\n\n\n<p>Step 1: Go to Online Store>>Theme>><strong>Customize<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"542\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-11T164155.922-1200x542.png\" alt=\"Screenshot-2021-10-11T164155.922\" class=\"wp-image-308958\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-11T164155.922-1200x542.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-11T164155.922-300x135.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-11T164155.922-250x113.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-11T164155.922-768x347.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-11T164155.922.png 1291w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Step 2: Visit <strong>Home Page<\/strong>>>Products>><strong>Default Product<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"592\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-11T164909.615-1200x592.png\" alt=\"Screenshot-2021-10-11T164909.615\" class=\"wp-image-308959\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-11T164909.615-1200x592.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-11T164909.615-300x148.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-11T164909.615-250x123.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-11T164909.615-768x379.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-11T164909.615.png 1282w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Now, click here to <strong>add a new block<\/strong>:-<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"585\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-11T175132.732-1200x585.png\" alt=\"Screenshot-2021-10-11T175132.732\" class=\"wp-image-308973\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-11T175132.732-1200x585.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-11T175132.732-300x146.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-11T175132.732-250x122.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-11T175132.732-768x375.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/Screenshot-2021-10-11T175132.732.png 1298w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Lastly, add Seller <strong>Contact Button<\/strong>.<\/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\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-6-1200x597.png\" alt=\"rohit-soni-store16-Customize-Dawn-Shopify-6\" class=\"wp-image-308987\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-6-1200x597.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-6-300x149.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-6-250x124.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-6-768x382.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-6.png 1286w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Similarly, you can <strong>add blocks<\/strong> to display the below details on the product description page:-<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Seller Store Description:-<\/h3>\n\n\n\n<p>Do follow the above mentioned steps and get this done.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"590\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-1200x590.png\" alt=\"rohit-soni-store16-Customize-Dawn-Shopify\" class=\"wp-image-308963\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-1200x590.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-300x148.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-250x123.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-768x378.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Seller Store Logo on store\u2019s product description page:-<\/h3>\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\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-5-1200x597.png\" alt=\"rohit-soni-store16-Customize-Dawn-Shopify-5\" class=\"wp-image-308986\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-5-1200x597.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-5-300x149.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-5-250x124.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-5-768x382.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-5.png 1286w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Seller Contact Details :-<\/h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"590\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-2-1200x590.png\" alt=\"rohit-soni-store16-Customize-Dawn-Shopify-2\" class=\"wp-image-308966\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-2-1200x590.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-2-300x148.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-2-250x123.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-2-768x378.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-2.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Also, here&#8217;s to show extra Information About Product:-<\/h3>\n\n\n\n<p>Similarly, you can add this block as well:-<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"534\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-3-1200x534.png\" alt=\"rohit-soni-store16-Customize-Dawn-Shopify-3\" class=\"wp-image-308967\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-3-1200x534.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-3-300x134.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-3-250x111.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-3-768x342.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-3-604x270.png 604w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-3.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Seller Profile Page On Product Description Page:-<\/h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"590\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-4-1200x590.png\" alt=\"rohit-soni-store16-Customize-Dawn-Shopify-4\" class=\"wp-image-308968\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-4-1200x590.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-4-300x148.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-4-250x123.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-4-768x378.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-4.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Seller&#8217;s Extro Information:-<\/h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"590\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-7-1200x590.png\" alt=\"rohit-soni-store16-Customize-Dawn-Shopify-7\" class=\"wp-image-308989\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-7-1200x590.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-7-300x148.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-7-250x123.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-7-768x378.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/rohit-soni-store16-Customize-Dawn-Shopify-7.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Also, you can add more blocks to display product policy as well.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Allow Seller to Create Order<\/h3>\n\n\n\n<p>Also, copy the code to add into&nbsp;<strong>customers\/account.liquid<\/strong>&nbsp;file:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div id=&quot;wk_draft_order_div&quot; data-customerEmail=&quot;{{customer.email}}&quot;&gt;&lt;\/div&gt;<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Seller&#8217;s&nbsp;Shipping&nbsp;Zones<\/h3>\n\n\n\n<p>Also, to add Seller&#8217;s&nbsp;Shipping&nbsp;Zones,<\/p>\n\n\n\n<p>You need to copy the code to add into&nbsp;<strong>sections\/main-product.liquid<\/strong>&nbsp;file:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div id=&quot;wk_shipping_zones&quot; data-productid=&quot;{{ product.id }}&quot; style=&quot;margin:10px 0; overflow-x:auto; width: 100%;&quot;&gt;&lt;\/div&gt;<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Front Store Label Translation<\/h3>\n\n\n\n<p>Also, copy the code to add to&nbsp;<strong>layout\/theme.liquid<\/strong>&nbsp;file:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{% render &#039;wk-mvm-variables&#039; %}<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Codes To Allow Delivery Days<\/h3><\/div>\n\n\n\n<p><meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">Copy the code to add into&nbsp;<strong>sections\/main-product.liquid<\/strong> file:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div id=&quot;wk_delivery_day_div&quot; data-productId=&quot;{{product.id}}&quot;&gt;&lt;\/div&gt;<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Code To Show\u00a0Product\u00a0Review\u00a0on\u00a0Google<\/h3><\/div>\n\n\n\n<p>Also, to show&nbsp;product&nbsp;review&nbsp;on&nbsp;Google, copy the code to add into&nbsp;<strong>sections\/main-product.liquid<\/strong> file:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{% render &#039;mvm-google-widget-review-snippet&#039; %}<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Product Video Description <\/h3><\/div>\n\n\n\n<p>Now, to show&nbsp;video as product description, copy the code to add into&nbsp;<strong>sections\/main-product.liquid<\/strong> file:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{% unless product.metafields.wk_product_video == empty %}{% for wk_product_video_url in product.metafields.wk_product_video %}\n{% assign wk_temp_mf = wk_product_video_url %}\n{% assign value = wk_temp_mf&#091;1] %}\n&lt;video controls width=&quot;180px&quot; height=&quot;160px&quot; style=&quot;margin:5px;object-fit: cover;&quot; alt=&quot;video&quot;&gt;\n&lt;source src=&quot;{{ value }}&quot; type=&quot;video\/mp4&quot;&gt;&lt;\/video&gt;{% endfor %}{% endunless %}<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Product Origin Country On Product Page<\/h3><\/div>\n\n\n\n<p>Also, to display the product origin country on the products description page, copy the following code into <meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\"><strong>sections\/main-product.liquid<\/strong> file:-<br><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div id=&quot;seller_country_origin_div&quot; style=&quot;display:none;&quot; data-productid=&quot;{{ product.id }}&quot; &gt; {%- if product.metafields.wk_origin_country != blank -%}{%- for field in product.metafields.wk_origin_country -%}\n&lt;strong&gt; Seller Origin Country - {{ field | last }} &lt;\/strong &gt; {%- endfor -%}{%- endif -%}&lt;\/div&gt;<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Marketplace Shipping \u00a0<\/h3><\/div>\n\n\n\n<p>FOR SHIPPING CALCULATOR<\/p>\n\n\n\n<p>You need to copy the given code and paste it in your \u2018<strong>main-cart-items.liquid<\/strong>\u2018 file template inside &lt;form&gt; tag:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div id=&quot;wk_shipping_calculate_div&quot; class=&quot;mp-relative&quot; style=&quot;clear: both!important; margin:15px;&quot;&gt;&lt;div id=&quot;wk_shipping_calculate&quot;&gt;&lt;div class=&#039;mp-loader mp-absolute&#039;&gt;&lt;div class=&#039;mp-spinner&#039;&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;\/div&gt;<\/pre>\n\n\n\n<p>In case the Product page is selected, add the above code to <strong>main-product.liquid<\/strong> file.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"588\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-26T190914.333-1200x588.png\" alt=\"Screenshot-2021-08-26T190914.333\" class=\"wp-image-303091\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-26T190914.333-1200x588.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-26T190914.333-300x147.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-26T190914.333-250x122.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-26T190914.333-768x376.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-26T190914.333.png 1205w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>For <a href=\"https:\/\/webkul.com\/blog\/shopify-multivendor-marketplace-shipping\/#zone-wise-shipping\" target=\"_blank\" rel=\"noreferrer noopener\">Zone-wise Shipping<\/a> &#8211; Seller&#8217;s Shipping Zone<\/p>\n\n\n\n<p>To display seller&#8217;s shipping zones Ranges on your store&#8217;s product description, add the codes to <meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\"><strong>main-product.liquid<\/strong> file:- <\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div id=&quot;wk_shipping_zones&quot; data-productid=&quot;{{ product.id }}&quot; style=&quot;margin:10px 0; overflow-x:auto; width: 100%;&quot;&gt;&lt;\/div&gt;<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p> Also, for <a href=\"https:\/\/webkul.com\/blog\/postcode-shipping-multi-vendor-marketplace-for-shopify\/\" target=\"_blank\" rel=\"noreferrer noopener\">PostCode Shipping<\/a>, add the codes to <strong>main-product.liquid<\/strong> file:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div id=&quot;wk_postcode_wise_shipping&quot; data-productid=&quot;{{ product.id }}&quot;&gt;&lt;\/div&gt;<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Store Pickup Feature App Codes<\/h3><\/div>\n\n\n\n<p>To display Store Pickup details on the products description page, add the code to <strong>main-product.liquid<\/strong>:- <\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div id=&quot;wk_store_pickup_div&quot; data-productid=&quot;{{ product.id }}&quot;&gt;&lt;\/div&gt;<\/pre>\n\n\n\n<p>To display Store Pickup address on the order description page, add the code to <strong>customer\/order.liquid<\/strong> file:- <\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;th scope=&quot;col&quot;&gt; {{ &#039;Store Pickup &#039;}}&lt;\/th&gt;&lt;th scope=&quot;col&quot;&gt; {{ &#039;Address&#039; }}&lt;\/th&gt;<\/pre>\n\n\n\n<p>Also, copy the following code into <strong>customer\/order.liquid<\/strong> file inside the body tag of the table below customer.order.total data-label:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;td data-label=&quot;{{&#039;Store Pickup&#039;}}&quot;&gt;{{ line_item.properties.store_pickup}}&lt;\/td&gt;&lt;td data-label=&quot;{{&#039;Address&#039;}}&quot;&gt;{% if line_item.properties.store_pickup_address %}&lt;img  id=&quot;storepickup_direction&quot; title=&quot;{{line_item.properties.store_pickup_address}}&quot; src=&quot;https:\/\/sp-seller.webkul.com\/img\/IconSlices\/get-direction.png&quot; style =&quot; width:25px; height:25px&quot;&gt;{% endif %}&lt;\/td&gt;<\/pre>\n\n\n\n<p class=\"has-background\" style=\"background-color:#f9f2f5\"><strong>IMPORTANT NOTE:-<\/strong> If your theme does not support product properties then, you need to add the below code into <strong>product-form.js<\/strong> file:- <\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text\/html; charset=utf-8&quot;&gt;var properties_data =document.querySelectorAll(&#039;&#091;name^=&quot;properties&quot;]:not(&#091;disabled])&#039;);\nvar properties_object = {};\nproperties_data.forEach((data) =&gt; {\n     if(data.type == &quot;radio&quot;){\n           if(data.checked){\nlet name = data.name.replace(&quot;properties&#091;&quot;, &quot;&quot;).replace(&quot;]&quot;, &quot;&quot;).toString();\n                let value = data.value;\n if(value != &quot;&quot;)\n                    properties_object&#091;name] = value;\n                }\n }\n            else{\n                let name = data.name.replace(&quot;properties&#091;&quot;, &quot;&quot;).replace(&quot;]&quot;, &quot;&quot;).toString();\n                let value = data.value;\n                if(value != &quot;&quot;)\n                    properties_object&#091;name] = value;\n            }\n            });<\/pre>\n\n\n\n<pre class=\"EnlighterJSRAW\">properties: properties_object,<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"592\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-29T182530.676-1-1200x592.png\" alt=\"Screenshot-2021-08-29T182530.676-1\" class=\"wp-image-303428\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-29T182530.676-1-1200x592.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-29T182530.676-1-300x148.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-29T182530.676-1-250x123.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-29T182530.676-1-768x379.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-29T182530.676-1.png 1245w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Custom Option Codes<\/h3><\/div>\n\n\n\n<p>Add the code to display the custom option to your store, copy the below-given code and paste it to&nbsp;<strong><strong>product.json<\/strong>&nbsp;&gt;&gt;&nbsp;<strong>sections\/main-product.liquid<\/strong>&nbsp;file<\/strong> inside the form tag:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{% render &#039;wk-product-custom-option&#039; %}<\/pre>\n\n\n\n<p>Copy the below-given code and paste it to&nbsp;<strong><strong>cart.json&nbsp;<\/strong>&gt;&gt;&nbsp;<strong>section\/main-cart-items-liquid<\/strong>&nbsp;<\/strong>file:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{% assign wk_addon_price = 0 %}<\/pre>\n\n\n\n<p>Copy the below-given code and paste it to <strong><strong>cart.json&nbsp;<\/strong>&gt;&gt;&nbsp;<strong>section\/main-cart-items-liquid<\/strong>&nbsp;<\/strong>file:- <\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{% if property.first contains &#039;Extra\/&#039; %}{% assign wk_addon_price = property.last | times: 100 | plus: wk_addon_price %}&lt;span class=&#039;wk_addon_count&#039; style=&#039;display:none;&#039;&gt;&lt;\/span&gt;{% endif %}<\/pre>\n\n\n\n<p>Also, copy the below-given code and paste it after the properties loop in&nbsp;<strong> <strong><strong>main-cart-item.liquid<\/strong><\/strong><\/strong> file:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{% assign wk_addon_line_price = wk_addon_price | times: item.quantity %}<\/pre>\n\n\n\n<p>Copy the below-given code and paste it inside price object ( {{ item.original_price | money }} )&nbsp;<strong> <strong>main-cart-item.liquid<\/strong><\/strong> file:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">| plus: wk_addon_price<\/pre>\n\n\n\n<p>Also, copy the below-given code and paste it inside product total price object ({{ item.original_line_price | money }} )&nbsp;<strong>main-cart-item.liquid<\/strong> file:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">| plus: wk_addon_line_price<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"593\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-25-1200x593.png\" alt=\"Screenshot-25\" class=\"wp-image-303556\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-25-1200x593.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-25-300x148.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-25-250x124.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-25-768x379.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-25.png 1259w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"593\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-26-1-1200x593.png\" alt=\"Screenshot-26-1\" class=\"wp-image-303562\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-26-1-1200x593.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-26-1-300x148.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-26-1-250x124.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-26-1-768x379.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-26-1.png 1261w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"594\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-27-1200x594.png\" alt=\"Screenshot-27\" class=\"wp-image-303561\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-27-1200x594.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-27-300x149.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-27-250x124.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-27-768x380.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-27.png 1258w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Now, copy the below-given code and paste it inside cart total price object ( {{cart.total_price | money}} )&nbsp;<strong>cart.json &gt;&gt;section\/main-cart-footer.liquid <\/strong>file:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">| plus: wk_addon_cart_total<\/pre>\n\n\n\n<pre class=\"EnlighterJSRAW\">{% assign wk_addon_cart_total = 0 %}\n{%- for item in cart.items -%}\n{% assign wk_addon_price = 0 %}\n{%- for property in item.properties -%}\n{% if property.first contains &#039;Extra\/&#039; %}\n{% assign wk_addon_price = property.last | times: 100 | plus: wk_addon_price %}\n{% endif %}\n{%- endfor -%}\n{% assign wk_addon_line_price = wk_addon_price | times: item.quantity %}\n{% assign wk_addon_cart_total = wk_addon_cart_total | plus: wk_addon_line_price %}\n{%- endfor -%}<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"595\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-28-1200x595.png\" alt=\"Screenshot-28\" class=\"wp-image-303563\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-28-1200x595.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-28-300x149.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-28-250x124.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-28-768x381.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-28.png 1259w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Ask a Question Feature App Codes<\/h3><\/div>\n\n\n\n<p>To display Ask a Question button on the product description page, add the code into <strong>product.json<\/strong>&nbsp;&gt;&gt;&nbsp;<strong>sections\/main-product.liquid<\/strong>&nbsp;file:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div id=&quot;wk-askme&quot;&gt; {% if customer %} &lt;input id=&quot;wk-is-login&quot; type=&quot;hidden&quot; value=&quot;{{ customer.email }}&quot;&gt; &lt;input id=&quot;wk-cust-name&quot; type=&quot;hidden&quot; value=&quot;{{ customer.name }}&quot;&gt; {% endif %} &lt;input id=&quot;wk-id-product&quot; type=&quot;hidden&quot; value=&quot;{{ product.id }}&quot;&gt; &lt;\/div&gt;<\/pre>\n\n\n\n<p>Also, to display the seller queries in the customer \u201cMy Account\u201d section, code into&nbsp;<strong>customers\/account.liquid<\/strong>&nbsp;file:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div&gt;&lt;a href=&#039;\/pages\/ask-a-question\/sellers&#039; target=&#039;_blank&#039; class=&#039;view-customer-queries&#039;&gt;&lt;button class=&#039;btn&#039;&gt;Sellers Query&lt;\/button&gt;&lt;\/a&gt;&lt;\/div&gt;<\/pre>\n\n\n\n<p>To display the product queries in the customer \u201cMy Account\u201d section, add the code into&nbsp;<strong>customers\/account.liquid<\/strong>&nbsp;file:- <\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div id=&quot;wk-customer-queries&quot;&gt; &lt;input id=&quot;wk-customer-email&quot; type=&quot;hidden&quot; value=&quot;{{ customer.email }}&quot;&gt; &lt;\/div&gt;<\/pre>\n\n\n\n<p>Also, add the code into <strong>customers\/order.liquid<\/strong> file:- <\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div id=&quot;wk-askme&quot;&gt; {% if customer %} &lt;input id=&quot;wk-is-login&quot; type=&quot;hidden&quot; value=&quot;{{ customer.email }}&quot;&gt; &lt;input id=&quot;wk-cust-name&quot; type=&quot;hidden&quot; value=&quot;{{ customer.name }}&quot;&gt; {% endif %} &lt;\/div&gt;&lt;script&gt;var orders = JSON.stringify({{order.line_items|json}});&lt;\/script&gt;<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Product Review App Codes<\/h3><\/div>\n\n\n\n<p>Copy following code into<strong> <strong>product.json<\/strong>&nbsp;&gt;&gt;&nbsp;<strong>sections\/main-product.liquid<\/strong><\/strong> file:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{% capture wk_product_review %}{% render &quot;mvm-product-review&quot; %}{% endcapture %} {% unless wk_product_review contains &quot;Liquid error&quot; %} {{ wk_product_review }} {% endunless %}<\/pre>\n\n\n\n<pre class=\"EnlighterJSRAW\">{% capture wk_product_review %}{% render &quot;mvm-product-review&quot; %}{% endcapture %} {% unless wk_product_review contains &quot;Liquid error&quot; %} {{ wk_product_review }} {% endunless %}<\/pre>\n\n\n\n<p>Now, copy following code into&nbsp;<strong>theme.liquid<\/strong>&nbsp;file inside the head tag:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;script&gt;var invalid_name = &#039;Enter your name.&#039;; var invalid_email = &#039;Enter a invalid email address.&#039;; var invalid_summary = &#039;Write some summary about review(minimum 5 characters)&#039;; var invalid_title = &#039;Review title should be less than 160 characters.&#039;; var minimum_desc = &#039;Write some description about review(minimum 5 characters).&#039;; var maximum_desc = &#039;Review description should be less than 2000 characters.&#039;; var invalid_customer = &#039;Invalid Customer! , The customer needs to buy this product before giving the review.&#039;; var already_reviewed = &#039;Your review has already been submitted before!.&#039;; var invalid_rating = &#039;Please give some rating first.&#039;;var empty_rating = &#039;Rating can not be empty.&#039;; &lt;\/script&gt;<\/pre>\n\n\n\n<p>Copy following code into&nbsp;<strong>customers\/account.liquid<\/strong>&nbsp;file:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div id=&quot;wk-your-reviews&quot;&gt; &lt;input id=&quot;wk-cstm-email&quot; type=&quot;hidden&quot; value=&quot;{{ customer.email }}&quot;&gt; &lt;\/div&gt;<\/pre>\n\n\n\n<p>Also, copy the below given code &amp; paste it to&nbsp;<strong>collection.json &gt;&gt; sections\/main-collection-product-grid.liquid &gt;&gt; snippets\/product-card.liquid file<\/strong>:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{% render &quot;mvm-product-collection-review&quot;, product: product_card_product %}<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Global Product App Codes<\/h3><\/div>\n\n\n\n<p>To display global products on product page, add the code <strong>product.json<\/strong>&nbsp;&gt;&gt;&nbsp;<strong>sections\/main-product.liquid<\/strong>&nbsp;file:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div class=&quot;wk_global_product&quot; data-prod =&quot;{{product.id}}&quot; data-var =&quot;{{product.selected_or_first_available_variant.id}}&quot; style=&quot;display:none; border-bottom:1px solid #ddd; border-top:1px solid #ddd; padding:5px;&quot; data-tags=&quot;{{ product.tags }}&quot; &gt;&lt;\/div&gt;<\/pre>\n\n\n\n<p>To hide &#8216;Add to Cart&#8217; button on your store product description page, add the code into&nbsp;<strong><strong>product.json<\/strong>&nbsp;&gt;&gt;&nbsp;<strong>sections\/main-product.liquid<\/strong>&nbsp;file<\/strong>:- <\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{% if product.tags contains &#039;wk_global&#039; %}style=&#039;display:none;&#039;{% endif %}<\/pre>\n\n\n\n<p>Also, to hide &#8216;Add to Cart&#8217; button for seller&#8217;s product on your store product description page:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{% if product.tags contains &#039;se_global&#039; %}style=&#039;display:none;&#039;{% endif %}<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Favorite Product\/Seller Codes <\/h3><\/div>\n\n\n\n<p>To display favorite button on seller products, add the code into&nbsp;<strong><strong>product.json<\/strong>&nbsp;&gt;&gt;&nbsp;<strong>sections\/main-product.liquid<\/strong>&nbsp;file<\/strong> to display the &#8220;favorite&#8221; button on seller products.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div class=&quot;wk_like_btn&quot; style=&quot;cursor:pointer; display:none; padding:5px; clear:both;&quot;&gt;&lt;a&gt;&lt;i class=&quot;fa fa-heart-o&quot; id=&quot;wk_icon&quot; data-like=&quot;&quot; data-total_count=&quot;&quot; aria-hidden=&quot;true&quot;&gt;&lt;\/i&gt;&lt;\/a&gt;&lt;input type=&quot;hidden&quot; class=&quot;customerid&quot; value=&quot;{{ customer.id }}&quot;&gt;&lt;input type=&quot;hidden&quot; class=&quot;productid&quot; value=&quot;{{ product.id }}&quot; data-vid=&quot;&quot;&gt;&lt;\/div&gt;<\/pre>\n\n\n\n<p>Also, here is the code to add into&nbsp;<strong>customers\/account.liquid<\/strong>&nbsp;template to display the favorite product\/seller button on customer account page:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div id=&quot;wk-customer-likes&quot; style=&quot;clear: both!important; margin:10px 0!important;&quot;&gt;&lt;input id=&quot;wk-customer-id&quot; type =&quot;hidden&quot; value=&quot;{{ customer.id }}&quot;&gt;&lt;\/div&gt;<\/pre>\n\n\n\n<p>Add the code into&nbsp;<strong>page.mp_seller_profile.liquid&nbsp;<\/strong>template to display the \u201cfavorite\u201d button on seller profile page:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;input type=&quot;hidden&quot; class=&quot;customerid&quot; id=&quot;customerid&quot; value=&quot;{{customer.id}}&quot;&gt;<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Stock Management App Codes<\/h3><\/div>\n\n\n\n<p>Copy following code into&nbsp;<strong><strong>product.json<\/strong>&nbsp;&gt;&gt;&nbsp;<strong>sections\/main-product.liquid<\/strong>&nbsp;file<\/strong> to display the &#8220;fulfillment&#8221; logo on seller products:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div id=&quot;wk_ff_service&quot; style=&quot;margin:15px 0;clear:both;&quot;&gt;&lt;input type=&quot;hidden&quot; id=&quot;productid&quot; value=&quot;{{ product.id }}&quot;&gt;&lt;\/div&gt;<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Seller Vacation App Codes<\/h3><\/div>\n\n\n\n<p>Add the code into&nbsp;<strong><strong>product.json<\/strong>&nbsp;&gt;&gt;&nbsp;<strong>sections\/main-product.liquid<\/strong>&nbsp;file<\/strong> to display the &#8220;Seller Vacation Message&#8221;:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div id=&quot;wk_seller_vacation_div&quot; data-productid=&quot;{{ product.id }}&quot;&gt;&lt;\/div&gt;<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Seller Time Slot Management Codes<\/h3><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">To hide Add to Cart<\/h4>\n\n\n\n<p>Copy the below-given code and paste it to&nbsp;<strong><strong>product.json<\/strong>&nbsp;&gt;&gt;&nbsp;<strong>sections\/main-product.liquid<\/strong>&nbsp;file<\/strong> inside the form tag:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div id=&quot;wk_seller_time_slot&quot; data-productid =&quot;{{product.id}}&quot;&gt;&lt;\/div&gt;<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Add wk_cart to class of Add to cart button<\/h4>\n\n\n\n<p>Copy the below-given code and paste it to&nbsp;<strong><strong>product.json<\/strong>&nbsp;&gt;&gt;&nbsp;<strong>sections\/main-product.liquid<\/strong>&nbsp;file<\/strong> inside class of Add to cart button<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">wk_cart<\/pre>\n\n\n\n<p>Also, copy the below-given code and paste it to&nbsp;<strong><strong>product.json<\/strong>&nbsp;&gt;&gt;&nbsp;<strong>sections\/main-product.liquid<\/strong>&nbsp;file<\/strong>&nbsp;above Add To Cart button:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;span id=&quot;wk_cart_error&quot;  style=&quot;display:none&quot; &gt;Store Closed, Try after some time&lt;\/span&gt;<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Error Label message for normal cart<\/h4>\n\n\n\n<p>Add the below-given code and paste it to&nbsp;<strong><strong>cart.json&nbsp;&gt;&gt;section\/main-cart-footer.liquid<\/strong><\/strong> file after Checkout button:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;span id=&quot;wk_cart_error&quot;  style=&quot;display:none&quot; &gt;Store Closed, Try after some time&lt;\/span&gt;<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Error Label message for split cart<\/h4>\n\n\n\n<p>Also, copy the below-given code and paste it to&nbsp;<strong><strong><strong><strong><strong>cart.json&nbsp;&gt;&gt;section\/main-cart-footer.liquid<\/strong><\/strong> <\/strong><\/strong><\/strong>template after Checkout button:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;span id=&quot;wk_cart_error_{{vendor | replace: &#039; &#039;, &#039;_&#039;}}&quot;  style=&quot;display:none&quot; &gt;Store Closed, Try after some time&lt;\/span&gt;<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Hyperlocal Marketplace Codes<\/h3><\/div>\n\n\n\n<p>Here is the code to activate the hyperlocal marketplace on your store, add the code into&nbsp;<strong>theme.liquid<\/strong>&nbsp;file inside the head tag:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{% capture the_snippet_content %}{% include &#039;mvm-hyperlocal-config&#039; %}{% endcapture %}{% unless the_snippet_content contains &quot;Liquid error&quot; %}{% if hyperlocal_active == 1 %}&lt;script type=&quot;text\/javascript&quot; src=&quot;https:\/\/sp-seller.webkul.com\/shopify-mp\/js\/hyperlocal_mp.js&quot;&gt;&lt;\/script&gt;&lt;script&gt; var hyperlocal_active = {{ hyperlocal_active }}; var no_seller_found = &quot;{{ no_seller_found }}&quot;; var seller_not_deliver = &quot;{{ seller_not_deliver }}&quot;;var add_location_btn = &quot;{{ add_location_btn }}&quot;; var delv_location_req = &quot;{{ delv_location_req }}&quot;;var product_unavailable = &quot;{{product_unavailable}}&quot;; &lt;\/script&gt;{% endif %}{% endunless %}<\/pre>\n\n\n\n<p>To customise the storefront background image and content, follow the below steps:-<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Create section <\/strong>for hyperlocal in theme.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"555\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-20-1200x555.png\" alt=\"Screenshot-20\" class=\"wp-image-303503\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-20-1200x555.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-20-300x139.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-20-250x116.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-20-768x356.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-20.png 1307w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\"><li>After that Navigate to customize theme.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"508\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-21-2-1200x508.png\" alt=\"Screenshot-21-2\" class=\"wp-image-303509\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-21-2-1200x508.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-21-2-300x127.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-21-2-250x106.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-21-2-768x325.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-21-2.png 1286w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\"><li>Now, search <strong>Hyperlocal <\/strong>Section for Home page and add to your theme <\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"556\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-by-Lightshot-1200x556.png\" alt=\"Screenshot-by-Lightshot\" class=\"wp-image-303510\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-by-Lightshot-1200x556.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-by-Lightshot-300x139.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-by-Lightshot-250x116.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-by-Lightshot-768x356.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-by-Lightshot.png 1349w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>This is how it appears:-<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"567\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-22-1200x567.png\" alt=\"Screenshot-22\" class=\"wp-image-303511\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-22-1200x567.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-22-300x142.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-22-250x118.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-22-768x363.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-22.png 1316w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Use this code to show the customer location on your store header, add the code into <strong>header.liquid<\/strong> template inside the header tag:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div style=&quot;display:none;background: #FFFFFF;box-shadow: 0 0 4px 0 rgba(0,0,0,0.14);border-radius: 4px;width:32.1%;height:7.1%;margin-top:3px;font-family: Montserrat-Regular;font-size: 14px;color: #555555;&quot; class=&#039;wk_cstm_loc&#039;&gt;&lt;div id=&quot;wk_customer_addr&quot; style=&quot;display:inline-flex;border-right:solid #33333333 1px;margin:5px;padding:4px;width:50%&quot;&gt;&lt;\/div&gt;&lt;div id=&quot;wk_change_location&quot; style=&quot;padding:22px;cursor:pointer;font-family: Montserrat-Regular;font-size: 14px;color: #215FE0;&quot;&gt;&lt;\/div&gt;&lt;\/div&gt;<\/pre>\n\n\n\n<p>Add this code to <strong>collection.json<\/strong>&nbsp;&gt;&gt;&nbsp;<strong>sections\/main-collection-product-grid.liquid&nbsp;<\/strong>&gt;&gt;&nbsp;<strong>snippets\/product-card.liquid<\/strong> to display product availability on collection page:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div class=&quot;wk_hyperlocal_mp&quot; data-productid=&quot;{{product_card_product.id}}&quot; style=&quot;display:none&quot;&gt;&lt;\/div&gt;&lt;div class=&quot;wk_hyperlocal_vendor&quot; data-value=&quot;{{product_card_product.vendor}}&quot; style=&quot;color:#ff471a&quot;&gt;&lt;\/div&gt;<\/pre>\n\n\n\n<p>Also, use this code to restrict customer to buy seller product if not available in seller range, add class to<strong> product<\/strong>&#8211;<strong>card.liquid <\/strong>to restrict product when &#8220;HyperLocal is Enabled&#8221;:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">wk-search-list wk_hyperlocal_prod_{{ product_card_product.id }}<\/pre>\n\n\n\n<p>Add this to inseries where you added above code:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">data-prod-id=&quot;{{ product_card_product.id }}&quot;<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"543\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-23-1200x543.png\" alt=\"Screenshot-23\" class=\"wp-image-303512\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-23-1200x543.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-23-300x136.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-23-250x113.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-23-768x348.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-23.png 1337w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Now, use this code to restrict customer to buy seller product if not available in seller range, add the code into <strong>main-product.liquid<\/strong> file inside section.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{% capture the_snippet_content %}{% include &#039;mvm-hyperlocal-config&#039; %}{% endcapture %}\n&lt;div class=&quot;wk_hyperlocal_mp&quot; data-productid=&quot;{{product.id}}&quot;  style=&quot;display:none&quot;&gt;&lt;\/div&gt;&lt;div id=&quot;wk_product_available&quot;&gt;&lt;\/div&gt;<\/pre>\n\n\n\n<p>Also, add class wk_hyperlocal along with Add to cart button in <strong>main-product.liquid<\/strong> section.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">class=&quot;btn product-form__cart-submit wk_hyperlocal&quot;<\/pre>\n\n\n\n<p>Add the below line inside the Add to cart button in <strong>main-product.liquid<\/strong> section:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{% if hyperlocal_active == 1 %}disabled=&quot;disabled&quot;{% endif %}<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"544\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-24-1200x544.png\" alt=\"Screenshot-24\" class=\"wp-image-303513\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-24-1200x544.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-24-300x136.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-24-250x113.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-24-768x348.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-24.png 1349w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Pay What You Want<\/h3><\/div>\n\n\n\n<p>To show Price input field in product page, add the codes to&nbsp;<strong>main-product.liquid<\/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>Now, to hide pay what you want product price, add the codes to&nbsp;<strong>main-product.liquid<\/strong> file:- <\/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>Also, to add code inside class attribute your Add to cart button,  add the codes to&nbsp;<strong>main-product.liquid <\/strong>file:-<\/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>Add code inside attribute your Add to cart button, add the codes to&nbsp;<strong>main-product.liquid <\/strong>file:- <\/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>To add class to your quantity selector,  add the codes to&nbsp;<strong>main-product.liquid <\/strong>file:-  <\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\"> wk_qty_selector<\/pre>\n\n\n\n<p>Also, to hide pay what you want product price from search product page,  add the codes to&nbsp;<strong>main-<strong>product.liquid <\/strong>file:- <\/strong><\/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<h4 class=\"wp-block-heading\">Calculate price form cart page for pay what you want product:-<\/h4>\n\n\n\n<p>Copy the below given code &amp; paste it to&nbsp;<strong>main-cart-items.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>Also, to update price column, copy the below given code &amp; paste it to&nbsp;<strong>main-cart-items.liquid <\/strong>file<strong>:-<\/strong><\/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\n{% endif %}<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"705\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-by-Lightshot-1-1-1200x705.png\" alt=\"Screenshot-by-Lightshot-1-1\" class=\"wp-image-303580\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-by-Lightshot-1-1-1200x705.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-by-Lightshot-1-1-300x176.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-by-Lightshot-1-1-250x147.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-by-Lightshot-1-1-768x452.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-by-Lightshot-1-1.png 1257w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>To update total price column, copy the below given code &amp; paste it to&nbsp;<strong><strong>main-cart-items.liquid<\/strong>&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<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"695\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-by-Lightshot-2-1200x695.png\" alt=\"Screenshot-by-Lightshot-2\" class=\"wp-image-303588\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-by-Lightshot-2-1200x695.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-by-Lightshot-2-300x174.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-by-Lightshot-2-250x145.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-by-Lightshot-2-768x445.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-by-Lightshot-2.png 1264w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Also, to update Sub Total price, copy the below given code &amp; paste it to&nbsp;<strong><strong>cart.json&gt;&gt;section\/main-cart-footer.liquid<\/strong><\/strong> file:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{% assign wk_pay_whatever_extra_price = 0 %}\n{%- for item in cart.items -%}\n{%- if item.original_line_price != item.final_line_price -%}\n{% 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: item.quantity | times: 100%}\n{% assign wk_pay_whatever_extra_price = pay_whatever_line_price | minus: item.final_line_price | plus: wk_pay_whatever_extra_price %}\n{% endif %}\n{%- else -%}\n{% 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: item.quantity | times: 100%}\n{% assign wk_pay_whatever_extra_price = pay_whatever_line_price | minus: item.original_line_price | plus: wk_pay_whatever_extra_price %}\n{% endif %}\n{%- endif -%}\n{%- endfor -%}\n{% if wk_pay_whatever_extra_price != 0%}\n{{&lt;!-- cart total price object --&gt; | plus: wk_pay_whatever_extra_price | money}}\n{%else%}\n{{ &lt;!-- cart total price object --&gt; | money }}\n{%endif%}<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"580\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-29-1200x580.png\" alt=\"Screenshot-29\" class=\"wp-image-303589\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-29-1200x580.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-29-300x145.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-29-250x121.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-29-768x371.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-29.png 1271w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Add class to your checkout button on cart page&nbsp;<strong><strong><strong>main-cart-items.liquid<\/strong><\/strong> <\/strong>file:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">wk_checkout_btn<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"583\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-30-1200x583.png\" alt=\"Screenshot-30\" class=\"wp-image-303590\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-30-1200x583.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-30-300x146.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-30-250x121.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-30-768x373.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-30.png 1268w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Codes for Split Cart Feature App<\/h3><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">Add this to Order processing Additional scripts<\/h4>\n\n\n\n<p>You need to add this at&nbsp;<strong>Settings -&gt; Checkout -&gt; Order processing -&gt; Additional scripts<\/strong>&nbsp;and add below script:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;script&gt;var z=&#039;&lt;a href=&quot;\/cart&quot;&gt;&lt;button name=&quot;button&quot; type=&quot;submit&quot; id=&quot;return_to_cart&quot; class=&quot;step__footer__continue-btn btn&quot; style=&quot;&quot; aria-busy=&quot;false&quot;&gt;&lt;span class=&quot;btn__content&quot; data-continue-button-content=&quot;true&quot;&gt;Back to Cart&lt;\/span&gt;&lt;\/button&gt;&lt;\/a&gt;&#039;;&lt;\/script&gt;<\/pre>\n\n\n\n<p class=\"has-background\" style=\"background-color:#f8e5e9\"><strong>NOTE<\/strong>:- You need to <strong>Create Section<\/strong> for Split Cart in theme (as shown in the screenshot). <strong><a href=\"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/#hyperlocal-marketplace-codes\">Click here<\/a><\/strong> to check the step-by-step instructions. <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"560\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-31-1200x560.png\" alt=\"Screenshot-31\" class=\"wp-image-303692\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-31-1200x560.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-31-300x140.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-31-250x117.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-31-768x359.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-31.png 1334w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Also, to know more about Split Cart feature app, <strong>refer the <a href=\"https:\/\/webkul.com\/blog\/shopify-multivendor-marketplace-split-cart\/\" target=\"_blank\" rel=\"noreferrer noopener\">detailed guide<\/a><\/strong>.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Seller Badge Codes<\/h3><\/div>\n\n\n\n<p>Add the code to show badges pn product page<\/p>\n\n\n\n<p>Get the below-given code and paste it to&nbsp;<strong>&nbsp;<strong>main-product.liquid<\/strong>&nbsp;file<\/strong> outside the form tag:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div id=&quot;wk_seller_badge_div&quot; data-productid=&quot;{{ product.id }}&quot;&gt;&lt;\/div&gt;<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Route Insurance Code<\/h3><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">Display Insurance Model at Cart Page<\/h4>\n\n\n\n<p>Copy following code as first line of&nbsp;<strong><strong><strong>main-cart-items.liquid<\/strong>&nbsp;<\/strong><\/strong>file:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;header&gt; &lt;script src=&quot;https:\/\/cdn.routeapp.io\/route-widget\/stable\/route-widget-stable.min.js&quot;&gt;&lt;\/script&gt; &lt;\/header&gt;<\/pre>\n\n\n\n<p>Copy following code into&nbsp;<strong><strong><strong><strong>main-cart-items.liquid<\/strong><\/strong><\/strong><\/strong> template above the checkout button:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div id=&quot;RouteWidget&quot;&gt;&lt;\/div&gt;<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Display Insurance Model at Customers\/Order Page<\/h4>\n\n\n\n<p>Copy following code as first line of&nbsp;<strong>customers\/order.liquid<\/strong>&nbsp;file:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;header&gt;&lt;script src=&quot;https:\/\/route-cdn.s3.amazonaws.com\/route-widget-shopify\/route-widget-static.min.js&quot;&gt;&lt;\/script&gt;&lt;\/header&gt;<\/pre>\n\n\n\n<p>Copy following code into&nbsp;<strong>customers\/order.liquid<\/strong>&nbsp;template, after your order details code:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div class=&quot;route-div&quot;&gt;&lt;\/div&gt;<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Stripe Connect Code<\/h3><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">Connect seller Stripe account to your Stripe account<\/h4>\n\n\n\n<p>Copy following code into&nbsp;<strong>Redirect URIs<\/strong>&nbsp;inside account applications settings:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">https:\/\/&lt;strong&gt;example&lt;\/strong&gt;.sp-seller.webkul.com\/index.php?p=stripe_connect_config&amp;sid=31130&amp;type=connect<\/pre>\n\n\n\n<p>Copy the below given code &amp; paste it to&nbsp;<strong><strong>sections\/main-cart-items.liquid<\/strong><\/strong> file:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;script&gt;var wk_stripe_thank_you_page = true; &lt;\/script&gt;<\/pre>\n\n\n\n<p>Also, copy the below given code &amp; paste it to&nbsp;<strong>customers\/order.liquid<\/strong>&nbsp;template file:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;div style=&quot;display:none;&quot; id=&quot;wk_order_payment_status&quot; data-payment_status=&quot;{{ order.financial_status }}&quot; data-sh_gateway=&quot;{{ order.transactions&#091;0].gateway }}&quot; data-wk_gateway=&quot;Stripe Payment&quot; data-wk_pp_gateway=&quot;&quot;&gt;&lt;\/div&gt;<\/pre>\n\n\n\n<p>Now, copy the below given code &amp; paste it to Additional scripts inside checkout in Shopify store settings:-<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;script&gt;var wk_loader_message1 = &quot;Please Wait...while redirecting you to the order status page&quot;;  var wk_loader_message2 = &quot;Do Not Press Back Or Refresh button&quot;; &lt;\/script&gt;<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Need Help?<\/h3><\/div>\n\n\n\n<p>Code instructions are stated clearly. Still, if you have any doubt or confusion, kindly reach out to us at <strong>support@webkul.com<\/strong>. <\/p>\n\n\n\n<p>Also, you can create ticket request from here: <a href=\"https:\/\/webkul.uvdesk.com\/en\/customer\/create-ticket\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/webkul.uvdesk.com\/en\/customer\/create-ticket\/<\/a><\/p>\n\n\n\n<p>The concerned team will assist you.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Soon after Shopify has announced the biggest update Online Store 2.0, we have made the changes in our Multi-vendor Marketplace apps as per Online Store 2.0 standards. Make sure to add codes in the suggested liquid file in case you are using OS 2.0. So, here is the detailed code instructional guide to the Multi-vendor <a href=\"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":183,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[841],"tags":[2626,3911,2160,3453,8349],"class_list":["post-302617","post","type-post","status-publish","format-standard","hentry","category-shopify","tag-code","tag-how-to-paste-codes-in-liquid-file","tag-multivendor-marketplace","tag-multivendor-marketplace-app","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>Code Instruction To Online Store 2.0 \u2013Multi-vendor Marketplace for Shopify<\/title>\n<meta name=\"description\" content=\"In this guide, we will explain how merchant can add codes to liquid files in Online Store 2.0 via Multi-vendor Marketplace app for Shopify.\" \/>\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\/code-instruction-to-online-store-2-0\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Code Instruction To Online Store 2.0 \u2013Multi-vendor Marketplace for Shopify\" \/>\n<meta property=\"og:description\" content=\"In this guide, we will explain how merchant can add codes to liquid files in Online Store 2.0 via Multi-vendor Marketplace app for Shopify.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/\" \/>\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=\"2021-08-25T13:27:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-10-11T13:20:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-25T164001.247-1200x519.png\" \/>\n<meta name=\"author\" content=\"Supriya Srivastava\" \/>\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=\"Supriya Srivastava\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"19 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/\"},\"author\":{\"name\":\"Supriya Srivastava\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/82e882f9d26265c50d20efca6f27f973\"},\"headline\":\"Code Instruction To Online Store 2.0 &#8211; Multi-vendor Marketplace for Shopify\",\"datePublished\":\"2021-08-25T13:27:48+00:00\",\"dateModified\":\"2021-10-11T13:20:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/\"},\"wordCount\":2183,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-25T164001.247-1200x519.png\",\"keywords\":[\"code\",\"How to Paste Codes in Liquid File\",\"Multivendor marketplace\",\"Multivendor marketplace app\",\"multivendor marketplace for shopify\"],\"articleSection\":[\"Shopify\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/\",\"url\":\"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/\",\"name\":\"Code Instruction To Online Store 2.0 \u2013Multi-vendor Marketplace for Shopify\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-25T164001.247-1200x519.png\",\"datePublished\":\"2021-08-25T13:27:48+00:00\",\"dateModified\":\"2021-10-11T13:20:21+00:00\",\"description\":\"In this guide, we will explain how merchant can add codes to liquid files in Online Store 2.0 via Multi-vendor Marketplace app for Shopify.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-25T164001.247.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-25T164001.247.png\",\"width\":1269,\"height\":549,\"caption\":\"Screenshot-2021-08-25T164001.247\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Code Instruction To Online Store 2.0 &#8211; Multi-vendor Marketplace 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\/82e882f9d26265c50d20efca6f27f973\",\"name\":\"Supriya Srivastava\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/01a0336285ee18d95bdb526260e11e31f9329f011ca4e492c66b84651cb36281?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\/01a0336285ee18d95bdb526260e11e31f9329f011ca4e492c66b84651cb36281?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"caption\":\"Supriya Srivastava\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/supriya-srivastava691\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Code Instruction To Online Store 2.0 \u2013Multi-vendor Marketplace for Shopify","description":"In this guide, we will explain how merchant can add codes to liquid files in Online Store 2.0 via Multi-vendor Marketplace app for Shopify.","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\/code-instruction-to-online-store-2-0\/","og_locale":"en_US","og_type":"article","og_title":"Code Instruction To Online Store 2.0 \u2013Multi-vendor Marketplace for Shopify","og_description":"In this guide, we will explain how merchant can add codes to liquid files in Online Store 2.0 via Multi-vendor Marketplace app for Shopify.","og_url":"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2021-08-25T13:27:48+00:00","article_modified_time":"2021-10-11T13:20:21+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-25T164001.247-1200x519.png","type":"","width":"","height":""}],"author":"Supriya Srivastava","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Supriya Srivastava","Est. reading time":"19 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/"},"author":{"name":"Supriya Srivastava","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/82e882f9d26265c50d20efca6f27f973"},"headline":"Code Instruction To Online Store 2.0 &#8211; Multi-vendor Marketplace for Shopify","datePublished":"2021-08-25T13:27:48+00:00","dateModified":"2021-10-11T13:20:21+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/"},"wordCount":2183,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-25T164001.247-1200x519.png","keywords":["code","How to Paste Codes in Liquid File","Multivendor marketplace","Multivendor marketplace app","multivendor marketplace for shopify"],"articleSection":["Shopify"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/","url":"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/","name":"Code Instruction To Online Store 2.0 \u2013Multi-vendor Marketplace for Shopify","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-25T164001.247-1200x519.png","datePublished":"2021-08-25T13:27:48+00:00","dateModified":"2021-10-11T13:20:21+00:00","description":"In this guide, we will explain how merchant can add codes to liquid files in Online Store 2.0 via Multi-vendor Marketplace app for Shopify.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-25T164001.247.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/Screenshot-2021-08-25T164001.247.png","width":1269,"height":549,"caption":"Screenshot-2021-08-25T164001.247"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/code-instruction-to-online-store-2-0\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Code Instruction To Online Store 2.0 &#8211; Multi-vendor Marketplace 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\/82e882f9d26265c50d20efca6f27f973","name":"Supriya Srivastava","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/01a0336285ee18d95bdb526260e11e31f9329f011ca4e492c66b84651cb36281?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\/01a0336285ee18d95bdb526260e11e31f9329f011ca4e492c66b84651cb36281?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","caption":"Supriya Srivastava"},"url":"https:\/\/webkul.com\/blog\/author\/supriya-srivastava691\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/302617","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\/183"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=302617"}],"version-history":[{"count":55,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/302617\/revisions"}],"predecessor-version":[{"id":461789,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/302617\/revisions\/461789"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=302617"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=302617"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=302617"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}