{"id":1389,"date":"2025-03-21T06:11:35","date_gmt":"2025-03-21T06:11:35","guid":{"rendered":"https:\/\/www.woohelpdesk.com\/blog\/?p=1389"},"modified":"2026-03-13T12:43:39","modified_gmt":"2026-03-13T12:43:39","slug":"how-to-fix-users-cant-remove-coupons-at-checkout","status":"publish","type":"post","link":"https:\/\/www.woohelpdesk.com\/blog\/how-to-fix-users-cant-remove-coupons-at-checkout\/","title":{"rendered":"Users Can\u2019t Remove Coupons at Checkout? Solve This WooCommerce Issue"},"content":{"rendered":"<h2>Table of Contents<\/h2>\n<ul>\n<li style=\"list-style-type: none;\"><\/li>\n<\/ul>\n<ul>\n<li><a href=\"#section-1\">Introduction to the Issue<\/a><\/li>\n<li><a href=\"#section-2\">Why This Issue Matters<\/a><\/li>\n<li><a href=\"#section-3\">Identifying the Causes<\/a><\/li>\n<li><a href=\"#section-4\">Solutions to Fix the Issue<\/a><\/li>\n<li><a href=\"#section-5\">Preventing Future Issues<\/a><\/li>\n<li><a href=\"#section-6\">Conclusion<\/a><\/li>\n<\/ul>\n<h2 id=\"section-1\">Introduction to the Issue<\/h2>\n<p>WooCommerce allows store owners to offer discounts through coupon codes. Customers can apply these codes at checkout to get discounts. However, some users face an issue where they can\u2019t remove an applied coupon on the checkout page. This can be frustrating and may lead to abandoned carts.<\/p>\n<p>A flexible checkout process improves the shopping experience. Customers should have full control over applied discounts. If they cannot remove a coupon, they may leave the site and look for alternatives.<\/p>\n<p>This issue can happen due to various reasons. Some store settings, plugins, or themes may disable coupon removal. Custom code or auto-applied coupons may also cause the problem. Understanding the root cause is key to fixing it.<\/p>\n<p><strong data-start=\"2701\" data-end=\"2715\">Important:<\/strong> First confirm whether your store uses the <strong data-start=\"2758\" data-end=\"2790\">classic WooCommerce checkout<\/strong> or the <strong data-start=\"2798\" data-end=\"2816\">Checkout Block<\/strong>. Coupon display and removal behavior can differ between these setups, so the correct fix depends on how the checkout page is built.<\/p>\n<h2 id=\"section-2\">Why This Issue Matters<\/h2>\n<p>This issue affects both store owners and customers. Here\u2019s why it\u2019s important:<\/p>\n<ol>\n<li><strong>Customer Frustration:<\/strong> Users may get stuck with a discount they don\u2019t want. If they cannot remove it, they might not complete the purchase.<\/li>\n<li><strong>Loss of Sales:<\/strong> A complex or restricted checkout can increase cart abandonment rates. Shoppers may leave instead of dealing with issues.<\/li>\n<li><strong>Limited Checkout Flexibility:<\/strong> Some customers want to try different coupon codes. If they can\u2019t remove one, they might not be able to use another.<\/li>\n<li><strong>Unexpected Pricing Issues:<\/strong> Sometimes, auto-applied coupons override better discounts. Customers may feel they are not getting the best deal.<\/li>\n<\/ol>\n<h2>Identifying the Causes of Users Can\u2019t Remove Coupons at Checkout<\/h2>\n<p>Customers expect flexibility when applying or removing coupons at checkout. However, some WooCommerce stores prevent coupon removal due to various reasons. Store owners may not even realize this issue exists. Identifying the cause is the first step to fixing it. Below are the main reasons why users can\u2019t remove an applied coupon on the checkout page.<\/p>\n<ol>\n<li>\n<h4>Theme or Plugin Conflicts<\/h4>\n<\/li>\n<\/ol>\n<p>WooCommerce relies on themes and plugins for additional features. However, some themes and plugins override default coupon functionality. This can lead to issues where the remove coupon button disappears or doesn\u2019t work.<\/p>\n<ul>\n<li><strong>Custom Checkout Plugins:<\/strong> Some checkout enhancement plugins modify WooCommerce\u2019s default structure. They might remove or disable the coupon section.<\/li>\n<li><strong>Caching Plugins:<\/strong> Caching, optimization, or script-delay settings can sometimes interfere with checkout updates, especially if coupon-related JavaScript or AJAX requests are delayed, cached incorrectly, or not excluded from optimization.<\/li>\n<li><strong>Coupon Management Plugins:<\/strong> Some WooCommerce coupon plugins introduce custom rules. These rules may force coupons to stay applied.<\/li>\n<\/ul>\n<p><strong>How This Causes the Issue:<\/strong><\/p>\n<p>When a theme or plugin modifies checkout behavior, WooCommerce might lose the ability to remove coupons. If the theme hides the coupon section, users may not see the option at all.<\/p>\n<ol start=\"2\">\n<li>\n<h4>Auto-Applied Coupon Restrictions<\/h4>\n<\/li>\n<\/ol>\n<p>Many stores use auto-applied coupons to offer instant discounts. These coupons apply automatically when conditions are met. However, some of these cannot be removed manually.<\/p>\n<ul>\n<li>Some store owners set rules to prevent manual coupon removal.<\/li>\n<li>Some coupon plugins disable the remove button for auto-applied discounts.<\/li>\n<li>Some <strong data-start=\"3315\" data-end=\"3345\">coupon or discount plugins<\/strong> may intentionally keep an automatically applied coupon active until cart conditions change, so customers may not see a manual remove option.<\/li>\n<\/ul>\n<p><strong>How This Causes the Issue:<\/strong><\/p>\n<p>If an auto-applied coupon is set as mandatory, WooCommerce will not allow customers to remove it. Customers who want to use a different discount may feel frustrated.<\/p>\n<ol start=\"3\">\n<li>\n<h4>Custom Code Restrictions<\/h4>\n<\/li>\n<\/ol>\n<p>Some developers modify WooCommerce behavior using custom code. While this improves store functionality, it can also restrict coupon actions.<\/p>\n<ul>\n<li>Custom code in the <strong>functions.php<\/strong> file may disable coupon removal.<\/li>\n<li>Some developers use remove_action() or unset() functions.<\/li>\n<li>Checkout-related hooks can override WooCommerce\u2019s default coupon settings.<\/li>\n<\/ul>\n<p><strong>How This Causes the Issue:<\/strong><\/p>\n<p>If a developer disables the remove option intentionally, customers will not be able to remove coupons. Store owners may need to check custom modifications.<\/p>\n<ol start=\"4\">\n<li>\n<h4>WooCommerce Settings or Checkout Restrictions<\/h4>\n<\/li>\n<\/ol>\n<p>Some WooCommerce settings or payment gateways can affect coupon behavior. Certain configurations may prevent users from modifying discounts.<\/p>\n<ul>\n<li>In some custom checkout flows, third-party checkout, payment, or funnel plugins may interfere with coupon updates or refresh behavior during checkout.<\/li>\n<li>WooCommerce settings might hide the coupon section if not properly configured.<\/li>\n<li>Custom checkout fields may remove the coupon area completely.<\/li>\n<\/ul>\n<p><strong>How This Causes the Issue:<\/strong><\/p>\n<p>If WooCommerce or a payment gateway disables coupon changes, users won\u2019t have the option to remove applied discounts.<\/p>\n<h2 id=\"section-4\"><strong>Solutions to Fix the Users Can\u2019t Remove Coupons at Checkout<\/strong><\/h2>\n<p>Once you identify the cause, the next step is to fix the issue. Below are different solutions based on the possible causes. Follow these steps to allow customers to remove applied coupons on the checkout page in WooCommerce.<br \/>\n<a href=\"https:\/\/www.woohelpdesk.com\/woocommerce-errors\/users-cant-remove-coupons-at-woocommerce-checkout\/\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"https:\/\/www.woohelpdesk.com\/blog\/wp-content\/uploads\/2025\/10\/Fixes-Users-Cant-Remove-Coupons-at-WooCommerce-Checkout.png\" alt=\"Users Can\u2019t Remove Coupons at WooCommerce Checkout\" \/><\/a><\/p>\n<ol>\n<li>\n<h4>Check for Theme and Plugin Conflicts<\/h4>\n<\/li>\n<\/ol>\n<p>Themes and plugins often modify the checkout page. Some of them may disable coupon removal. Testing for conflicts can help find the issue.<\/p>\n<p><strong>Steps to Identify the Conflict:<\/strong><\/p>\n<ol>\n<li><strong>Switch to a Default Theme:<\/strong>\n<ul>\n<li>Go to Appearance \u2192 Themes and activate the Storefront theme.<\/li>\n<li>Check if the coupon removal option appears.<\/li>\n<\/ul>\n<\/li>\n<li><strong>Disable All Plugins Except WooCommerce:<\/strong>\n<ul>\n<li>Deactivate all plugins under Plugins \u2192 Installed Plugins.<\/li>\n<li>Enable them one by one and test the checkout page.<\/li>\n<li>If a plugin is causing the issue, replace it or check its settings.<\/li>\n<\/ul>\n<\/li>\n<li><strong>Clear Cache:<\/strong>\n<ul>\n<li>If using a caching plugin, clear the cache and refresh the page.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<ol start=\"2\">\n<li>\n<h4>Enable Coupon Removal via WooCommerce Settings<\/h4>\n<\/li>\n<\/ol>\n<p>WooCommerce settings determine whether coupons are enabled storewide. If coupons are disabled, customers will not be able to apply or manage coupon codes on the cart and checkout pages.<\/p>\n<p><strong>How to Check Settings:<\/strong><\/p>\n<ol>\n<li>Go to <strong>WooCommerce \u2192 Settings \u2192 General<\/strong>.<\/li>\n<li>Scroll to the <strong>Enable coupons<\/strong> section.<\/li>\n<li>Ensure that the <strong>&#8220;Enable the use of coupon codes&#8221;<\/strong> option is checked.<\/li>\n<li>Save changes and check if the remove option is available.<\/li>\n<\/ol>\n<ol start=\"3\">\n<li>\n<h4>Remove Custom Code That Prevents Coupon Removal<\/h4>\n<\/li>\n<\/ol>\n<p>Some stores use custom code to disable coupon removal. This might be added to the functions.php file.<\/p>\n<p><strong>Steps to Check for Custom Code:<\/strong><\/p>\n<ol>\n<li>Go to <strong>Appearance \u2192 Theme File Editor<\/strong>.<\/li>\n<li>Select the <strong>functions.php<\/strong> file.<\/li>\n<li>Look for custom code that hides the coupon form, changes coupon notices, overrides checkout templates, or modifies cart and checkout hooks. Focus on snippets added in functions.php, a custom plugin, or a snippets plugin.<\/li>\n<\/ol>\n<ol start=\"4\">\n<li>If found, comment it out by adding \/\/ at the beginning.<\/li>\n<li>Save changes and test the checkout page.<\/li>\n<\/ol>\n<ol start=\"4\">\n<li>\n<h4>Use Custom Code to Allow Coupon Removal<\/h4>\n<\/li>\n<\/ol>\n<p>If coupon removal is missing, do not add a code snippet first. Start by confirming whether the issue appears on the classic checkout or the Checkout Block, then test with a default theme and WooCommerce only. If the store uses the Checkout Block, review block-specific coupon customizations because WooCommerce documents separate checkout block filters for coupon notices and removal behavior. Add custom code only after identifying the exact conflict.<\/p>\n<ol start=\"5\">\n<li>\n<h4>Modify Auto-Applied Coupon Behavior<\/h4>\n<\/li>\n<\/ol>\n<p>If the issue is caused by <strong>auto-applied coupons<\/strong>, check the plugin or settings used.<\/p>\n<p><strong>Steps to Fix Auto-Applied Coupons:<\/strong><\/p>\n<ol>\n<li>Go to <strong>WooCommerce \u2192 Marketing \u2192 Coupons<\/strong>.<\/li>\n<li>Find the auto-applied coupon and <strong>edit it<\/strong>.<\/li>\n<li>Review the settings of the specific discount or coupon plugin that applies the offer automatically. The exact option name varies by plugin, so check whether the plugin allows customers to remove the discount manually.<\/li>\n<li>Disable restrictions and allow manual removal.<\/li>\n<li>Save changes and test the checkout page.<\/li>\n<\/ol>\n<p>If a plugin is applying the coupon, check its settings for <strong>removal options<\/strong>.<\/p>\n<ol start=\"6\">\n<li>\n<h4>Restore the Coupon Code Field if It\u2019s Missing<\/h4>\n<\/li>\n<\/ol>\n<p>If the coupon field is missing, first confirm that coupons are enabled in WooCommerce settings. Then check whether your theme, checkout plugin, CSS, or checkout template customization is hiding the coupon interface.<\/p>\n<p><strong>Steps to Restore the Coupon Field:<\/strong><\/p>\n<ol>\n<li>Go to <strong>Appearance \u2192 Theme File Editor<\/strong>.<\/li>\n<li>Open the <strong>functions.php<\/strong> file.<\/li>\n<li>Add this code at the end of the file:<\/li>\n<\/ol>\n<p>add_filter(&#8216;woocommerce_coupons_enabled&#8217;, &#8216;__return_true&#8217;);<\/p>\n<ol start=\"4\">\n<li>Save changes and refresh the checkout page.<\/li>\n<\/ol>\n<p>Also inspect custom CSS, checkout template overrides, and page-builder checkout settings to make sure the coupon section is not intentionally hidden.<\/p>\n<h2 id=\"section-5\">Preventing Future Issues<\/h2>\n<p>Once the issue is fixed, it is important to prevent it from happening again. Regular maintenance and best practices will help keep the checkout process smooth. Below are some ways to prevent coupon removal issues in WooCommerce.<\/p>\n<ol>\n<li>\n<h4>Avoid Aggressive Checkout Customizations<\/h4>\n<\/li>\n<\/ol>\n<p>Some checkout plugins or customizations modify WooCommerce\u2019s default behavior. These changes can accidentally remove important features, like coupon removal.<\/p>\n<p><strong>How to Prevent This:<\/strong><\/p>\n<ul>\n<li>Use lightweight checkout plugins that do not restrict WooCommerce functionality.<\/li>\n<li>Avoid excessive customizations that alter the default checkout page structure.<\/li>\n<li>Test checkout changes regularly to ensure coupons work properly.<\/li>\n<\/ul>\n<ol start=\"2\">\n<li>\n<h4>Choose Compatible Themes and Plugins<\/h4>\n<\/li>\n<\/ol>\n<p>Not all themes and plugins follow WooCommerce\u2019s best practices. Some may conflict with core features, leading to issues.<\/p>\n<p><strong>How to Prevent This:<\/strong><\/p>\n<ul>\n<li>Choose themes that are fully compatible with WooCommerce.<\/li>\n<li>Read plugin reviews and check for known coupon-related issues.<\/li>\n<li>Keep themes and plugins updated to prevent compatibility problems.<\/li>\n<\/ul>\n<ol start=\"3\">\n<li>\n<h4>Regularly Test the Checkout Process<\/h4>\n<\/li>\n<\/ol>\n<p>Many store owners update their sites but forget to test checkout functionality. A small change in a plugin or theme can break coupon removal.<\/p>\n<p><strong>How to Prevent This:<\/strong><\/p>\n<ul>\n<li>After every major update, test the checkout process.<\/li>\n<li>Create a test order and check if coupons can be removed.<\/li>\n<li>Use WooCommerce\u2019s built-in debugging mode to spot issues.<\/li>\n<\/ul>\n<p>ol start=&#8221;4&#8243;><\/p>\n<li>\n<h4>Test Both Classic and Block-Based Checkout Changes<\/h4>\n<\/li>\n<\/ol>\n<p>WooCommerce stores do not all use the same checkout system. Before publishing checkout-related changes, confirm whether your site uses the classic shortcode checkout or the Checkout Block. Test coupon apply and remove behavior after theme changes, plugin updates, and checkout redesigns.<\/p>\n<h2 id=\"section-6\">Conclusion<\/h2>\n<p>Coupons play a vital role in WooCommerce stores. However, some settings, themes, or plugins can disable coupon removal. Identifying the cause is key to fixing it.<\/p>\n<p>By following best practices, store owners can prevent this issue from happening again. Regular testing and careful plugin selection ensure a smooth shopping experience. If the issue continues after conflict testing, settings checks, and checkout-type verification, review the active checkout customization layer first. In many cases, the problem comes from a theme override, checkout plugin, or block customization rather than WooCommerce core itself.<\/p>\n<p>If you still face issues with coupon removal on the checkout page, our experts at WooHelpDesk are here to help. Contact <strong><a href=\"https:\/\/www.woohelpdesk.com\/\">WooHelpDesk<\/a><\/strong> for professional WooCommerce support and troubleshooting!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Table of Contents Introduction to the Issue Why This Issue Matters Identifying the Causes Solutions to Fix the Issue Preventing Future Issues Conclusion Introduction to the Issue WooCommerce allows store owners to offer discounts through coupon codes. Customers can apply these codes at checkout to get discounts. However, some users face an issue where they [&hellip;]<\/p>\n<div class='heateor_sss_sharing_container heateor_sss_vertical_sharing heateor_sss_bottom_sharing' style='width:29px;left: 10px;top: 250px;-webkit-box-shadow:none;box-shadow:none;' data-heateor-sss-href='https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/1389'><div class=\"heateor_sss_sharing_ul\"><a aria-label=\"Facebook\" class=\"heateor_sss_facebook\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fwww.woohelpdesk.com%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F1389\" title=\"Facebook\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg\" style=\"background-color:#0765FE;width:25px;height:25px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 32 32\"><path fill=\"#fff\" d=\"M28 16c0-6.627-5.373-12-12-12S4 9.373 4 16c0 5.628 3.875 10.35 9.101 11.647v-7.98h-2.474V16H13.1v-1.58c0-4.085 1.849-5.978 5.859-5.978.76 0 2.072.15 2.608.298v3.325c-.283-.03-.775-.045-1.386-.045-1.967 0-2.728.745-2.728 2.683V16h3.92l-.673 3.667h-3.247v8.245C23.395 27.195 28 22.135 28 16Z\"><\/path><\/svg><\/span><\/a><a aria-label=\"X\" class=\"heateor_sss_button_x\" href=\"https:\/\/twitter.com\/intent\/tweet?text=WooHelpDesk%20Blog%20%E2%80%93%20WordPress%20%26%20WooCommerce%20Tips%20and%20Tutorials%20-%20&url=https%3A%2F%2Fwww.woohelpdesk.com%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F1389\" title=\"X\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_x\" style=\"background-color:#2a2a2a;width:25px;height:25px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg width=\"100%\" height=\"100%\" style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 32 32\"><path fill=\"#fff\" d=\"M21.751 7h3.067l-6.7 7.658L26 25.078h-6.172l-4.833-6.32-5.531 6.32h-3.07l7.167-8.19L6 7h6.328l4.37 5.777L21.75 7Zm-1.076 16.242h1.7L11.404 8.74H9.58l11.094 14.503Z\"><\/path><\/svg><\/span><\/a><a aria-label=\"Linkedin\" class=\"heateor_sss_button_linkedin\" href=\"https:\/\/www.linkedin.com\/sharing\/share-offsite\/?url=https%3A%2F%2Fwww.woohelpdesk.com%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F1389\" title=\"Linkedin\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_linkedin\" style=\"background-color:#0077b5;width:25px;height:25px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 32 32\"><path d=\"M6.227 12.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43 2.43 0 0 1 0 4.86c-1.344 0-2.428-1.09-2.428-2.43s1.084-2.43 2.428-2.43m4.72 6.7h4.02v1.84h.058c.56-1.058 1.927-2.176 3.965-2.176 4.238 0 5.02 2.792 5.02 6.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18 0-2.514 1.7-2.514 3.46v6.668h-4.187V12.61z\" fill=\"#fff\"><\/path><\/svg><\/span><\/a><a aria-label=\"Pinterest\" class=\"heateor_sss_button_pinterest\" href=\"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/1389\" onclick=\"event.preventDefault();javascript:void( (function() {var e=document.createElement('script' );e.setAttribute('type','text\/javascript' );e.setAttribute('charset','UTF-8' );e.setAttribute('src','\/\/assets.pinterest.com\/js\/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})());\" title=\"Pinterest\" rel=\"noopener\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_pinterest\" style=\"background-color:#cc2329;width:25px;height:25px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"-2 -2 35 35\"><path fill=\"#fff\" d=\"M16.539 4.5c-6.277 0-9.442 4.5-9.442 8.253 0 2.272.86 4.293 2.705 5.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591 0-3.338 2.498-6.327 6.505-6.327 3.548 0 5.497 2.168 5.497 5.062 0 3.81-1.686 7.025-4.188 7.025-1.382 0-2.416-1.142-2.085-2.545.397-1.674 1.166-3.48 1.166-4.689 0-1.081-.581-1.983-1.782-1.983-1.413 0-2.548 1.462-2.548 3.419 0 1.247.421 2.091.421 2.091l-1.699 7.199c-.505 2.137-.076 4.755-.039 5.019.021.158.223.196.314.077.13-.17 1.813-2.247 2.384-4.324.162-.587.929-3.631.929-3.631.46.876 1.801 1.646 3.227 1.646 4.247 0 7.128-3.871 7.128-9.053.003-3.918-3.317-7.568-8.361-7.568z\"\/><\/svg><\/span><\/a><a aria-label=\"Telegram\" class=\"heateor_sss_button_telegram\" href=\"https:\/\/telegram.me\/share\/url?url=https%3A%2F%2Fwww.woohelpdesk.com%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F1389&text=WooHelpDesk%20Blog%20%E2%80%93%20WordPress%20%26%20WooCommerce%20Tips%20and%20Tutorials%20-%20\" title=\"Telegram\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_telegram\" style=\"background-color:#3da5f1;width:25px;height:25px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 32 32\"><path fill=\"#fff\" d=\"M25.515 6.896L6.027 14.41c-1.33.534-1.322 1.276-.243 1.606l5 1.56 1.72 5.66c.226.625.115.873.77.873.506 0 .73-.235 1.012-.51l2.43-2.363 5.056 3.734c.93.514 1.602.25 1.834-.863l3.32-15.638c.338-1.363-.52-1.98-1.41-1.577z\"><\/path><\/svg><\/span><\/a><a aria-label=\"Whatsapp\" class=\"heateor_sss_whatsapp\" href=\"https:\/\/api.whatsapp.com\/send?text=WooHelpDesk%20Blog%20%E2%80%93%20WordPress%20%26%20WooCommerce%20Tips%20and%20Tutorials%20-%20%20https%3A%2F%2Fwww.woohelpdesk.com%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F1389\" title=\"Whatsapp\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg\" style=\"background-color:#55eb4c;width:25px;height:25px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"-6 -5 40 40\"><path class=\"heateor_sss_svg_stroke heateor_sss_no_fill\" stroke=\"#fff\" stroke-width=\"2\" fill=\"none\" d=\"M 11.579798566743314 24.396926207859085 A 10 10 0 1 0 6.808479557110079 20.73576436351046\"><\/path><path d=\"M 7 19 l -1 6 l 6 -1\" class=\"heateor_sss_no_fill heateor_sss_svg_stroke\" stroke=\"#fff\" stroke-width=\"2\" fill=\"none\"><\/path><path d=\"M 10 10 q -1 8 8 11 c 5 -1 0 -6 -1 -3 q -4 -3 -5 -5 c 4 -2 -1 -5 -1 -4\" fill=\"#fff\"><\/path><\/svg><\/span><\/a><\/div><div class=\"heateorSssClear\"><\/div><\/div>","protected":false},"author":1,"featured_media":1407,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"class_list":["post-1389","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-woocommerce-issues"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/1389","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/comments?post=1389"}],"version-history":[{"count":9,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/1389\/revisions"}],"predecessor-version":[{"id":1405,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/1389\/revisions\/1405"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/media\/1407"}],"wp:attachment":[{"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/media?parent=1389"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/categories?post=1389"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/tags?post=1389"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}