{"id":2767,"date":"2025-05-19T04:35:11","date_gmt":"2025-05-19T04:35:11","guid":{"rendered":"https:\/\/www.woohelpdesk.com\/blog\/?p=2767"},"modified":"2025-09-30T13:51:57","modified_gmt":"2025-09-30T13:51:57","slug":"fix-woocommerce-ship-to-a-different-address-not-showing-at-checkout","status":"publish","type":"post","link":"https:\/\/www.woohelpdesk.com\/blog\/fix-woocommerce-ship-to-a-different-address-not-showing-at-checkout\/","title":{"rendered":"Fix WooCommerce \u201cShip to a Different Address\u201d Not Showing at Checkout"},"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<\/a><\/li>\n<li><a href=\"#section-2\">Understanding the Issue<\/a><\/li>\n<li><a href=\"#section-3\">Why the \u201cShip to a Different Address\u201d Option Might Be Missing<\/a><\/li>\n<li><a href=\"#section-4\">How to Fix: WooCommerce Ship to Different Address Not Showing on Checkout<\/a><\/li>\n<li><a href=\"#section-5\">Best Practices to Avoid This Issue in the Future<\/a><\/li>\n<li><a href=\"#section-6\">When to Contact a Developer or Support<\/a><\/li>\n<li><a href=\"#section-7\">Conclusion<\/a><\/li>\n<\/ul>\n<h2 id=\"section-1\">Introduction<\/h2>\n<p>WooCommerce is a powerful platform for running an online store. The &#8220;Ship to a different address&#8221; option during checkout is one of its useful features. Customers can use it to send their orders to a location other than the billing address. This feature is especially important for gift orders, business purchases, or sending products to family or clients.<\/p>\n<p>However, store owners often run into an unexpected issue\u2014this option suddenly goes missing. When it\u2019s gone, customers can\u2019t choose a different shipping address. This creates confusion. It can also lead to support requests, failed deliveries, or even lost sales.<\/p>\n<p>You might be surprised to learn how widespread this problem is. Shop owners frequently report:<\/p>\n<ul>\n<li>There is no &#8220;Ship to a different address&#8221; checkbox at all.<\/li>\n<li>The checkbox appears, but shipping fields don\u2019t show up.<\/li>\n<li>Customers can&#8217;t select another address, even if they want to.<\/li>\n<\/ul>\n<h2 id=\"section-2\">Understanding the Issue<\/h2>\n<p>One of WooCommerce&#8217;s standard features is the &#8220;Ship to a different address&#8221; checkbox. You\u2019ll find it on the checkout page. When checked, it reveals a new section with shipping address fields. This allows the customer to enter a different destination for their order.<\/p>\n<p>But when the feature is missing, three things might happen:<\/p>\n<ol>\n<li>The checkbox is not completely displaying.<\/li>\n<li>The checkbox appears, but the form below it is blank or hidden.<\/li>\n<li>Customers fill in their billing info, but can\u2019t select a different address.<\/li>\n<\/ol>\n<p>Here\u2019s why that\u2019s a problem:<\/p>\n<ul>\n<li>Customers <strong>expect<\/strong> this option to be available.<\/li>\n<li>It\u2019s a basic feature on nearly every eCommerce site.<\/li>\n<li>Its absence creates doubt and reduces trust in your checkout process.<\/li>\n<\/ul>\n<p>These symptoms can be caused by:<\/p>\n<ul>\n<li><strong>Theme or plugin conflicts<\/strong> (especially checkout customizers).<\/li>\n<li><strong>Disabled or incorrect WooCommerce settings<\/strong>.<\/li>\n<li><strong>Outdated template files<\/strong> or custom code.<\/li>\n<li><strong>Caching issues<\/strong> or JavaScript conflicts.<\/li>\n<\/ul>\n<p>Another possibility is that it was brought on by a new plugin or recent upgrade. Sometimes, even a small change can break this part of the checkout.<\/p>\n<h2 id=\"section-3\">Why the \u201cShip to a Different Address\u201d Option Might Be Missing<\/h2>\n<p>When the \u201cShip to a different address\u201d option disappears from WooCommerce checkout, it\u2019s rarely random. In most cases, the issue is caused by a setting conflict, a theme override, or a plugin bug. Let\u2019s explore each reason so you can identify what\u2019s wrong in your store.<\/p>\n<ol>\n<li><strong> WooCommerce Settings Misconfigured<\/strong><\/li>\n<\/ol>\n<p>Your WooCommerce settings should be checked first. If shipping is disabled or misconfigured, the \u201cShip to a different address\u201d box may not appear.<\/p>\n<p>Here\u2019s what you can check:<\/p>\n<ul>\n<li>Go to <strong>WooCommerce \u2192 Settings \u2192 Shipping<\/strong>.<\/li>\n<li>Make sure at least one shipping zone is enabled.<\/li>\n<li>In <strong>WooCommerce \u2192 Settings \u2192 General<\/strong>, check the <strong>Shipping Location(s)<\/strong> option.<\/li>\n<li>Set it to \u201c<strong>Ship to customer shipping address<\/strong>\u201d or \u201c<strong>Ship to billing address or customer shipping address<\/strong>\u201d.<\/li>\n<\/ul>\n<p>If this setting is off, the shipping section will not load on checkout.<\/p>\n<ol start=\"2\">\n<li><strong> Theme Conflicts<\/strong><\/li>\n<\/ol>\n<p>It&#8217;s possible that the default WooCommerce checkout template is being overridden by your active theme. Some themes use custom layouts and remove the shipping fields accidentally.<\/p>\n<p>To test this:<\/p>\n<ul>\n<li>Temporarily switch to the official WooCommerce theme, Storefront.<\/li>\n<li>Check to see if the shipping checkbox shows up after refreshing the checkout page.<\/li>\n<\/ul>\n<p>If it works with Storefront, your theme is the issue. You\u2019ll need to contact the theme developer or edit the form-checkout.php file in a child theme.<\/p>\n<ol start=\"3\">\n<li><strong> Plugin Conflicts<\/strong><\/li>\n<\/ol>\n<p>Many WooCommerce extensions or checkout plugins can cause this issue. Plugins that modify the checkout fields or flow may hide the shipping option by default.<\/p>\n<p>Steps to find plugin conflicts:<\/p>\n<ul>\n<li>Temporarily deactivate all plugins except WooCommerce to isolate the issue.<\/li>\n<li>Test the checkout page.<\/li>\n<li>Test again after re-enabling each plugin individually.<\/li>\n<\/ul>\n<p>Look out for:<\/p>\n<ul>\n<li>Checkout customizers<\/li>\n<li>Payment gateway plugins<\/li>\n<li>Shipping-related extensions<\/li>\n<\/ul>\n<p>One of them might be hiding or removing the option.<\/p>\n<ol start=\"4\">\n<li><strong> Custom Code or Checkout Field Edits<\/strong><\/li>\n<\/ol>\n<p>If your developer added custom code to the checkout, it could hide the shipping section. Edits in functions.php, a plugin, or a snippet could be disabling the option.<\/p>\n<p>Check for filters like:<\/p>\n<p>add_filter( &#8216;woocommerce_cart_needs_shipping_address&#8217;, &#8216;__return_false&#8217; );<\/p>\n<p>This line disables shipping address fields completely.<\/p>\n<ol start=\"5\">\n<li><strong> Outdated WooCommerce Templates<\/strong><\/li>\n<\/ol>\n<p>Themes that don\u2019t update their WooCommerce files may break the checkout. Look in <strong>WooCommerce \u2192 Status<\/strong> and check if template files are outdated.<\/p>\n<p>If so, update your theme or override only the correct templates in a child theme.<\/p>\n<ol start=\"6\">\n<li><strong> JavaScript or Caching Issues<\/strong><\/li>\n<\/ol>\n<p>Sometimes, the box is there but hidden due to JavaScript errors. These errors may come from other plugins, themes, or caching systems.<\/p>\n<p>To check:<\/p>\n<ul>\n<li>Open your browser console (F12) on the checkout page.<\/li>\n<li>Look for any JavaScript errors.<\/li>\n<li>Clear all cache: browser, plugin, and server-side.<\/li>\n<\/ul>\n<p>Additionally, try using a different browser or incognito mode.<\/p>\n<h2 id=\"section-4\">How to Fix: WooCommerce Ship to Different Address Not Showing on Checkout<\/h2>\n<p>If the <strong>\u201cShip to a different address\u201d<\/strong> option is missing in your WooCommerce store, don\u2019t worry. In this section, we\u2019ll go through clear steps to fix it. You don\u2019t need to be a developer. Just follow each method carefully, one at a time.<br \/>\n<a href=\"https:\/\/www.woohelpdesk.com\/woocommerce-errors\/fix-woocommerce-ship-to-different-address-not-showing\/\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"https:\/\/www.woohelpdesk.com\/blog\/wp-content\/uploads\/2025\/09\/Fixing-WooCommerce-Ship-to-a-Different-Address-Not-Showing-at-Checkout.png\" alt=\"WooCommerce \u201cShip to a Different Address\u201d Not Showing at Checkout\" \/><\/a><\/p>\n<ol>\n<li><strong> Check WooCommerce Shipping Settings<\/strong><\/li>\n<\/ol>\n<p>The most common reason this feature disappears is a simple setting issue.<\/p>\n<p>Follow these steps:<\/p>\n<ul>\n<li>Access your WordPress dashboard.<\/li>\n<li>Click <strong>WooCommerce \u2192 Settings \u2192 General<\/strong>.<\/li>\n<li>Scroll down to <strong>Shipping Location(s)<\/strong>.<\/li>\n<li>Make sure it\u2019s not set to <strong>Disable shipping &amp; shipping calculations<\/strong>.<\/li>\n<li>Select either:\n<ul>\n<li>\u201c<strong>Ship to customer shipping address<\/strong>\u201d<\/li>\n<li>or \u201c<strong>Ship to billing address or customer shipping address<\/strong>\u201d<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>Also check:<\/p>\n<ul>\n<li><strong>WooCommerce \u2192 Settings \u2192 Shipping<\/strong><\/li>\n<li>Make sure at least one <strong>shipping zone<\/strong> is active with methods like flat rate or free shipping.<\/li>\n<\/ul>\n<p>If this setting was off, fixing it should bring back the missing box.<\/p>\n<ol start=\"2\">\n<li><strong> Deactivate Conflicting Plugins<\/strong><\/li>\n<\/ol>\n<p>Sometimes, a plugin blocks or removes shipping fields.<\/p>\n<p>How to troubleshoot:<\/p>\n<ul>\n<li>Go to <strong>Plugins \u2192 Installed Plugins<\/strong>.<\/li>\n<li>Disable every plugin except WooCommerce to check for conflicts.<\/li>\n<li>Examine your checkout page once more.<\/li>\n<li>If the option shows up, a plugin is causing the problem.<\/li>\n<\/ul>\n<p>Now, re-activate your plugins one by one:<\/p>\n<ul>\n<li>Refresh the checkout page each time.<\/li>\n<li>If the issue returns, the last plugin you enabled is likely the culprit.<\/li>\n<\/ul>\n<p>Common troublemakers:<\/p>\n<ul>\n<li>Checkout field editors<\/li>\n<li>Shipping calculators<\/li>\n<li>Payment gateway plugins<\/li>\n<\/ul>\n<p>Once found, contact the plugin developer or find an alternative.<\/p>\n<ol start=\"3\">\n<li><strong> Switch to the Default Theme<\/strong><\/li>\n<\/ol>\n<p>Your theme could be overriding WooCommerce checkout files. This is particularly valid for themes that are significantly altered or custom-built.<\/p>\n<p>To test this:<\/p>\n<ul>\n<li>Go to <strong>Appearance \u2192 Themes<\/strong>.<\/li>\n<li>Turn on the WooCommerce-free Storefront theme.<\/li>\n<li>Visit your checkout page again.<\/li>\n<\/ul>\n<p>If the option appears now, your original theme is the problem.<\/p>\n<p>Solution:<\/p>\n<ul>\n<li>Contact the theme developer.<\/li>\n<li>Or copy form-checkout.php to a child theme and fix the layout.<\/li>\n<\/ul>\n<p>Don\u2019t edit the main theme directly \u2014 use a child theme instead.<\/p>\n<ol start=\"4\">\n<li><strong> Remove Problematic Custom Code<\/strong><\/li>\n<\/ol>\n<p>Have you added custom code to functions.php or installed code snippets?<\/p>\n<p>Some developers disable shipping fields with a simple filter like:<\/p>\n<p>add_filter( &#8216;woocommerce_cart_needs_shipping_address&#8217;, &#8216;__return_false&#8217; );<\/p>\n<p>This tells WooCommerce not to show the shipping section.<\/p>\n<p>To fix this:<\/p>\n<ul>\n<li>Go to <strong>Appearance \u2192 Theme File Editor<\/strong>.<\/li>\n<li>Open functions.php from your active theme.<\/li>\n<li>Look for the line above or anything similar.<\/li>\n<li>Remove or comment it out.<\/li>\n<li>Save changes and test again.<\/li>\n<\/ul>\n<p>Be careful when editing PHP files. Always back up your site first.<\/p>\n<ol start=\"5\">\n<li><strong> Clear All Caches and Retest<\/strong><\/li>\n<\/ol>\n<p>Sometimes, the setting is fixed but your browser still shows the old version. Sometimes, caching from plugins or the server can block recent updates.<\/p>\n<p>Do this:<\/p>\n<ul>\n<li>Clear your <strong>browser cache<\/strong>.<\/li>\n<li>Clear any <strong>plugin cache<\/strong> (like from WP Rocket, W3 Total Cache).<\/li>\n<li>Clear <strong>server or host-level cache<\/strong>, if available.<\/li>\n<li>Disable any <strong>CDN<\/strong> temporarily (like Cloudflare).<\/li>\n<li>Try using a different browser or incognito mode.<\/li>\n<\/ul>\n<p>This step ensures you\u2019re seeing the live version of your site<\/p>\n<ol start=\"6\">\n<li><strong> Use a Checkout Field Editor Plugin (Optional Fix)<\/strong><\/li>\n<\/ol>\n<p>If you still can\u2019t get the option to show, you can force it using a reliable plugin.<\/p>\n<p>We recommend:<\/p>\n<ul>\n<li><strong>Checkout Field Editor for WooCommerce by ThemeHigh<\/strong><\/li>\n<li><strong>WooCommerce Checkout Manager<\/strong><\/li>\n<\/ul>\n<p>These plugins let you:<\/p>\n<ul>\n<li>Add back the shipping address section.<\/li>\n<li>Control visibility rules.<\/li>\n<li>Fix broken or hidden fields.<\/li>\n<\/ul>\n<p>Steps:<\/p>\n<ul>\n<li>Add the plugin to your site and turn it on.<\/li>\n<li>Go to <strong>WooCommerce \u2192 Checkout Form<\/strong> or similar.<\/li>\n<li>The &#8220;Ship to a different address&#8221; checkbox should be enabled.<\/li>\n<li>Make sure shipping fields are assigned correctly.<\/li>\n<\/ul>\n<p>This is a fast solution for non-developers.<\/p>\n<h2 id=\"section-5\">Best Practices to Avoid This Issue in the Future<\/h2>\n<p>Once you fix the <strong>\u201cShip to a different address\u201d<\/strong> problem, you\u2019ll want to keep it from happening again. To prevent problems with your WooCommerce store in the future, adhere to these easy recommended practices.<\/p>\n<ol>\n<li><strong> Keep WooCommerce and Plugins Updated<\/strong><\/li>\n<\/ol>\n<p>Outdated software is one of the biggest causes of checkout errors.<\/p>\n<p>Always:<\/p>\n<ul>\n<li>Update WooCommerce to the latest stable version.<\/li>\n<li>Update all plugins regularly.<\/li>\n<li>Check changelogs for updates that mention checkout or shipping.<\/li>\n<\/ul>\n<p>These updates often fix bugs that affect shipping fields.<\/p>\n<ol start=\"2\">\n<li><strong> Avoid Directly Editing Theme or Core Files<\/strong><\/li>\n<\/ol>\n<p>Never change WooCommerce core files or main theme templates. This can cause conflicts during updates or break your checkout layout.<\/p>\n<p>Instead:<\/p>\n<ul>\n<li>Use a <strong>child theme<\/strong> for custom changes.<\/li>\n<li>Only override templates when needed.<\/li>\n<li>Test changes on a <strong>staging site<\/strong> first.<\/li>\n<\/ul>\n<p>This keeps your live site safe and prevents errors.<\/p>\n<ol start=\"3\">\n<li><strong> Limit Checkout Customizations<\/strong><\/li>\n<\/ol>\n<p>Adding too many checkout customizations can cause conflicts.<\/p>\n<p>To stay safe:<\/p>\n<ul>\n<li>Use trusted plugins from the WordPress repository.<\/li>\n<li>Avoid using multiple checkout plugins at once.<\/li>\n<li>Only add code snippets you understand or from trusted sources.<\/li>\n<\/ul>\n<p>The simpler your checkout, the fewer problems you\u2019ll face.<\/p>\n<ol start=\"4\">\n<li><strong> Test Checkout After Major Changes<\/strong><\/li>\n<\/ol>\n<p>After updating a theme, plugin, or WooCommerce:<\/p>\n<ul>\n<li>Place a test order.<\/li>\n<li>Consider sending the item to a different address.<\/li>\n<li>Verify that every field is functioning properly.<\/li>\n<\/ul>\n<p>This enables you to identify problems before your clients do.<\/p>\n<h2 id=\"section-6\">When to Contact a Developer or Support<\/h2>\n<p>If you\u2019ve tried all fixes and the option still won\u2019t appear, it\u2019s time to get help.<\/p>\n<p>You should contact:<\/p>\n<ul>\n<li>Your theme developer if the layout is broken.<\/li>\n<li>The plugin support team if a plugin caused the issue.<\/li>\n<li>A WooCommerce expert developer for advanced fixes.<\/li>\n<\/ul>\n<p>Also, you can reach out to WooHelpDesk for quick support and WooCommerce solutions.<\/p>\n<h2 id=\"section-7\">Conclusion<\/h2>\n<p>Any WooCommerce store must include the &#8220;Ship to a different address&#8221; feature. When it disappears, it confuses your customers and can hurt your sales.<\/p>\n<p>Fortunately, there is a solution for this problem. Whether it\u2019s a setting, plugin, or theme conflict, the steps in this guide should help you get things back on track.<\/p>\n<p>Always:<\/p>\n<ul>\n<li>Check your settings<\/li>\n<li>Keep everything updated<\/li>\n<li>Test your checkout regularly<\/li>\n<\/ul>\n<p>Need help? <strong><span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"https:\/\/www.woohelpdesk.com\/\">WooHelpDesk<\/a><\/span><\/strong> is here to support your WooCommerce journey.<\/p>\n<p><strong>Now your customers can ship their orders anywhere \u2014 just as they should.<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Table of Contents Introduction Understanding the Issue Why the \u201cShip to a Different Address\u201d Option Might Be Missing How to Fix: WooCommerce Ship to Different Address Not Showing on Checkout Best Practices to Avoid This Issue in the Future When to Contact a Developer or Support Conclusion Introduction WooCommerce is a powerful platform for running [&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\/2767'><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%2F2767\" 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%2F2767\" 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%2F2767\" 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\/2767\" 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%2F2767&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%2F2767\" 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":2778,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"class_list":["post-2767","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\/2767","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=2767"}],"version-history":[{"count":2,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/2767\/revisions"}],"predecessor-version":[{"id":4285,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/2767\/revisions\/4285"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/media\/2778"}],"wp:attachment":[{"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/media?parent=2767"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/categories?post=2767"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/tags?post=2767"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}