{"id":1712,"date":"2025-06-29T11:40:06","date_gmt":"2025-06-29T11:40:06","guid":{"rendered":"https:\/\/admetrix.in\/?page_id=1712"},"modified":"2025-06-29T11:44:50","modified_gmt":"2025-06-29T11:44:50","slug":"myntra-calculator","status":"publish","type":"page","link":"https:\/\/admetrix.in\/home2\/myntra-calculator\/","title":{"rendered":"MYNTRA CALCULATOR"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1712\" class=\"elementor elementor-1712\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1aadf91 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"1aadf91\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5c05ef9 elementor-widget elementor-widget-html\" data-id=\"5c05ef9\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html>\r\n<head>\r\n  <title>Myntra Fee Calculator<\/title>\r\n  <style>\r\n    body { font-family: Arial; background: #f4f4f4; padding: 20px; }\r\n    .container { max-width: 500px; background: white; padding: 20px; border-radius: 10px; box-shadow: 0 0 10px #ccc; }\r\n    label { display: block; margin-top: 15px; }\r\n    input[type=\"number\"] { width: 100%; padding: 8px; }\r\n    button { margin-top: 20px; padding: 10px 20px; background: #ff3f6c; color: white; border: none; border-radius: 5px; }\r\n    .result { margin-top: 20px; font-weight: bold; }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<div class=\"container\">\r\n  <h2>Myntra Seller Fee Calculator<\/h2>\r\n  \r\n  <label>Product Selling Price (\u20b9):<\/label>\r\n  <input type=\"number\" id=\"price\">\r\n\r\n  <label>Cost Price (\u20b9):<\/label>\r\n  <input type=\"number\" id=\"cost\">\r\n\r\n  <label>Commission Rate (%):<\/label>\r\n  <input type=\"number\" id=\"commission\" value=\"20\">\r\n\r\n  <label>GST on Commission (18% default):<\/label>\r\n  <input type=\"number\" id=\"gst\" value=\"18\">\r\n\r\n  <label>Shipping Fee (\u20b9):<\/label>\r\n  <input type=\"number\" id=\"shipping\" value=\"50\">\r\n\r\n  <button onclick=\"calculate()\">Calculate Profit<\/button>\r\n\r\n  <div class=\"result\" id=\"output\"><\/div>\r\n<\/div>\r\n\r\n<script>\r\n  function calculate() {\r\n    let price = parseFloat(document.getElementById('price').value);\r\n    let cost = parseFloat(document.getElementById('cost').value);\r\n    let commission = parseFloat(document.getElementById('commission').value);\r\n    let gst = parseFloat(document.getElementById('gst').value);\r\n    let shipping = parseFloat(document.getElementById('shipping').value);\r\n\r\n    if (isNaN(price) || isNaN(cost)) {\r\n      document.getElementById('output').innerText = \"Please fill all required fields.\";\r\n      return;\r\n    }\r\n\r\n    let commissionAmount = (commission \/ 100) * price;\r\n    let gstAmount = (gst \/ 100) * commissionAmount;\r\n    let totalFee = commissionAmount + gstAmount + shipping;\r\n    let profit = price - totalFee - cost;\r\n\r\n    document.getElementById('output').innerHTML = `\r\n      Commission Fee: \u20b9${commissionAmount.toFixed(2)}<br>\r\n      GST on Commission: \u20b9${gstAmount.toFixed(2)}<br>\r\n      Shipping Fee: \u20b9${shipping.toFixed(2)}<br>\r\n      <hr>\r\n      Total Myntra Charges: \u20b9${totalFee.toFixed(2)}<br>\r\n      <strong>Net Profit: \u20b9${profit.toFixed(2)}<\/strong>\r\n    `;\r\n  }\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Myntra Fee Calculator Myntra Seller Fee Calculator Product Selling Price (\u20b9): Cost Price (\u20b9): Commission Rate (%): GST on Commission (18% default): Shipping Fee (\u20b9): Calculate Profit<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1712","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/admetrix.in\/home2\/wp-json\/wp\/v2\/pages\/1712","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/admetrix.in\/home2\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/admetrix.in\/home2\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/admetrix.in\/home2\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/admetrix.in\/home2\/wp-json\/wp\/v2\/comments?post=1712"}],"version-history":[{"count":5,"href":"https:\/\/admetrix.in\/home2\/wp-json\/wp\/v2\/pages\/1712\/revisions"}],"predecessor-version":[{"id":1869,"href":"https:\/\/admetrix.in\/home2\/wp-json\/wp\/v2\/pages\/1712\/revisions\/1869"}],"wp:attachment":[{"href":"https:\/\/admetrix.in\/home2\/wp-json\/wp\/v2\/media?parent=1712"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}