{"id":93,"date":"2026-04-26T14:01:02","date_gmt":"2026-04-26T14:01:02","guid":{"rendered":"https:\/\/discountshopusa.com\/?page_id=93"},"modified":"2026-04-26T14:01:02","modified_gmt":"2026-04-26T14:01:02","slug":"tax-discount","status":"publish","type":"page","link":"https:\/\/discountshopusa.com\/?page_id=93","title":{"rendered":"TAX + DISCOUNT"},"content":{"rendered":"\n<style>\n.tool-box {\n  max-width: 500px;\n  margin: 40px auto;\n  padding: 25px;\n  border-radius: 15px;\n  box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n  font-family: Arial;\n  background: #ffffff;\n}\n\n.tool-box h2 {\n  text-align: center;\n}\n\n.tool-box input {\n  width: 100%;\n  padding: 12px;\n  margin: 8px 0;\n  border-radius: 8px;\n  border: 1px solid #ddd;\n}\n\n.tool-box button {\n  width: 100%;\n  padding: 12px;\n  background: #111;\n  color: white;\n  border: none;\n  border-radius: 10px;\n  font-size: 16px;\n  cursor: pointer;\n}\n\n.result-box {\n  margin-top: 20px;\n  font-size: 18px;\n  text-align: center;\n  font-weight: bold;\n  color: #28a745;\n}\n<\/style><div class=\"tool-box\">\n<h2>Final Price Calculator (Tax + Discount)<\/h2>\n\n<input type=\"number\" id=\"p2\" placeholder=\"Price\">\n<input type=\"number\" id=\"d2\" placeholder=\"Discount %\">\n<input type=\"number\" id=\"t2\" placeholder=\"Tax %\">\n\n<button onclick=\"t2()\">Calculate<\/button>\n\n<div class=\"result-box\" id=\"r2\"><\/div>\n<\/div>\n\n<script>\nfunction t2(){\nlet p = p2.value;\nlet d = d2.value;\nlet t = t2.value;\n\nlet afterD = p - (p*d\/100);\nlet tax = afterD * t\/100;\nlet final = afterD + tax;\n\nr2.innerHTML = `Final Price: $${final.toFixed(2)}`;\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Final Price Calculator (Tax + Discount) Calculate<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-93","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/discountshopusa.com\/index.php?rest_route=\/wp\/v2\/pages\/93","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/discountshopusa.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/discountshopusa.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/discountshopusa.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/discountshopusa.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=93"}],"version-history":[{"count":1,"href":"https:\/\/discountshopusa.com\/index.php?rest_route=\/wp\/v2\/pages\/93\/revisions"}],"predecessor-version":[{"id":94,"href":"https:\/\/discountshopusa.com\/index.php?rest_route=\/wp\/v2\/pages\/93\/revisions\/94"}],"wp:attachment":[{"href":"https:\/\/discountshopusa.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=93"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}