{"id":694,"date":"2025-02-24T07:52:34","date_gmt":"2025-02-24T07:52:34","guid":{"rendered":"https:\/\/www.woohelpdesk.com\/blog\/?p=694"},"modified":"2026-02-23T14:32:44","modified_gmt":"2026-02-23T14:32:44","slug":"woocommerce-shortcode-not-working-how-to-fix-it","status":"publish","type":"post","link":"https:\/\/www.woohelpdesk.com\/blog\/woocommerce-shortcode-not-working-how-to-fix-it\/","title":{"rendered":"WooCommerce Shortcode Not Working \u2013 How to Fix It"},"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 WooCommerce Shortcodes<\/a><\/li>\n<li><a href=\"#section-3\">Common WooCommerce Shortcodes and Their Uses<\/a><\/li>\n<li><a href=\"#section-4\">Benefits of WooCommerce Shortcodes<\/a><\/li>\n<li><a href=\"#section-5\">Common Issues &amp; How to fix WooCommerce Shortcodes\/a&gt;<\/a><\/li>\n<li><a href=\"#section-6\">Practices &amp; Alternative Solutions<\/a><\/li>\n<li><a href=\"#section-7\">Conclusion<\/a><\/li>\n<\/ul>\n<h2 id=\"section-1\" class=\"vc_custom_heading\" style=\"text-align: left;\">Introduction<\/h2>\n<p>WooCommerce shortcodes are powerful tools for customizing an online store. They let you add important elements like products, carts, and checkout pages easily. Instead of writing complex code, you can insert a shortcode and display store content instantly.<\/p>\n<p>Many store owners use shortcodes to improve the shopping experience. They help in organizing products, creating buttons, and setting up pages. However, sometimes shortcodes do not work as expected. They might display incorrect information or not show up at all. This can be frustrating, especially if you are not familiar with troubleshooting WooCommerce.<\/p>\n<p>There are several reasons why shortcodes may fail. It could be syntax errors, outdated WooCommerce, plugin conflicts, or theme issues. This guide will help you understand WooCommerce shortcodes, their benefits, and how to fix common problems.<\/p>\n<p>If your shortcodes are not working, don\u2019t worry! We\u2019ll go through step-by-step solutions to fix them. By the end of this guide, you\u2019ll know how to use and troubleshoot WooCommerce shortcodes.<\/p>\n<h2 id=\"section-2\" class=\"vc_custom_heading\" style=\"text-align: left;\">Understanding WooCommerce Shortcodes<\/h2>\n<p><strong>What Are WooCommerce Shortcodes?<\/strong><\/p>\n<p>WooCommerce shortcodes are small code snippets enclosed in square brackets ([ ]). They are used to display specific store elements on WordPress pages and posts. With shortcodes, you can add product listings, shopping carts, checkout forms, and more.<\/p>\n<p>For example, inserting [woocommerce_cart] into a page will show the shopping cart. Similarly, [woocommerce_checkout] will display the checkout form. These codes save time and allow flexibility without needing advanced coding knowledge.<\/p>\n<p><strong>How Do WooCommerce Shortcodes Work?<\/strong><\/p>\n<p>WooCommerce shortcodes pull data from your store\u2019s database and display it dynamically. When you insert a shortcode into a page, WordPress processes it and fetches the relevant information.<\/p>\n<p>Here\u2019s an example:<\/p>\n<p><em>[products limit=&#8221;4&#8243; columns=&#8221;2&#8243; orderby=&#8221;date&#8221;]<\/em><\/p>\n<p>This shortcode will:<\/p>\n<ul>\n<li>\u00a0Show 4 products<\/li>\n<li>\u00a0Arrange them in 2 column<\/li>\n<li>\u00a0Sort them by newest first<\/li>\n<\/ul>\n<p>This makes shortcodes very efficient for managing store content.<\/p>\n<h3 id=\"section-3\" class=\"vc_custom_heading\" style=\"text-align: left;\">Common WooCommerce Shortcodes and Their Uses<\/h3>\n<p>Here are some essential shortcodes and what they do:<\/p>\n<ul>\n<li>[woocommerce_cart] \u2013 Displays the shopping cart page<\/li>\n<li>[woocommerce_checkout] \u2013 Shows the checkout form<\/li>\n<li>[products] \u2013 Displays products using parameters (limit, columns, category, ids, etc.)<\/li>\n<li>[product id=&#8221;123&#8243;] \u2013 Shows a full single product page by ID or SKU<\/li>\n<li>[woocommerce_order_tracking] \u2013 Adds an order tracking form<\/li>\n<\/ul>\n<p>Note: Since WooCommerce <strong data-start=\"4260\" data-end=\"4267\">8.3<\/strong>, new installs use <strong data-start=\"4286\" data-end=\"4321\">Cart\/Checkout Blocks by default<\/strong>, but shortcodes are still available and can be used when needed.<\/p>\n<p>Each shortcode can be customized using attributes like limit, columns, and orderby. This allows you to control how products and pages appear.<\/p>\n<p>Using Shortcodes in Different WordPress Editors<\/p>\n<p>Shortcodes work differently in Classic Editor and Block Editor (Gutenberg).<\/p>\n<ul>\n<li>Classic Editor: Simply paste the shortcode inside the content box.<\/li>\n<li>Block Editor: Use the Shortcode block and insert the code there.<\/li>\n<\/ul>\n<p>If you are using a page builder like Elementor, WPBakery, or Divi, you may need to use a shortcode widget to insert them properly.<\/p>\n<h3 id=\"section-4\" class=\"vc_custom_heading\" style=\"text-align: left;\">Benefits of WooCommerce Shortcodes<\/h3>\n<p>WooCommerce shortcodes make store management simple and efficient. They help store owners add key features without coding. With shortcodes, you can display products, carts, and checkout pages easily. Let\u2019s explore the major benefits of using WooCommerce shortcodes.<\/p>\n<ol>\n<li><strong> Ease of Use<\/strong><\/li>\n<\/ol>\n<p>WooCommerce shortcodes are beginner-friendly and require no coding skills. Store owners can add important elements with a simple copy-paste. For example, inserting [woocommerce_cart] instantly adds a shopping cart to a page.<\/p>\n<p>You don\u2019t need to write custom code or use complex settings. Just enter the shortcode in Classic Editor, Block Editor, or a page builder. This saves time and effort, especially for beginners.<\/p>\n<ol start=\"2\">\n<li><strong> Faster Store Setup<\/strong><\/li>\n<\/ol>\n<p>Shortcodes help build online stores quickly. Instead of designing each page manually, store owners can use shortcodes to display content instantly.<\/p>\n<p>For example, [products limit=&#8221;4&#8243;] shows the latest four products in a neat grid. This allows quick store setup without dealing with technical details.<\/p>\n<p>WooCommerce shortcodes work well with pre-built themes and templates. You can create fully functional pages in minutes.<\/p>\n<ol start=\"3\">\n<li><strong> Customization &amp; Flexibility<\/strong><\/li>\n<\/ol>\n<p>WooCommerce shortcodes offer great customization options. You can adjust product displays, carts, and buttons to match your store&#8217;s needs.<\/p>\n<p>Shortcodes come with attributes that modify their function. For example:<\/p>\n<p><em>[products limit=&#8221;6&#8243; columns=&#8221;3&#8243; orderby=&#8221;popularity&#8221;]<\/em><\/p>\n<p>This shortcode will:<\/p>\n<ul>\n<li>Show 6 products<\/li>\n<li>Arrange them in 3 columns<\/li>\n<li>Display products by popularity<\/li>\n<\/ul>\n<p>Such flexibility allows store owners to create unique layouts without extra plugins.<\/p>\n<ol start=\"4\">\n<li><strong> SEO &amp; Performance Optimization<\/strong><\/li>\n<\/ol>\n<p>Shortcodes help improve website speed and SEO. Instead of loading unnecessary code, shortcodes dynamically pull content from WooCommerce.<\/p>\n<p>Shortcodes are lightweight compared to custom page-builder layouts in many cases. They render WooCommerce content server-side, which is generally crawlable. Performance still depends on your theme, queries, caching, and the shortcode settings you use.<\/p>\n<p>Shortcodes also make content more structured and easier for search engines to index. This helps drive more traffic to your WooCommerce store.<\/p>\n<ol start=\"5\">\n<li><strong> Compatibility with Themes &amp; Plugins<\/strong><\/li>\n<\/ol>\n<p>WooCommerce shortcodes work with most WordPress themes and plugins. Whether using Storefront, Astra, or GeneratePress, shortcodes function seamlessly.<\/p>\n<p>They also integrate with major page builders like Elementor, WPBakery, and Divi. This allows easy customization without compatibility issues.<\/p>\n<h3 id=\"section-5\" class=\"vc_custom_heading\" style=\"text-align: left;\">Common Issues &amp; How to fix WooCommerce Shortcodes<\/h3>\n<p>WooCommerce shortcodes are powerful, but sometimes they don\u2019t work as expected. Many store owners face issues where shortcodes fail to display content. This can happen due to syntax errors, outdated software, or conflicts with themes and plugins.<br \/>\n<a href=\"https:\/\/www.woohelpdesk.com\/woocommerce-service\/fix-woocommerce-shortcode-not-working\/\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"https:\/\/www.woohelpdesk.com\/blog\/wp-content\/uploads\/2025\/09\/WooCommerce-Shortcode-Not-Working-Fixing-Troubleshooting-Service.png\" alt=\"WooCommerce Shortcode Not Working\" \/><\/a><\/p>\n<p>In this section, we\u2019ll cover the most common problems and how to fix them step by step.<\/p>\n<ol>\n<li><strong> Incorrect Syntax or Formatting Issues<\/strong><\/li>\n<\/ol>\n<p><strong>Problem<\/strong><\/p>\n<p>WooCommerce shortcodes must follow proper syntax to function correctly. Small mistakes in brackets or quotes can break the shortcode.<\/p>\n<p><strong>Common Mistakes<\/strong><\/p>\n<ul>\n<li><strong>Wrong Brackets<\/strong>: {products} or (products) instead of [products]<\/li>\n<li><strong>Smart Quotes Instead of Plain Quotes<\/strong>: \u201climit=&#8217;4&#8217;\u201d instead of &#8220;limit=&#8217;4&#8242;&#8221;<\/li>\n<li><strong>Extra Spaces<\/strong>: [ products limit=&#8221;4&#8243;] instead of [products limit=&#8221;4&#8243;]<\/li>\n<\/ul>\n<p><strong>Solution<\/strong><\/p>\n<ul>\n<li>Always use <strong>square brackets<\/strong>: [ ]<\/li>\n<li>Use <strong>plain quotes<\/strong> instead of smart quotes<\/li>\n<li>Remove <strong>extra spaces<\/strong> in the shortcode<\/li>\n<\/ul>\n<p><strong>Example of Correct Shortcode<\/strong><\/p>\n<p><em>\u00a0[products limit=&#8221;6&#8243; columns=&#8221;3&#8243; orderby=&#8221;popularity&#8221;]<\/em><\/p>\n<p>This will display six products in three columns sorted by popularity.<\/p>\n<ol start=\"2\">\n<li><strong> Outdated WooCommerce or WordPress Version<\/strong><\/li>\n<\/ol>\n<p><strong>Problem<\/strong><\/p>\n<p>If your WooCommerce or WordPress is outdated, shortcodes may stop working. New versions fix bugs and compatibility issues.<\/p>\n<p><strong>Solution<\/strong><\/p>\n<ul>\n<li>Go to Dashboard &gt; Updates and check for available updates<\/li>\n<li>Update WooCommerce to the latest version<\/li>\n<li>Update WordPress to the latest version<\/li>\n<li>Backup your site before updating to avoid data loss<\/li>\n<\/ul>\n<ol start=\"3\">\n<li><strong> PHP Version Compatibility Issues<\/strong><\/li>\n<\/ol>\n<p><strong>Problem<\/strong><\/p>\n<p>WooCommerce shortcodes require a compatible PHP version. Older versions may cause errors or prevent execution.<\/p>\n<p><strong>Solution<\/strong><\/p>\n<ul>\n<li>Go to Tools &gt; Site Health &gt; Info &gt; Server<\/li>\n<li>Check the PHP version<\/li>\n<li>WooCommerce <strong data-start=\"3041\" data-end=\"3064\">works with PHP 7.4+<\/strong>, but <strong data-start=\"3070\" data-end=\"3103\">recommends PHP 8.3 or greater<\/strong> for best security and performance.<\/li>\n<li>Update PHP in your hosting panel (cPanel, Plesk, or SiteGround tools)<\/li>\n<li>Contact your hosting provider if you need help upgrading<\/li>\n<\/ul>\n<ol start=\"4\">\n<li><strong> Plugin Conflicts Affecting Shortcodes<\/strong><\/li>\n<\/ol>\n<p><strong>Problem<\/strong><\/p>\n<p>Some plugins modify WooCommerce functions, causing shortcodes to fail. Plugins related to caching, security, or page builders often interfere.<\/p>\n<p><strong>Solution<\/strong><\/p>\n<ul>\n<li>Go to Plugins &gt; Installed Plugins<\/li>\n<li>Deactivate all plugins except WooCommerce<\/li>\n<li>Check if the shortcode works now<\/li>\n<li>Reactivate plugins one by one to find the conflicting plugin<\/li>\n<li>Replace the problem plugin with an alternative solution<\/li>\n<\/ul>\n<ol start=\"5\">\n<li><strong> Theme-Related Issues<\/strong><\/li>\n<\/ol>\n<p><strong>Problem<\/strong><\/p>\n<p>Some themes override WooCommerce shortcodes, preventing them from displaying properly. A poorly coded theme may also cause CSS or JavaScript conflicts.<\/p>\n<p><strong>Solution<\/strong><\/p>\n<ul>\n<li>\u00a0Switch to a default WordPress theme like Storefront<\/li>\n<li>\u00a0Test the shortcode in a new page<\/li>\n<li>\u00a0If it works, your previous theme is the issue<\/li>\n<li>\u00a0Contact the theme developer for a fix<\/li>\n<li>Go to <strong data-start=\"3563\" data-end=\"3600\">WooCommerce \u2192 Settings \u2192 Advanced<\/strong> and confirm <strong data-start=\"3613\" data-end=\"3645\">Cart \/ Checkout \/ My Account<\/strong> pages are assigned.<\/li>\n<li>If pages are missing, go to <strong data-start=\"3738\" data-end=\"3770\">WooCommerce \u2192 Status \u2192 Tools<\/strong> and use the <strong data-start=\"3783\" data-end=\"3799\">Create Pages<\/strong> tool.<\/li>\n<\/ul>\n<ol start=\"6\">\n<li><strong> CSS Rules Blocking WooCommerce Shortcodes<\/strong><\/li>\n<\/ol>\n<p><strong>Problem<\/strong><\/p>\n<p>Some CSS rules hide WooCommerce elements, making shortcodes appear broken.<\/p>\n<p><strong>Example of Problematic CSS<\/strong><\/p>\n<p><em>.woocommerce ul.products {<\/em><\/p>\n<p><em>display: none;<\/em><\/p>\n<p><em>}<\/em><\/p>\n<p><strong>Solution<\/strong><\/p>\n<ul>\n<li>\u00a0Go to Appearance &gt; Customize &gt; Additional CSS<\/li>\n<li>\u00a0Search for CSS rules that hide WooCommerce elements<\/li>\n<li>\u00a0Remove or modify them to allow product display<\/li>\n<\/ul>\n<ol start=\"7\">\n<li><strong> Page Builder Interference (Elementor, WPBakery, Divi, Gutenberg)<\/strong><\/li>\n<\/ol>\n<p><strong>Problem<\/strong><\/p>\n<p>Some page builders do not support shortcodes directly. WooCommerce shortcodes may not work inside Elementor, WPBakery, or Divi layouts.<\/p>\n<p><strong>Solution<\/strong><\/p>\n<ul>\n<li>\u00a0Use a Shortcode Widget in Elementor or WPBakery<\/li>\n<li>Place shortcodes inside a Raw HTML block in Divi<\/li>\n<li>\u00a0\u00a0Try using WooCommerce Blocks instead of shortcodes<\/li>\n<\/ul>\n<ol start=\"8\">\n<li><strong> Shortcodes Wrapped in &lt;pre&gt; Tags<\/strong><\/li>\n<\/ol>\n<p><strong>Problem<\/strong><\/p>\n<p>This usually happens when the shortcode is pasted into a <strong data-start=\"4703\" data-end=\"4730\">Code\/Preformatted block<\/strong>, or when a builder\/module outputs it inside <code data-start=\"4775\" data-end=\"4782\">&lt;pre&gt;<\/code>.<\/p>\n<p><strong>Solution<\/strong><\/p>\n<ul>\n<li>Switch to <strong>Code Editor<\/strong> in WordPress<\/li>\n<li>Remove &lt;pre&gt; tags surrounding the shortcode<\/li>\n<\/ul>\n<h3 id=\"section-6\" class=\"vc_custom_heading\" style=\"text-align: left;\">Practices &amp; Alternative Solutions<\/h3>\n<p>Fixing shortcode issues is important, but preventing them is even better. Follow these best practices to avoid errors and keep your store running smoothly.<\/p>\n<ol>\n<li><strong> Use Correct Shortcode Syntax<\/strong><\/li>\n<\/ol>\n<ul>\n<li>Always use square brackets [ ], not { } or ( ).<\/li>\n<li>Use plain quotes &#8221; &#8220;, not smart quotes \u201c \u201d.<\/li>\n<li>Avoid extra spaces or incorrect attributes.<\/li>\n<\/ul>\n<ol start=\"2\">\n<li><strong> Keep WooCommerce &amp; WordPress Updated<\/strong><\/li>\n<\/ol>\n<ul>\n<li>Updates fix bugs and improve compatibility.<\/li>\n<li>Check for updates in Dashboard &gt; Updates.<\/li>\n<li>Always backup your site before updating.<\/li>\n<\/ul>\n<ol start=\"3\">\n<li><strong> Test Shortcodes in a Staging Site<\/strong><\/li>\n<\/ol>\n<ul>\n<li>A staging site prevents issues on your live store.<\/li>\n<li>Test shortcodes before adding them to your main site.<\/li>\n<li>Many hosting providers offer one-click staging environments.<\/li>\n<\/ul>\n<ol start=\"4\">\n<li><strong> Check Plugin &amp; Theme Compatibility<\/strong><\/li>\n<\/ol>\n<ul>\n<li>Some plugins interfere with WooCommerce shortcodes.<\/li>\n<li>Deactivate plugins one by one to find conflicts.<\/li>\n<li>Use a WooCommerce-compatible theme like Storefront or Astra.<\/li>\n<li>Read plugin and theme documentation before installing.<\/li>\n<\/ul>\n<ol start=\"2\">\n<li><strong> Alternative Solutions if Shortcodes Still Don\u2019t Work<\/strong><\/li>\n<li><strong> Use WooCommerce Blocks Instead<\/strong><\/li>\n<\/ol>\n<ul>\n<li>WooCommerce Blocks replace shortcodes in the Block Editor.<\/li>\n<li>Go to Add Block &gt; WooCommerce to insert elements.<\/li>\n<li>Blocks work without shortcode issues.<\/li>\n<\/ul>\n<ol start=\"2\">\n<li><strong> Manually Insert WooCommerce Templates (For Developers)<\/strong><\/li>\n<\/ol>\n<ul>\n<li>Advanced users can use PHP instead of shortcodes.<\/li>\n<li>Edit theme files in Appearance &gt; Theme Editor.<\/li>\n<li>Insert WooCommerce templates directly into pages.<\/li>\n<\/ul>\n<ol start=\"3\">\n<li><strong> Hire a WooCommerce Expert<\/strong><\/li>\n<\/ol>\n<ul>\n<li>A developer can identify and fix deep-rooted issues.<\/li>\n<li>They help optimize your store for better performance.<\/li>\n<li>Hiring an expert saves time and frustration.<\/li>\n<\/ul>\n<h3 id=\"section-7\" class=\"vc_custom_heading\" style=\"text-align: left;\">Conclusion<\/h3>\n<p>WooCommerce shortcodes are powerful tools for customizing your online store. They help you display products, carts, and checkout pages without coding. However, shortcodes can sometimes fail to work due to syntax errors, outdated plugins, or theme conflicts.<\/p>\n<p>Following best practices can prevent shortcode issues before they happen. Always use correct syntax, update WooCommerce, and test in a staging site. Checking for plugin and theme compatibility ensures smooth functionality.<\/p>\n<p>If shortcodes still don\u2019t work, WooCommerce Blocks offer a great alternative. Developers can also manually insert WooCommerce templates for more control. If issues persist, consider hiring a WooCommerce expert for quick troubleshooting.<\/p>\n<p>By maintaining your store properly, you can avoid technical problems and improve user experience. WooCommerce shortcodes make store management easier and more efficient. Keep your store updated, and shortcodes will work smoothly.<\/p>\n<p>For further help, visit<a href=\"https:\/\/www.woohelpdesk.com\/\"> <strong>WooHelpDesk<\/strong><\/a> for WooCommerce support and expert assistance.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Table of Contents Introduction Understanding WooCommerce Shortcodes Common WooCommerce Shortcodes and Their Uses Benefits of WooCommerce Shortcodes Common Issues &amp; How to fix WooCommerce Shortcodes\/a&gt; Practices &amp; Alternative Solutions Conclusion Introduction WooCommerce shortcodes are powerful tools for customizing an online store. They let you add important elements like products, carts, and checkout pages easily. Instead [&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\/694'><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%2F694\" 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%2F694\" 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%2F694\" 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\/694\" 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%2F694&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%2F694\" 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":696,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"class_list":["post-694","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\/694","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=694"}],"version-history":[{"count":10,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/694\/revisions"}],"predecessor-version":[{"id":11674,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/694\/revisions\/11674"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/media\/696"}],"wp:attachment":[{"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/media?parent=694"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/categories?post=694"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/tags?post=694"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}