{"id":1792,"date":"2025-06-29T14:25:50","date_gmt":"2025-06-29T14:25:50","guid":{"rendered":"https:\/\/admetrix.in\/?page_id=1792"},"modified":"2025-06-29T14:57:04","modified_gmt":"2025-06-29T14:57:04","slug":"meesho-calculator","status":"publish","type":"page","link":"https:\/\/admetrix.in\/home2\/meesho-calculator\/","title":{"rendered":"Meesho Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1792\" class=\"elementor elementor-1792\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fbb6093 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"fbb6093\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8a0de84 elementor-widget elementor-widget-html\" data-id=\"8a0de84\" 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<div style=\"display:flex; flex-wrap:wrap; gap:30px; justify-content:center; margin:20px 0;\">\r\n  <!-- Calculator Form -->\r\n  <div style=\"flex:1; min-width:300px; max-width:400px; border:1px solid #ddd; border-radius:10px; padding:20px;\">\r\n    <h2 style=\"text-align:center;\">CALCULATION<\/h2>\r\n    \r\n    <label for=\"costPrice\">Cost Price (\u20b9):<\/label><br>\r\n    <input type=\"number\" id=\"costPrice\" placeholder=\"e.g. 1000\" style=\"width:100%; padding:8px;\" required><br><br>\r\n    \r\n    <label for=\"shipping\">Shipping Charges (\u20b9):<\/label><br>\r\n    <input type=\"number\" id=\"shipping\" placeholder=\"e.g. 100\" style=\"width:100%; padding:8px;\" required><br><br>\r\n    \r\n    <label for=\"gst\">GST Rate (%):<\/label><br>\r\n    <select id=\"gst\" style=\"width:100%; padding:8px;\">\r\n      <option value=\"5\">5%<\/option>\r\n      <option value=\"12\">12%<\/option>\r\n      <option value=\"18\" selected>18%<\/option>\r\n      <option value=\"28\">28%<\/option>\r\n    <\/select><br><br>\r\n    \r\n    <button onclick=\"calculateSellingPrice()\" style=\"background:#007bff; color:#fff; border:none; padding:10px 20px; width:100%; border-radius:5px;\">Calculate Selling Price<\/button>\r\n  <\/div>\r\n\r\n  <!-- Results -->\r\n  <div style=\"flex:1; min-width:300px; max-width:400px; border:1px solid #ddd; border-radius:10px; padding:20px;\">\r\n    <h2 style=\"text-align:center;\">RESULT<\/h2>\r\n    <div id=\"result\" style=\"margin-top:15px;\">\r\n      <p>Enter values and click calculate.<\/p>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\nfunction calculateSellingPrice() {\r\n  const costPrice = parseFloat(document.getElementById(\"costPrice\").value);\r\n  const shipping = parseFloat(document.getElementById(\"shipping\").value);\r\n  const gstRate = parseFloat(document.getElementById(\"gst\").value);\r\n\r\n  if (isNaN(costPrice) || isNaN(shipping) || isNaN(gstRate)) {\r\n    document.getElementById(\"result\").innerHTML = \"<span style='color:red;'>Please fill in all fields correctly.<\/span>\";\r\n    return;\r\n  }\r\n\r\n  const gstAmount = costPrice * gstRate \/ 100;\r\n  const sellingPriceWithoutGST = costPrice + shipping;\r\n  const sellingPriceWithGST = sellingPriceWithoutGST + gstAmount;\r\n\r\n  document.getElementById(\"result\").innerHTML = `\r\n    <ul style=\"list-style:none; padding:0;\">\r\n      <li style=\"padding:5px 0; border-bottom:1px solid #ddd;\">Cost Price: \u20b9${costPrice.toFixed(2)}<\/li>\r\n      <li style=\"padding:5px 0; border-bottom:1px solid #ddd;\">Shipping Charges: \u20b9${shipping.toFixed(2)}<\/li>\r\n      <li style=\"padding:5px 0; border-bottom:1px solid #ddd;\">GST on Cost Price: \u20b9${gstAmount.toFixed(2)}<\/li>\r\n      <li style=\"padding:5px 0; border-bottom:1px solid #ddd;\">Selling Price (Without GST): \u20b9${sellingPriceWithoutGST.toFixed(2)}<\/li>\r\n      <li style=\"padding:5px 0; font-weight:bold;\">Selling Price (Including GST): \u20b9${sellingPriceWithGST.toFixed(2)}<\/li>\r\n    <\/ul>\r\n  `;\r\n}\r\n<\/script>\r\n\t\t\t\t<\/div>\n\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>CALCULATION Cost Price (\u20b9): Shipping Charges (\u20b9): GST Rate (%): 5%12%18%28% Calculate Selling Price RESULT Enter values and click calculate.<\/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-1792","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/admetrix.in\/home2\/wp-json\/wp\/v2\/pages\/1792","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=1792"}],"version-history":[{"count":22,"href":"https:\/\/admetrix.in\/home2\/wp-json\/wp\/v2\/pages\/1792\/revisions"}],"predecessor-version":[{"id":1823,"href":"https:\/\/admetrix.in\/home2\/wp-json\/wp\/v2\/pages\/1792\/revisions\/1823"}],"wp:attachment":[{"href":"https:\/\/admetrix.in\/home2\/wp-json\/wp\/v2\/media?parent=1792"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}