{"id":3304,"date":"2025-07-01T03:51:13","date_gmt":"2025-07-01T03:51:13","guid":{"rendered":"https:\/\/www.woohelpdesk.com\/blog\/?p=3304"},"modified":"2025-07-01T06:29:24","modified_gmt":"2025-07-01T06:29:24","slug":"how-to-fix-woocommerce-return-to-shop-button-not-showing-on-cart-page","status":"publish","type":"post","link":"https:\/\/www.woohelpdesk.com\/blog\/how-to-fix-woocommerce-return-to-shop-button-not-showing-on-cart-page\/","title":{"rendered":"How to Fix WooCommerce Return to Shop Button Not Showing on Cart Page"},"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\">What Is the \u201cReturn to Shop\u201d Button?<\/a><\/li>\n<li><a href=\"#section-3\">Causes Behind the WooCommerce Return to Shop Button Not Showing in Cart Page<\/a><\/li>\n<li><a href=\"#section-4\">Step-by-Step Fixes for WooCommerce Return to Shop Button Not Showing in Cart Page<\/a><\/li>\n<li><a href=\"#section-5\">Best Practices to Prevent the Issue<\/a><\/li>\n<li><a href=\"#section-6\">When to Ask for Expert Help<\/a><\/li>\n<li><a href=\"#section-7\">Conclusion<\/a><\/li>\n<\/ul>\n<h2 id=\"section-1\">Introduction<\/h2>\n<p>Providing a seamless user experience is essential to operating an online store. When something breaks, even something small, it can affect your sales. One common issue many WooCommerce users face is this:<br \/>\n<strong>the \u201cReturn to Shop\u201d button not showing on the cart page.<\/strong><\/p>\n<p>This button is supposed to guide customers back to the main shop. But for many users, it&#8217;s suddenly missing. You\u2019re not alone if you\u2019ve seen this problem after updating WooCommerce or changing themes. It&#8217;s more common than most store owners think.<\/p>\n<p>Without this button, users might hit a dead end. On a website with an empty cart, they can become confused. And if they can&#8217;t find a way back, they may leave your site completely.<\/p>\n<p>Whether you\u2019re a store owner or a developer, this guide is for you. It\u2019s written in clear steps to help you fix the problem quickly.<\/p>\n<h2 id=\"section-2\">What Is the \u201cReturn to Shop\u201d Button?<\/h2>\n<p>In WooCommerce, when a customer&#8217;s cart is empty, a message appears. Typically, it displays something along the lines of &#8220;Your cart is currently empty.&#8221; Along with this message, WooCommerce displays a <strong>\u201cReturn to Shop\u201d<\/strong> button.<\/p>\n<p>This button is important for user flow. It redirects users back to the main shop or products page. It helps prevent frustration and keeps customers moving forward.<\/p>\n<p>By default, WooCommerce adds this button automatically when:<\/p>\n<ul>\n<li>The cart page is empty<\/li>\n<li>The shop page is properly set in WooCommerce settings<\/li>\n<li>Your theme supports the cart templates correctly<\/li>\n<\/ul>\n<p>But if you\u2019re seeing the woocommerce return to shop button not showing, there\u2019s likely a deeper issue. A missing template file, a conflicting plugin, or your theme could be the cause.<\/p>\n<p>Also, some users notice the WooCommerce return to shop link not displaying even after updates. That\u2019s because small changes in code or templates may break the layout.<\/p>\n<p>Here\u2019s what this button normally looks like:<\/p>\n<ul>\n<li>It\u2019s styled like a WooCommerce button<\/li>\n<li>It links to your Shop page<\/li>\n<li>It\u2019s usually centered below the empty cart message<\/li>\n<\/ul>\n<h2 id=\"section-3\">Causes Behind the WooCommerce Return to Shop Button Not Showing in Cart Page<\/h2>\n<p>If your WooCommerce cart page is missing the Return to Shop button, it can be frustrating. This button plays an important role in user navigation. When it\u2019s gone, users often feel stuck on the empty cart page.<\/p>\n<p>The most frequent causes of the missing Woocommerce back to shop button are listed below:<\/p>\n<ol>\n<li><strong> Your Cart Is Not Empty<\/strong><\/li>\n<\/ol>\n<p>WooCommerce only shows this button when the cart is empty. The button won&#8217;t show up if any items are still in the cart. This is the anticipated behavior, not a bug.<\/p>\n<p>To test this:<\/p>\n<ul>\n<li>Go to your site\u2019s cart page.<\/li>\n<li>Take everything out of the cart.<\/li>\n<li>Check again after refreshing the page.<\/li>\n<\/ul>\n<p>If the cart is not empty, the return button won\u2019t be visible.<\/p>\n<ol start=\"2\">\n<li><strong> Your Theme Overrides the Cart Template<\/strong><\/li>\n<\/ol>\n<p>Many themes customize WooCommerce templates to control layout and style. If your theme has a custom cart-empty.php file, it may not include the return button code.<\/p>\n<p>To check this:<\/p>\n<ul>\n<li>Go to your theme folder.<\/li>\n<li>Look inside the \/woocommerce\/cart\/ directory.<\/li>\n<li>Open cart-empty.php and look for the button code.<\/li>\n<\/ul>\n<p>If the file is missing the code, the button won\u2019t show up.<\/p>\n<ol start=\"3\">\n<li><strong> The Shop Page Is Not Set Correctly<\/strong><\/li>\n<\/ol>\n<p>WooCommerce needs to know which page is your shop. If this setting is wrong, the button has no link to return to. As a result, the button won\u2019t display.<\/p>\n<p>To check this:<\/p>\n<ul>\n<li>Go to <strong>WooCommerce &gt; Settings &gt; Products<\/strong>.<\/li>\n<li>Look at the <strong>Shop page<\/strong> setting.<\/li>\n<li>Make sure a page is selected here (usually \u201cShop\u201d).<\/li>\n<\/ul>\n<p>If no page is set, update it and save changes.<\/p>\n<ol start=\"4\">\n<li><strong> A Plugin Conflict Is Hiding It<\/strong><\/li>\n<\/ol>\n<p>Sometimes, another plugin changes how the cart page works. This can block or hide the return button. Common plugin types that may cause this:<\/p>\n<ul>\n<li>Caching plugins<\/li>\n<li>Cart or checkout customizer plugins<\/li>\n<li>Page builders with WooCommerce modules<\/li>\n<\/ul>\n<p>Try disabling plugins one by one and test the cart page. This helps you find the conflict.<\/p>\n<ol start=\"5\">\n<li><strong> Custom Code or Functions Removed It<\/strong><\/li>\n<\/ol>\n<p>If you or a developer added custom code, it may be affecting the cart. Some functions might remove default WooCommerce content, including the button.<\/p>\n<p>Look for:<\/p>\n<ul>\n<li>Custom snippets in functions.php<\/li>\n<li>Filters or hooks that modify cart templates<\/li>\n<\/ul>\n<h2 id=\"section-4\">Step-by-Step Fixes for WooCommerce Return to Shop Button Not Showing in Cart Page<\/h2>\n<p>Now that you know why the WooCommerce return to shop button is not showing, let\u2019s move on to the solutions. Even if you are not a developer, following these steps will help you solve the issue.<\/p>\n<p>Each fix focuses on a different possible cause. Go over each one individually until the problem is fixed.<\/p>\n<ol>\n<li><strong> Make Sure the Cart Is Empty<\/strong><\/li>\n<\/ol>\n<p>It may seem simple, but many people still miss it. The Return to Shop button only shows up when there is nothing in the cart. If your cart still holds even one product, the button won\u2019t show.<\/p>\n<p>Here\u2019s how to check:<\/p>\n<ul>\n<li>Go to the cart page of your website.<\/li>\n<li>Take everything out of the cart.<\/li>\n<li>Refresh the page.<\/li>\n<\/ul>\n<p>Now check if the button appears. If not, move on to the next step.<\/p>\n<ol start=\"2\">\n<li><strong> Check the Shop Page Setting<\/strong><\/li>\n<\/ol>\n<p>WooCommerce needs to know which page is your shop. If the shop page is not set, the return link has nowhere to go.<\/p>\n<p>To fix this:<\/p>\n<ol>\n<li>Go to your WordPress dashboard.<\/li>\n<li>Navigate to <strong>WooCommerce &gt; Settings &gt; Products<\/strong>.<\/li>\n<li>Seek out the Shop page configuration.<\/li>\n<li>Choose a page from the dropdown, usually called \u201cShop.\u201d<\/li>\n<li>Save your changes.<\/li>\n<\/ol>\n<p>Now refresh your cart page. If the setting was missing before, the button should now display.<\/p>\n<ol start=\"3\">\n<li><strong> Inspect Your Theme\u2019s Cart Template<\/strong><\/li>\n<\/ol>\n<p>Themes can override WooCommerce templates. If your theme includes a custom cart-empty.php file, it might be missing the return button code.<\/p>\n<p>Follow these steps:<\/p>\n<ul>\n<li>Use a file manager or FTP to open the folder containing your theme.<\/li>\n<li>Go to: \/wp-content\/themes\/your-theme\/woocommerce\/cart\/<\/li>\n<li>Check if there&#8217;s a cart-empty.php file.<\/li>\n<li>Open it and search for this code:<\/li>\n<\/ul>\n<div style=\"background-color: #f3f4f5; padding: 10px; border: 1px solid #ccc;\">\n<p>&lt;a class=&#8221;button wc-backward&#8221; href=&#8221;&lt;?php echo esc_url( wc_get_page_permalink( &#8216;shop&#8217; ) ); ?&gt;&#8221;&gt;<\/p>\n<p>&lt;?php _e( &#8216;Return to shop&#8217;, &#8216;woocommerce&#8217; ); ?&gt;<\/p>\n<p>&lt;\/a&gt;<\/p>\n<\/div>\n<p>If this code is missing, add it back manually. Or copy the default template from the WooCommerce plugin folder.<\/p>\n<ol start=\"4\">\n<li><strong> Add the Return to Shop Button Manually<\/strong><\/li>\n<\/ol>\n<p>If your theme doesn\u2019t have the button, you can add it using a custom function or by editing the cart template.<\/p>\n<p>Here\u2019s a simple method using the cart-empty.php file:<\/p>\n<div style=\"background-color: #f3f4f5; padding: 10px; border: 1px solid #ccc;\">\n<p>&lt;a class=&#8221;button wc-backward&#8221; href=&#8221;&lt;?php echo esc_url( wc_get_page_permalink( &#8216;shop&#8217; ) ); ?&gt;&#8221;&gt;<\/p>\n<p>&lt;?php _e( &#8216;Return to shop&#8217;, &#8216;woocommerce&#8217; ); ?&gt;<\/p>\n<p>&lt;\/a&gt;<\/p>\n<\/div>\n<p>Place this inside the empty cart area. If you&#8217;re using a child theme, place it in:<\/p>\n<p>\/wp-content\/themes\/your-child-theme\/woocommerce\/cart\/cart-empty.php<\/p>\n<p><strong>Tip<\/strong>: Always use a child theme. Avoid making direct edits to the parent theme because updates can erase your modifications.<\/p>\n<ol start=\"5\">\n<li><strong> Use a Custom Hook in Functions.php<\/strong><\/li>\n<\/ol>\n<p>Another option is to add the button using a hook. Add this to your functions.php file:<\/p>\n<div style=\"background-color: #f3f4f5; padding: 10px; border: 1px solid #ccc;\">\n<p>add_action( &#8216;woocommerce_cart_is_empty&#8217;, &#8216;custom_return_to_shop_button&#8217; );<\/p>\n<p>function custom_return_to_shop_button() {<\/p>\n<p>echo &#8216;&lt;a class=&#8221;button wc-backward&#8221; href=&#8221;&#8216; . esc_url( wc_get_page_permalink( &#8216;shop&#8217; ) ) . &#8216;&#8221;&gt;Return to shop&lt;\/a&gt;&#8217;;<\/p>\n<p>}<\/p>\n<\/div>\n<p>This will insert the button every time the cart is empty. Make sure your theme supports WooCommerce hooks.<\/p>\n<ol start=\"6\">\n<li><strong> Disable Conflicting Plugins<\/strong><\/li>\n<\/ol>\n<p>Plugins can sometimes block WooCommerce elements from loading. If your cart page layout is broken or missing parts, plugins may be the cause.<\/p>\n<p>Steps to test:<\/p>\n<ul>\n<li>Go to <strong>Plugins &gt; Installed Plugins<\/strong>.<\/li>\n<li>Disable all non-WooCommerce plugins.<\/li>\n<li>Check the cart page.<\/li>\n<li>Reactivate each plugin one at a time if the button shows.<\/li>\n<li>Identify the problematic plugin.<\/li>\n<\/ul>\n<p>Common conflict sources:<\/p>\n<ul>\n<li>Page builders (Elementor, WPBakery)<\/li>\n<li>Optimization or cache plugins<\/li>\n<li>UX\/UI customization plugins<\/li>\n<\/ul>\n<p>If a plugin causes the issue, contact its developer or look for an alternative.<\/p>\n<ol start=\"7\">\n<li><strong> Clear Your Site Cache<\/strong><\/li>\n<\/ol>\n<p>Sometimes the issue is simple: your site is showing cached content. This means your changes won\u2019t appear until the cache is cleared.<\/p>\n<p>Try this:<\/p>\n<ul>\n<li>Clear your browser cache.<\/li>\n<li>Clear your site cache (from a caching plugin or hosting panel).<\/li>\n<li>Use incognito mode to test again.<\/li>\n<\/ul>\n<ol start=\"8\">\n<li><strong> Switch to a Default Theme Temporarily<\/strong><\/li>\n<\/ol>\n<p>To see if your theme is the issue, try using one of the default WordPress themes, such as &#8220;Storefront&#8221; or &#8220;Twenty Twenty-Four.&#8221;<\/p>\n<p>Steps:<\/p>\n<ul>\n<li>Go to <strong>Appearance &gt; Themes<\/strong>.<\/li>\n<li>Activate the \u201cStorefront\u201d theme.<\/li>\n<li>Check your cart page again.<\/li>\n<\/ul>\n<p>If the button appears, your current theme is the issue.<\/p>\n<p>You might need to get in touch with the theme creator or fix the template for your theme.<\/p>\n<p><strong>Final Tip: Use a Staging Site<\/strong><\/p>\n<p>Always test fixes on a staging site before applying them live. This prevents downtime and protects your store from broken layouts.<\/p>\n<p>Now that you know how to fix the woocommerce return to shop link not displaying, you can bring back this helpful button in just a few steps.<\/p>\n<h2 id=\"section-5\">Best Practices to Prevent the Issue<\/h2>\n<p>Once you fix the WooCommerce return to shop button not showing, it\u2019s important to make sure the issue doesn\u2019t return. Small updates, custom changes, or conflicts can bring it back again.<\/p>\n<p>You can prevent layout issues like the missing button in your store by taking a few easy actions.<\/p>\n<ol>\n<li><strong> Use a Child Theme<\/strong><\/li>\n<\/ol>\n<p>Never edit your main theme directly. Changes will be lost during theme updates. Instead, use a <strong>child theme<\/strong> to hold your custom code or templates.<\/p>\n<p>This way, WooCommerce and theme updates won\u2019t remove the return button again.<\/p>\n<ol start=\"2\">\n<li><strong> Avoid Direct Template Edits<\/strong><\/li>\n<\/ol>\n<p>WooCommerce uses template files for different parts of your store. Editing these files directly can break layouts or remove buttons.<\/p>\n<p>If you must edit:<\/p>\n<ul>\n<li>Copy the template to your child theme.<\/li>\n<li>Make small, controlled changes.<\/li>\n<li>Keep a backup of the original version.<\/li>\n<\/ul>\n<ol start=\"3\">\n<li><strong> Keep WooCommerce and Plugins Updated<\/strong><\/li>\n<\/ol>\n<p>Outdated plugins or WooCommerce versions can cause layout issues. Keep them informed at all times.<\/p>\n<p>Make it a habit to:<\/p>\n<ul>\n<li>Every week, check for updates.<\/li>\n<li>Test updates on a staging site first.<\/li>\n<li>Clear cache after updates to see changes.<\/li>\n<\/ul>\n<ol start=\"4\">\n<li><strong> Use a Staging Site<\/strong><\/li>\n<\/ol>\n<p>A copy of your live website is called a staging site. Before making changes live, you can securely test new plugins, upgrades, or custom code here.<\/p>\n<p>Many hosting companies offer this feature. It saves time and prevents mistakes on your main store.<\/p>\n<ol start=\"5\">\n<li><strong> Monitor for Plugin Conflicts<\/strong><\/li>\n<\/ol>\n<p>Sometimes plugins work fine alone but conflict when used together. Use plugin conflict testing regularly, especially after new installs.<\/p>\n<p>Signs of a conflict:<\/p>\n<ul>\n<li>Missing layout elements<\/li>\n<li>Buttons not loading<\/li>\n<li>Broken design on cart or checkout pages<\/li>\n<\/ul>\n<p>If something looks wrong, disable plugins one by one to find the cause.<\/p>\n<h2 id=\"section-6\">When to Ask for Expert Help<\/h2>\n<p>You might reach a point where fixes don&#8217;t work. Maybe you&#8217;re not comfortable editing code. Or maybe the issue returns even after trying all steps.<\/p>\n<p>It&#8217;s wise to consult an expert at this point.<\/p>\n<p>You should contact a WooCommerce developer or support service if:<\/p>\n<ul>\n<li>You use a custom theme or heavily modified store.<\/li>\n<li>You can\u2019t find the file or code causing the issue.<\/li>\n<li>Fixes seem to break other parts of the cart page.<\/li>\n<\/ul>\n<p>At <strong>WooHelpDesk<\/strong>, we help store owners with these exact issues. Whether it\u2019s a missing button or a broken cart layout, we can fix it quickly and safely.<\/p>\n<h2 id=\"section-7\">Conclusion<\/h2>\n<p>Fixing small WooCommerce issues can feel like a big task. A missing button may seem minor, but it can impact sales and user trust. Even after trying different fixes, things might not work as expected.<\/p>\n<p>You don\u2019t have to struggle alone.<\/p>\n<p>At <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"https:\/\/www.woohelpdesk.com\/\"><strong>WooHelpDesk<\/strong><\/a><\/span>, we help WooCommerce store owners solve real problems fast. From broken buttons to advanced theme conflicts, we know what to look for. Our team works with all major themes and plugins. We make sure your store looks right and works right.<\/p>\n<p>We can help you whether you need a fast fix or complete support.<\/p>\n<p><strong>Let our experts handle the tech so you can focus on sales.<\/strong><\/p>\n<p>\ud83d\udc49<a href=\"https:\/\/www.woohelpdesk.com\/\"> Contact WooHelpDesk now<\/a> for fast WooCommerce help. We\u2019re here when your cart page isn\u2019t.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Table of Contents Introduction What Is the \u201cReturn to Shop\u201d Button? Causes Behind the WooCommerce Return to Shop Button Not Showing in Cart Page Step-by-Step Fixes for WooCommerce Return to Shop Button Not Showing in Cart Page Best Practices to Prevent the Issue When to Ask for Expert Help Conclusion Introduction Providing a seamless user [&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\/3304'><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%2F3304\" 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%2F3304\" 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%2F3304\" 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\/3304\" 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%2F3304&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%2F3304\" 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":3318,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"class_list":["post-3304","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\/3304","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=3304"}],"version-history":[{"count":1,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/3304\/revisions"}],"predecessor-version":[{"id":3305,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/3304\/revisions\/3305"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/media\/3318"}],"wp:attachment":[{"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/media?parent=3304"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/categories?post=3304"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/tags?post=3304"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}