{"id":17613882,"url":"https://github.com/marktopper/wordpress-woocommerce-vat-price","last_synced_at":"2026-04-30T07:35:57.849Z","repository":{"id":86930107,"uuid":"254137752","full_name":"marktopper/wordpress-woocommerce-vat-price","owner":"marktopper","description":"This plugins replaces the WooCommerce's price div HTML, with two HTML div boxes, one containing the price without VAT, and the other containing the price including VAT.","archived":false,"fork":false,"pushed_at":"2020-04-08T18:07:55.000Z","size":700,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T05:16:12.712Z","etag":null,"topics":["woocommerce","woocommerce-plugin","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marktopper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-08T16:11:13.000Z","updated_at":"2020-04-27T12:58:06.000Z","dependencies_parsed_at":"2023-05-29T20:45:32.963Z","dependency_job_id":null,"html_url":"https://github.com/marktopper/wordpress-woocommerce-vat-price","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marktopper%2Fwordpress-woocommerce-vat-price","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marktopper%2Fwordpress-woocommerce-vat-price/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marktopper%2Fwordpress-woocommerce-vat-price/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marktopper%2Fwordpress-woocommerce-vat-price/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marktopper","download_url":"https://codeload.github.com/marktopper/wordpress-woocommerce-vat-price/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246258869,"owners_count":20748573,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["woocommerce","woocommerce-plugin","wordpress","wordpress-plugin"],"created_at":"2024-10-22T18:14:54.739Z","updated_at":"2026-04-30T07:35:57.812Z","avatar_url":"https://github.com/marktopper.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wordpress-woocommerce-vat-price\nThis plugins replaces the WooCommerce's price div HTML, with two HTML div boxes, one containing the price without VAT, and the other containing the price including VAT.\n\n# Notice\nThis is currently hardcoded for the danish VAT value at 25%.\n\n# Usage\nThis plugin will replace the initial prive HTML div element, with the following:\n```\n\u003cspan class=\"price-without-vat\"\u003e\n  \u003cspan class=\"woocommerce-Price-amount amount\"\u003e\n    1.000,00\n    \u003cspan class=\"woocommerce-Price-currencySymbol\"\u003e\n      DKK\n    \u003c/span\u003e\n  \u003c/span\u003e\n\u003c/span\u003e\n\n\u003cspan class=\"price-with-vat\"\u003e\n  \u003cspan class=\"woocommerce-Price-amount amount\"\u003e\n    1.250,00\n    \u003cspan class=\"woocommerce-Price-currencySymbol\"\u003e\n      DKK\n    \u003c/span\u003e\n  \u003c/span\u003e\n\u003c/span\u003e\n```\n\n# Styling\nThe plugin doesn't include any styling of this so far, so you will have to apply your own styling.\n\n### Here is a sample style added to [ji.dk](ji.dk):\n![Screenshot from ji.dk](https://raw.githubusercontent.com/ulties/wordpress-woocommerce-vat-price/master/screenshots/ji-dk.png \"Price Section from ji.dk\")\n\n**Code:**\n```\n/* Styles for showing prices with and without VAT */\n.woocommerce ul.products li.product .price-with-vat, .woocommerce ul.products li.product .price-without-vat {\n    color: #000;\n    font-size: 14px;\n    margin: -5px 0 0 0;\n    font-weight: 300;\n    letter-spacing: 0.2px;\n    text-align: center;\n    display: block;\n    margin-bottom: 10px;\n}\n.woocommerce ul.products li.product .price-with-vat::after, .woocommerce div.product .price-with-vat::after {\n    content: '(incl. moms)';\n    display: block;\n    letter-spacing: 0.3px;\n    font-size: 9px;\n}\n.woocommerce ul.products li.product .price-without-vat::after, .woocommerce div.product .price-without-vat::after {\n    content: '(excl. moms)';\n    display: block;\n    letter-spacing: 0.3px;\n    font-size: 9px;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarktopper%2Fwordpress-woocommerce-vat-price","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarktopper%2Fwordpress-woocommerce-vat-price","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarktopper%2Fwordpress-woocommerce-vat-price/lists"}