{"id":287147,"date":"2021-04-15T12:49:01","date_gmt":"2021-04-15T12:49:01","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=287147"},"modified":"2021-08-09T08:52:48","modified_gmt":"2021-08-09T08:52:48","slug":"laravel-marketplace-product-quote-system-2","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/","title":{"rendered":"Laravel Marketplace Product Quote System:"},"content":{"rendered":"\r\n<p><strong>Laravel Marketplace Product Quote System<\/strong> module allows the customer to send a quotation to the sellers. Under this module, a seller can see the customer\u2019s quotation and approve or disapprove it.<br \/>The quote feature can be enabled while creating the products, then the product is available for the quote process. The message feature is also available in this module.<\/p>\r\n\r\n\r\n\r\n<p><strong>Note &#8211;<\/strong>\u00a0This is an add-on of the marketplace, so you need to install\u00a0<a href=\"https:\/\/store.webkul.com\/laravel-multi-vendor-marketplace.html\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Laravel Marketplace Module<\/strong><\/a>\u00a0first for using this add-on.<\/p>\r\n\r\n\r\n\r\n<div class=\"wk-index-wrap\">\r\n<h3 class=\"index-title\">All Features:-<\/h3>\r\n<\/div>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li>The admin and Seller can enable the quote system for their products.<\/li>\r\n<li>The customer can enter custom prices for quoted products.<\/li>\r\n<li>Customers can order the seller\u2019s products in bulk.<\/li>\r\n<li>The admin and seller can set quotes according to the global configuration.<\/li>\r\n<li>The customer, Admin, and Seller all can view the quoted products.<\/li>\r\n<li>Sellers can view the bulk orders, price, and status of a particular quoted product.<\/li>\r\n<li>Buyers can communicate with sellers about their queries.<\/li>\r\n<li>The admin can also change the status of the customer quote.<\/li>\r\n<li>The admin can also add the quote system to their products.<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<div class=\"wk-index-wrap\">\r\n<h3 class=\"index-title\">How to install the module?<\/h3>\r\n<\/div>\r\n\r\n\r\n\r\n<p>Unzip the respective extension zip and then merge <strong>&#8220;packages&#8221;<\/strong> folder into project root directory.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bagisto-laravel-eCommrce-eBay-connector-installation.png\" alt=\"laravel marketplace product quote\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<p>Go to <strong>config\/app.php<\/strong> file and add following line under<strong> &#8216;providers&#8217;<\/strong>.<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">Webkul\\MarketplaceQuotes\\Providers\\MarketplaceQuotesServiceProvider::class<\/pre>\r\n\r\n\r\n\r\n<p>Go to <strong>composer.json<\/strong> file and add following line under <strong>&#8216;psr-4&#8217;<\/strong>.<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">\"Webkul\\MarketplaceQuotes\\\": \"packages\/Webkul\/MarketplaceQuotes\"<\/pre>\r\n\r\n\r\n\r\n<p>Run these commands below to complete the setup<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">composer dump-autoload\r\nphp artisan route:cache\r\nphp artisan route:cache\r\nphp artisan migrate\r\nphp artisan vendor:publish<\/pre>\r\n\r\n\r\n\r\n<p>-&gt; Press 0 and then press enter to publish all assets and configurations.<\/p>\r\n\r\n\r\n\r\n<div class=\"wk-index-wrap\">\r\n<h3 class=\"index-title\">Module Configuration:<\/h3>\r\n<\/div>\r\n\r\n\r\n\r\n<p>After the successfully installation of the module the admin can enable and disable the quote feature for every product while creating product and can also set the minimum quote quantity for that product as shown below:-<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/04\/per-quote-1.png\" alt=\"per-quote-1\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<p><strong>Enable quote:<\/strong> The admin can set yes or no to enable and disable the quote functionality.<\/p>\r\n\r\n\r\n\r\n<p><strong>Minimum quote quantity:-<\/strong> The admin can set a minimum quantity of products that customer can quote and need to purchase the minimum set of items. They can increase the quantity as per their requirement.<\/p>\r\n\r\n\r\n\r\n<div class=\"wk-index-wrap\">\r\n<h3 class=\"index-title\">Front End:<\/h3>\r\n<\/div>\r\n\r\n\r\n\r\n<p>After enabling the quote status for a particular product, customers can give their quote on the\u00a0<strong>product page<\/strong>\u00a0to discuss with the seller and admin.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/quote-product-page-1200x612.png\" alt=\"quote-product-page\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<p>Customer can click on the <strong>&#8220;quote the product&#8221;<\/strong>, and upon clicking there will be a pop up message. Customer can put the number of the quantity, quoted price and description for the same. Image is shown below:<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/product-quote-system-popup-1-1200x598.png\" alt=\"product-quote-system-popup-1\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<p>After clicking the <strong>request button<\/strong>, a pop up message will come up as shown below:-<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/product-quote-successfully-added-customer-1-1200x615.png\" alt=\"product-quote-successfully-added-customer-1\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<p>The customer can also the request quote in their dashboard as shown below:-<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/product-quote-system-customer-dashboard-1-1200x583.png\" alt=\"product-quote-system-customer-dashboard-1\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<p>Under the <strong>My quote<\/strong>, the customer has the option to edit or delete the products. By clicking the pencil button, the customer can edit or modify the quote and also share the message to the seller.<\/p>\r\n\r\n\r\n\r\n<p>There is also delete option for the customer and customer can delete the quote from the dashboard as shown below:-<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/quote-details-customer-page-1-1200x596.png\" alt=\"quote-details-customer-page-1\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<div class=\"wk-index-wrap\">\r\n<h3 class=\"index-title\">Seller Dashboard:-<\/h3>\r\n<\/div>\r\n\r\n\r\n\r\n<p>Similarly, like admin, the seller can also enable and disable the <strong>quote<\/strong> for each product. While creating the products, the seller can set the minimum quote quantity for each product as shown below:-<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/seller-product-quote-1200x594.png\" alt=\"seller-product-quote\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<p>The seller can see the quotes in their dashboard under the marketplace section as shown below:-<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/seller-dashboard-quote-management-1200x586.png\" alt=\"seller-dashboard-quote-management\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<p>The seller has the option to edit or delete the quote sent by the customer. On the edit option, the seller has option to negotiate with the customer as shown below:-<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/03\/Screenshot-from-2021-04-09-16-55-51-1200x675.png\" alt=\"Screenshot-from-2021-04-09-16-55-51\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<p>The seller can put their quote and respond back to the customer with the description of the message. Also, they have the option to accept the order and update the status from <strong>processing to complete.<\/strong><\/p>\r\n\r\n\r\n\r\n<p>On acceptance of the quote by the seller, add to cart will be activated in the front-end side and product can be added to the cart as shown below:-<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/04\/image-38-1200x583.png\" alt=\"image-38\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<p>The seller can negotiate with the budget and a detailed message will be shown as <strong>&#8220;quote conversation&#8221;<\/strong> as shown below:-<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/04\/image-39-1200x552.png\" alt=\"image-39\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<div class=\"wk-index-wrap\">\r\n<h3 class=\"index-title\">Admin Management:-<\/h3>\r\n<\/div>\r\n\r\n\r\n\r\n<p>To see the quotes the admin need to navigate to <strong>Marketplace&gt;&gt;Quote Management<\/strong>.<\/p>\r\n\r\n\r\n\r\n<p>Here all the quotes are visible to the admin requested by the admin as shown in the image below:-<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/mp-product-quote-system-1200x544.png\" alt=\"mp-product-quote-system\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<p>Here the admin can see all the details of the quote like <strong>order id, seller name, product name, customer name, product quantity, price requested, Description, Status.<\/strong><\/p>\r\n\r\n\r\n\r\n<p>The admin can even delete the quote and by clicking on the dustbin icon and thereafter admin can also edit the things by clicking on the pencil icon as shown below in the image:<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/04\/Screenshot-from-2021-04-09-17-11-15-1200x675.png\" alt=\"Screenshot-from-2021-04-09-17-11-15\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<p>The complete quote conversation can be watched on the <strong>&#8220;Quote conversation&#8221;<\/strong><\/p>\r\n\r\n\r\n\r\n<p>That&#8217;s all about the <strong>Laravel Marketplace Product Quote System<\/strong>.<\/p>\r\n\r\n\r\n\r\n<p>If you have any issue please feel free to add a ticket then let us know your views to make the module better\u00a0<a href=\"https:\/\/bagisto.uvdesk.com\/en\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/bagisto.uvdesk.com\/en\/<\/a><\/p>\r\n","protected":false},"excerpt":{"rendered":"<p>Laravel Marketplace Product Quote System module allows the customer to send a quotation to the sellers. Under this module, a seller can see the customer\u2019s quotation and approve or disapprove it.The quote feature can be enabled while creating the products, then the product is available for the quote process. The message feature is also available <a href=\"https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":346,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[8055,8054,106],"class_list":["post-287147","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-bagisto","tag-laravel-ecommerce","tag-marketplace"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Laravel Marketplace Product Quote System: - Webkul Blog<\/title>\n<meta name=\"description\" content=\"Laravel Marketplace Product Quote System module allows the customer to send a quotation to the sellers and can negotiate with them.\" \/>\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\/laravel-marketplace-product-quote-system-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Laravel Marketplace Product Quote System: - Webkul Blog\" \/>\n<meta property=\"og:description\" content=\"Laravel Marketplace Product Quote System module allows the customer to send a quotation to the sellers and can negotiate with them.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/\" \/>\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-04-15T12:49:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-09T08:52:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bagisto-laravel-eCommrce-eBay-connector-installation.png\" \/>\n<meta name=\"author\" content=\"Saurabh Dutta\" \/>\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=\"Saurabh Dutta\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/\"},\"author\":{\"name\":\"Saurabh Dutta\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/86b6c01f82e3dc2b2eb1db3b114dbde5\"},\"headline\":\"Laravel Marketplace Product Quote System:\",\"datePublished\":\"2021-04-15T12:49:01+00:00\",\"dateModified\":\"2021-08-09T08:52:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/\"},\"wordCount\":810,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bagisto-laravel-eCommrce-eBay-connector-installation.png\",\"keywords\":[\"Bagisto\",\"Laravel eCommerce\",\"marketplace\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/\",\"url\":\"https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/\",\"name\":\"Laravel Marketplace Product Quote System: - Webkul Blog\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bagisto-laravel-eCommrce-eBay-connector-installation.png\",\"datePublished\":\"2021-04-15T12:49:01+00:00\",\"dateModified\":\"2021-08-09T08:52:48+00:00\",\"description\":\"Laravel Marketplace Product Quote System module allows the customer to send a quotation to the sellers and can negotiate with them.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bagisto-laravel-eCommrce-eBay-connector-installation.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bagisto-laravel-eCommrce-eBay-connector-installation.png\",\"width\":1136,\"height\":375,\"caption\":\"laravel live video\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Laravel Marketplace Product Quote System:\"}]},{\"@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\/86b6c01f82e3dc2b2eb1db3b114dbde5\",\"name\":\"Saurabh Dutta\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b2e47e6f1f32e6bc1c1fb9a11aaa3b3873fee1cd1eea9f0f015d50775deccbd7?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b2e47e6f1f32e6bc1c1fb9a11aaa3b3873fee1cd1eea9f0f015d50775deccbd7?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Saurabh Dutta\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/saurabhdutta-bde341\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Laravel Marketplace Product Quote System: - Webkul Blog","description":"Laravel Marketplace Product Quote System module allows the customer to send a quotation to the sellers and can negotiate with them.","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\/laravel-marketplace-product-quote-system-2\/","og_locale":"en_US","og_type":"article","og_title":"Laravel Marketplace Product Quote System: - Webkul Blog","og_description":"Laravel Marketplace Product Quote System module allows the customer to send a quotation to the sellers and can negotiate with them.","og_url":"https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2021-04-15T12:49:01+00:00","article_modified_time":"2021-08-09T08:52:48+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bagisto-laravel-eCommrce-eBay-connector-installation.png","type":"","width":"","height":""}],"author":"Saurabh Dutta","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Saurabh Dutta","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/"},"author":{"name":"Saurabh Dutta","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/86b6c01f82e3dc2b2eb1db3b114dbde5"},"headline":"Laravel Marketplace Product Quote System:","datePublished":"2021-04-15T12:49:01+00:00","dateModified":"2021-08-09T08:52:48+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/"},"wordCount":810,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bagisto-laravel-eCommrce-eBay-connector-installation.png","keywords":["Bagisto","Laravel eCommerce","marketplace"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/","url":"https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/","name":"Laravel Marketplace Product Quote System: - Webkul Blog","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bagisto-laravel-eCommrce-eBay-connector-installation.png","datePublished":"2021-04-15T12:49:01+00:00","dateModified":"2021-08-09T08:52:48+00:00","description":"Laravel Marketplace Product Quote System module allows the customer to send a quotation to the sellers and can negotiate with them.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bagisto-laravel-eCommrce-eBay-connector-installation.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bagisto-laravel-eCommrce-eBay-connector-installation.png","width":1136,"height":375,"caption":"laravel live video"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/laravel-marketplace-product-quote-system-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Laravel Marketplace Product Quote System:"}]},{"@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\/86b6c01f82e3dc2b2eb1db3b114dbde5","name":"Saurabh Dutta","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b2e47e6f1f32e6bc1c1fb9a11aaa3b3873fee1cd1eea9f0f015d50775deccbd7?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b2e47e6f1f32e6bc1c1fb9a11aaa3b3873fee1cd1eea9f0f015d50775deccbd7?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Saurabh Dutta"},"url":"https:\/\/webkul.com\/blog\/author\/saurabhdutta-bde341\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/287147","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\/346"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=287147"}],"version-history":[{"count":6,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/287147\/revisions"}],"predecessor-version":[{"id":300514,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/287147\/revisions\/300514"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=287147"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=287147"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=287147"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}