{"id":1811,"date":"2021-04-29T14:06:31","date_gmt":"2021-04-29T14:06:31","guid":{"rendered":"https:\/\/ccbill.com\/kb\/?p=1811"},"modified":"2023-03-07T11:56:32","modified_gmt":"2023-03-07T11:56:32","slug":"woocommerce-shortcodes","status":"publish","type":"post","link":"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes","title":{"rendered":"How to Use WooCommerce Shortcodes"},"content":{"rendered":"\n<p class=\"h3\">Introduction<\/p>\n\n\n\n<p>Shortcodes are code snippets that allow users to insert functions on a WordPress page. Ecommerce merchants can use WooCommerce shortcodes to add new elements like featured product grids or promote items on sale without altering the website\u2019s source code.<\/p>\n\n\n\n<p>Being able to manage content dynamically is essential for increasing conversion rates and <a href=\"https:\/\/ccbill.com\/blog\/ecommerce-customer-service\" target=\"_blank\" rel=\"noreferrer noopener\">improving customer experience<\/a>. Shortcodes are easy to use and do not require advanced coding skills.<\/p>\n\n\n\n<p><strong>Learn how to use WooCommerce shortcodes and build fun and engaging shop pages.<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"800\" height=\"400\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/how-to-use-woocommerce-shortcodes.png\" alt=\"Merchant desining pattern with WooCommerce logo.\" class=\"wp-image-1815\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/how-to-use-woocommerce-shortcodes.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/how-to-use-woocommerce-shortcodes-300x150.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/how-to-use-woocommerce-shortcodes-768x384.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">How to Add WooCommerce Shortcodes<\/h2>\n\n\n\n<p>To add WooCommerce shortcodes on a website:<\/p>\n\n\n\n<p>1. Access the <strong>Pages<\/strong> or <strong>Posts<\/strong> section in the WordPress admin. <\/p>\n\n\n\n<p>2. Select the page or post you want to edit.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"801\" height=\"345\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/access-shop-page-shortcodes-woocommerce.png\" alt=\"Instructions where to add WooCommerce shortcodes.\" class=\"wp-image-1830\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/access-shop-page-shortcodes-woocommerce.png 801w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/access-shop-page-shortcodes-woocommerce-300x129.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/access-shop-page-shortcodes-woocommerce-768x331.png 768w\" sizes=\"(max-width: 801px) 100vw, 801px\" \/><\/figure><\/div>\n\n\n<p>3. Add a new <strong>Shortcode<\/strong> block on the page. <\/p>\n\n\n\n<p>4. Enter the shortcode parameters and attributes.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"370\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/add-shortcode-block-wordpress.png\" alt=\"Insert shortcode in page editor.\" class=\"wp-image-1831\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/add-shortcode-block-wordpress.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/add-shortcode-block-wordpress-300x139.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/add-shortcode-block-wordpress-768x355.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>If using the Classic Editor, paste the shortcode directly within the post or page.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">WooCommerce Product Shortcodes<\/h2>\n\n\n\n<p>Merchants need to inform customers about new products, advertise special offers, and promote related items every day.<\/p>\n\n\n\n<p>The <strong>[products]<\/strong> shortcode helps merchants display these items using WooCommerce product codes. These include WooCommerce post IDs, SKU, categories, tags, etc. <\/p>\n\n\n\n<p>Shortcode attributes define the number of items on display, their type, and order of appearance. The system continues to dynamically update and sort the products based on the assigned attribute values.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Recent Products<\/h3>\n\n\n\n<p>Customers need time to get acquainted with and adopt new products. Use WooCommerce shortcodes to ensure that customers always see the latest additions to your store. <\/p>\n\n\n\n<p>Add the following <strong>[products]<\/strong> shortcode to display recently added products:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;products limit=&quot;4&quot; columns=&quot;4&quot; orderby=&quot;date&quot; order=&quot;DESC&quot; visibility=&quot;visible&quot; ]<\/code><\/pre>\n\n\n\n<p>The attributes and their values define the placement and order of the items:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>limit<\/strong> - The number of items on display. For example, setting the value to <strong><em>4<\/em><\/strong> shows four products.<\/li>\n\n\n\n<li><strong>columns <\/strong>- The number of columns on display. It determines how many items are shown in a single row.<\/li>\n\n\n\n<li><strong>orderby <\/strong>-The<strong> orderby <\/strong>parameter and the <strong>date<\/strong> method sort items based on the product publication date. Use&nbsp;<strong>orderby=\"id\"<\/strong><em>t<\/em>o display new products based on their post ID number.<\/li>\n\n\n\n<li><strong>order <\/strong>- Products are, by default, sorted in ascending (<strong>ASC<\/strong>) order. Use the <strong>DESC<\/strong>value to order products in a descending pattern (the latest product is always in the first column).<\/li>\n\n\n\n<li><strong>visibility <\/strong>-The<strong> visible<\/strong>value only shows products visible in the shop and shop search results.<\/li>\n<\/ul>\n\n\n\n<p>The system displays the 4 most recently published products in four columns, sorted newest to oldest from left to right.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"344\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/recent-products-shortcode-woocommerce.png\" alt=\"A grid of products recently added to the store, sorted by date.\" class=\"wp-image-1822\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/recent-products-shortcode-woocommerce.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/recent-products-shortcode-woocommerce-300x129.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/recent-products-shortcode-woocommerce-768x330.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>Once published, the system continuously updates and displays the latest products using the defined shortcode attributes.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Featured Products<\/h3>\n\n\n\n<p>Displaying featured products is a valuable tool for promoting high-quality items, selling products designed for special occasions, or clearing up stock.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-vivid-cyan-blue-color has-css-opacity has-vivid-cyan-blue-background-color has-background is-style-wide\"\/>\n\n\n\n<p><strong>Note:<\/strong> When typing shortcodes, use straight quotation marks (<code>&lt;strong&gt;&quot;&lt;\/strong&gt;<\/code>) and not curly quotation marks (<code>&lt;strong&gt;\u201c&lt;\/strong&gt;<\/code>).<\/p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-vivid-cyan-blue-color has-css-opacity has-vivid-cyan-blue-background-color has-background is-style-wide\"\/>\n\n\n\n<p>Increase the visibility of featured products using the following shortcode:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;products limit=&quot;6&quot; columns=&quot;2&quot; visibility=&quot;featured&quot; ]<\/code><\/pre>\n\n\n\n<p>The system displays six featured products in two columns. The <strong>visibility=\"featured\"<\/strong> attribute ensures that the system only shows products set to the <em>Featured <\/em>value on the <em>Products<\/em> page.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"490\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/featured-products-shortcode-woocommerce.png\" alt=\"Grid containing featured products in WooCommerce.\" class=\"wp-image-1813\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/featured-products-shortcode-woocommerce.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/featured-products-shortcode-woocommerce-300x184.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/featured-products-shortcode-woocommerce-768x470.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>The <strong>orderby<\/strong> and <strong>order<\/strong> attributes are not present in the example shortcode. The system is going to use their default values. The products are ordered by <strong>title<\/strong> (A to Z) in ascending (<strong>ASC<\/strong>) order.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Best-Selling Products<\/h3>\n\n\n\n<p>Some products give great value for money, achieve widespread popularity, and quickly become your best-selling article. Show new customers what others enjoyed and bought the most. <\/p>\n\n\n\n<p>Use the <strong>best-selling<\/strong> attribute to showcase the store\u2019s most popular products:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;products limit=&quot;3&quot; columns=&quot;3&quot; best_selling=&quot;true&quot; ]<\/code><\/pre>\n\n\n\n<p>The <strong>best_selling<\/strong> attribute value needs to be set to <strong>true<\/strong>. The system shows the 3 best-selling products in the entire shop.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"390\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/best-selling-products-woocommerce-shortcode.png\" alt=\"Best selling articles in a WooCommerce store, displayed using shortcodes.\" class=\"wp-image-1812\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/best-selling-products-woocommerce-shortcode.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/best-selling-products-woocommerce-shortcode-300x146.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/best-selling-products-woocommerce-shortcode-768x374.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>Avoid using the <strong>best_selling<\/strong> attribute together with the <strong>on_sale<\/strong> and <strong>top_rated<\/strong> parameters due to possible system conflicts.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Top-Rated Products<\/h3>\n\n\n\n<p>Customers trust and value the experiences and opinions of other customers. Positive reviews are a key factor when deciding whether to purchase a product. <\/p>\n\n\n\n<p>Help customers to quickly identify items that receive top reviews. Use the <strong>top_rated<\/strong> attribute and set the value to <strong>true<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;products limit=&quot;3&quot; columns=&quot;3&quot; category=&quot;accessories&quot; top_rated=&quot;true&quot; ]<\/code><\/pre>\n\n\n\n<p>The <strong>category=\"accessories\"<\/strong> attribute limits the products to the WooCommerce Accessories category. The system shows the 3 top rated accessories in three columns.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"398\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/top-rated-products-woocommerce-shortcodes.png\" alt=\"Top-rated items in a WooCommerce store shown using shortcodes.\" class=\"wp-image-1824\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/top-rated-products-woocommerce-shortcodes.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/top-rated-products-woocommerce-shortcodes-300x149.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/top-rated-products-woocommerce-shortcodes-768x382.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>The <strong>orderby<\/strong> attribute is not present, and the items are automatically ordered by title from A-Z.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Products On Sale<\/h3>\n\n\n\n<p>Tirelessly promoting items, offering price reductions, and <a href=\"https:\/\/ccbill.com\/kb\/woocommerce-quantity-discounts\" target=\"_blank\" rel=\"noreferrer noopener\">quantity discounts<\/a> are essential for success in a highly competitive ecommerce market. The <strong>on_sale<\/strong> attribute allows merchants to advertise items currently on sale:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;products limit=&quot;4&quot; columns=&quot;4&quot; category=&quot;tshirts&quot; orderby=&quot;popularity&quot; on_sale=&quot;true&quot; ]<\/code><\/pre>\n\n\n\n<p>The system displays the 4 most popular t-shirts on sale.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"332\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/on-sale-porducts-shortcode-woocommerce.png\" alt=\"Most popular t-shirts on sale shown using WooCommerce shortcodes.\" class=\"wp-image-1816\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/on-sale-porducts-shortcode-woocommerce.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/on-sale-porducts-shortcode-woocommerce-300x125.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/on-sale-porducts-shortcode-woocommerce-768x319.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>The <strong>orderby=\"popularity\"<\/strong> selector ensures that the items are sorted by the total number of purchases.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Product Category Shortcodes<\/h2>\n\n\n\n<p>The <strong>[product_categories]<\/strong> shortcode adds entire product categories to a page. The <strong>ids<\/strong> attribute helps merchants show specific categories using their category ID. <\/p>\n\n\n\n<p>Access a WooCommerce category from the WordPress admin and retrieve the category ID from the browser URL.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/product-category-id-woocommerce.png\" alt=\"Location of the product category ID in WooCommerce.\" class=\"wp-image-1817\" width=\"580\" height=\"40\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/product-category-id-woocommerce.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/product-category-id-woocommerce-300x21.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/product-category-id-woocommerce-768x54.png 768w\" sizes=\"(max-width: 580px) 100vw, 580px\" \/><\/figure><\/div>\n\n\n<p>You can place multiple category IDs within the same shortcode. Separate the IDs using commas. The following shortcode places 4 product categories into two columns:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;product_categories columns=&quot;2&quot; ids=&quot;20, 21, 22, 23&quot;  ]<\/code><\/pre>\n\n\n\n<p>The system displays the categories based on their ID numbers (<em>20, 21, 22, 23<\/em>).<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"466\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/product-category-shortcode-woocommerce.png\" alt=\"WooCommerce product categories displayed using shortcodes.\" class=\"wp-image-1818\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/product-category-shortcode-woocommerce.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/product-category-shortcode-woocommerce-300x175.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/product-category-shortcode-woocommerce-768x447.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>The <strong>hide_empty<\/strong> value is set to <strong>1<\/strong> by default. This setting hides empty categories. To show all categories in the store, including empty categories, set the <strong>hide_empty<\/strong> attribute value to <strong>0<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Related Products<\/h2>\n\n\n\n<p>WooCommerce&nbsp;displays random related products on the product page by default. If the product is in a&nbsp;specific <strong>category<\/strong>&nbsp;or has a&nbsp;<strong>tag,<\/strong>&nbsp;WooCommerce only shows associated products from the matching category. <\/p>\n\n\n\n<p>Unfortunately, items from the same category are shown arbitrarily. Use the <strong>[related_products]<\/strong> shortcode to define the number of products on display and to manage their order. The following shortcode limits the number of products to 3 and orders them from newest to oldest, using the post ID value.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;related_products limit=&quot;3&quot; orderby=&quot;id&quot; order=&quot;DESC&quot; ]<\/code><\/pre>\n\n\n\n<p>To set up advanced options, such as targeted cross-sells and upsells, consider <a href=\"https:\/\/ccbill.com\/kb\/woocommerce-related-products#ftoc-heading-5\" target=\"_blank\" rel=\"noreferrer noopener\">promoting related products using WooCommerce plugins<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Add to Cart Shortcode<\/h2>\n\n\n\n<p><a href=\"https:\/\/ccbill.com\/blog\/ecommerce-store\" target=\"_blank\" rel=\"noreferrer noopener\">Ecommerce stores<\/a> need to provide lots of exciting content to drive traffic. For example, compelling blog articles and detailed product reviews are an excellent way to attract potential customers.<\/p>\n\n\n\n<p>An <em>Add To Cart<\/em> button enables customers to place a product in the cart without leaving the page they are currently browsing. <\/p>\n\n\n\n<p>Use the <strong>add_to_cart<\/strong> shortcode to place an <em>Add To Cart<\/em> button anywhere on your website. Specify the product using the product ID attribute:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;add_to_cart id=&quot;39&quot;]<\/code><\/pre>\n\n\n\n<p>The system automatically retrieves and displays the price of the product next to the button.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"185\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/add-to-cart-shortcode-woocommerce.png\" alt=\"Example of Add to Cart button created using WooCommerce shortcodes.\" class=\"wp-image-1832\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/add-to-cart-shortcode-woocommerce.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/add-to-cart-shortcode-woocommerce-300x69.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/add-to-cart-shortcode-woocommerce-768x178.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>Once the customer clicks the button, a <em>View cart<\/em> link appears, allowing them to visit their cart and review the product before checkout.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">WooCommerce Page Shortcodes<\/h2>\n\n\n\n<p>A WooCommerce store cannot function without the <em>Cart<\/em>, <em>Checkout<\/em>, and <em>My Account<\/em> pages. They are integral to the purchasing process. These pages and their shortcodes are generated when <a href=\"https:\/\/ccbill.com\/kb\/woocommerce-tutorial\" target=\"_blank\" rel=\"noreferrer noopener\">installing and configuring WooCommerce<\/a>. <\/p>\n\n\n\n<p>The shortcode that permits customers to track their orders is not available by default and needs to be added manually.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">WooCommerce Cart Shortcode<\/h3>\n\n\n\n<p>The WooCommerce cart shortcode displays the cart\u2019s content, including the selected products, price, quantity, and cart totals.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;woocommerce_cart]<\/code><\/pre>\n\n\n\n<p>The cart shortcode does not allow for the use of additional arguments.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">WooCommerce Checkout Shortcode<\/h3>\n\n\n\n<p>The WooCommerce checkout page contains the customer\u2019s billing details and provides an overview of the order. When the customer confirms the details, they are redirected to the <a href=\"https:\/\/ccbill.com\/kb\/online-payment-form\" target=\"_blank\" rel=\"noreferrer noopener\">payment form<\/a>.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;woocommerce_checkout]<\/code><\/pre>\n\n\n\n<p>The checkout shortcode does not have additional arguments.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">WooCommerce My Account Shortcode<\/h3>\n\n\n\n<p>The <em>My account<\/em> enables customers to modify their account details, shipping, and billing addresses, and review past orders.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;woocommerce_my_account]<\/code><\/pre>\n\n\n\n<p>By default, the number of orders a customer can review is limited to 15.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">WooCommerce Orders Shortcode<\/h3>\n\n\n\n<p>The WooCommerce order tracking function lets customers check the status of an order by entering their order details. The WooCommerce order tracking function is not available by default. Insert it manually with the following shortcode:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;woocommerce_order_tracking]<\/code><\/pre>\n\n\n\n<p>This function is crucial for merchants that ship products to their customers.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"800\" height=\"162\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/track-order-shortcode-woocommerce.png\" alt=\"Insert Order Tracking function in Woocommerce using shortcodes.\" class=\"wp-image-1825\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/track-order-shortcode-woocommerce.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/track-order-shortcode-woocommerce-300x61.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/track-order-shortcode-woocommerce-768x156.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p>If customers can track orders using their Order IDs, they are much less likely to submit complaints and contact support services for follow-up information. Another excellent way to improve customer relations is to&nbsp;<a href=\"https:\/\/ccbill.com\/kb\/customize-woocommerce-email\" target=\"_blank\" rel=\"noreferrer noopener\">customize WooCommerce emails<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">WooCommerce Shortcodes Cheat Sheet<\/h2>\n\n\n\n<p>Click the WooCommerce Shortcodes Cheat Sheet <strong>Download<\/strong> button and save a PDF copy locally.<\/p>\n\n\n\n<p>This comprehensive cheat sheet lists helpful <strong>WooCommerce shortcodes in a one-page reference sheet.<\/strong><\/p>\n\n\n\n<div class=\"wp-block-file\"><a id=\"wp-block-file--media-db2a2b23-a43e-4a6d-80ab-e36a43f5e1d6\" href=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/WooCommerce-ShortCodes-Cheat-Sheet.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">WooCommerce Shortcodes Cheat Sheet<\/a><a href=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/WooCommerce-ShortCodes-Cheat-Sheet.pdf\" class=\"wp-block-file__button wp-element-button\" download aria-describedby=\"wp-block-file--media-db2a2b23-a43e-4a6d-80ab-e36a43f5e1d6\">Download<\/a><\/div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"800\" height=\"462\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/woocommerce-shortcodes-cheat-sheet-1.png\" alt=\"Image of WooCommerce shortcodes cheat sheet.\" class=\"wp-image-1891\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/woocommerce-shortcodes-cheat-sheet-1.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/woocommerce-shortcodes-cheat-sheet-1-300x173.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/woocommerce-shortcodes-cheat-sheet-1-768x444.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">WooCommerce Shortcodes Plugins<\/h2>\n\n\n\n<p>WooCommerce shortcodes are practical and intuitive. However, it can be challenging to create advanced and custom functions.<\/p>\n\n\n\n<p>Shortcode plugins introduce new types of shortcodes, user-friendly interfaces and enable merchants to add promotional functions such as coupons.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Woo Shortcodes Kit<\/h3>\n\n\n\n<p>The <a href=\"https:\/\/wordpress.org\/plugins\/woo-shortcodes-kit\/\" target=\"_blank\" rel=\"noreferrer noopener\">Woo Shortcodes Kit<\/a> plugin is free. It has a graphical interface for deploying WooCommerce shortcodes, making it straightforward to edit existing pages or create new ones from scratch. <\/p>\n\n\n\n<p>After installing and activating the plugin, access the <strong>WSHK<\/strong> panel from the WooCommerce menu.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"424\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/wshk-plugin-woocommerce-shortcodes.png\" alt=\"The Woo Shortcode Kit plugin interface.\" class=\"wp-image-1829\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/wshk-plugin-woocommerce-shortcodes.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/wshk-plugin-woocommerce-shortcodes-300x159.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/wshk-plugin-woocommerce-shortcodes-768x407.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>Enable specific shortcodes by clicking individual sliders. Configure attributes and selectors using the <strong>Show Advanced Options<\/strong> menu.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"379\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/show-advanced-options-wshk-plugin.png\" alt=\"The Woo Shortcodes Kit plugin advanced options menu.\" class=\"wp-image-1823\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/show-advanced-options-wshk-plugin.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/show-advanced-options-wshk-plugin-300x142.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/show-advanced-options-wshk-plugin-768x364.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>The Woo Shortcodes plugin introduces several new shortcodes. For example, the GDPR shortcode adds GDPR related information to the comments section, checkout page, reviews, etc.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"357\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/gdps-shortcode-woocommerce-kit.png\" alt=\"Add GDPR to WooCommerce store using Woo Shortcode Kit plugin.\" class=\"wp-image-1814\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/gdps-shortcode-woocommerce-kit.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/gdps-shortcode-woocommerce-kit-300x134.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/gdps-shortcode-woocommerce-kit-768x343.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>Adjusting store content to meet legal and procedural requirements is time-consuming. Predefined shortcodes streamline the process considerably.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">WooCommerce Shortcodes<\/h3>\n\n\n\n<p>The <a href=\"https:\/\/wordpress.org\/plugins\/woocommerce-shortcodes\/\">WooCommerce Shortcodes<\/a> plugin does not add new shortcodes. The plugin aims to simplify and speed up the use of exiting WooCommerce shortcodes. <\/p>\n\n\n\n<p>Once you install the plugin, a small <em>WooCommerce<\/em> dropdown menu appears when editing or creating the page or post.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-vivid-cyan-blue-color has-css-opacity has-vivid-cyan-blue-background-color has-background is-style-wide\"\/>\n\n\n\n<p><strong>Note:<\/strong> The dropdown menu is not visible when using the block editor. The images in the examples are shown using the Classic Editor.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-vivid-cyan-blue-color has-css-opacity has-vivid-cyan-blue-background-color has-background is-style-wide\"\/>\n\n\n\n<p>Access a page or post editor and expand the <strong>WooCommerce<\/strong> dropdown menu. Select the shortcode type from the list.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"368\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/woocommerce-shortcodes-plugin.png\" alt=\"The WooCommerce shortcode menu in the WooCommerce Shortcodes plugin.\" class=\"wp-image-1826\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/woocommerce-shortcodes-plugin.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/woocommerce-shortcodes-plugin-300x138.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/woocommerce-shortcodes-plugin-768x353.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>Use the pop-up window to define the attributes, for example, the order and number of products, and click <strong>OK.<\/strong><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"364\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/woocommerce-shortcodes-plugin-sale-products.png\" alt=\"Define shortcode attributes using WooCommerce Shortcodes plugin.\" class=\"wp-image-1827\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/woocommerce-shortcodes-plugin-sale-products.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/woocommerce-shortcodes-plugin-sale-products-300x137.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/woocommerce-shortcodes-plugin-sale-products-768x349.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>Even though the shortcode instructed the system to display 12 products on sale, only 9 items are shown. This implies that the store currently holds only 9 items on sale.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"459\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/products-on-sale-woocommerce-shortcodes-plugin.png\" alt=\"Number of items on sale displayed using the WooCommerce Shortcodes plugin.\" class=\"wp-image-1820\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/products-on-sale-woocommerce-shortcodes-plugin.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/products-on-sale-woocommerce-shortcodes-plugin-300x172.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/products-on-sale-woocommerce-shortcodes-plugin-768x441.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>Once new items on sale become available, those items are going to be added to the grid until the 12-item limit is reached.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Coupon Shortcodes<\/h3>\n\n\n\n<p>Shortcodes such as <strong>[coupon_is_active]<\/strong> or <strong>[coupon_is_not_valid]<\/strong> determine the status of the coupon. The subsequent automatic description is conditional on the coupon status. <\/p>\n\n\n\n<p>For example, a message that informs customers that their Christmas coupon is no longer valid:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;coupon_is_not_active code=&quot;christmasdiscount&quot;]\nThe Christmas coupon was valid until the end of January. Check out other amazing coupons on our home page!\n&#091;\/coupon_is_not_active]<\/code><\/pre>\n\n\n\n<p>The <strong>code<\/strong> attribute is mandatory as it identifies the specific coupon.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">WooCommerce Product Search<\/h3>\n\n\n\n<p>The <a rel=\"noreferrer noopener\" href=\"https:\/\/woocommerce.com\/products\/woocommerce-product-search\" target=\"_blank\">WooCommerce Product Search<\/a> extension costs $49 per year. It contains important shortcode functions customers expect from an <a href=\"https:\/\/ccbill.com\/blog\/ecommerce-platforms\" target=\"_blank\" rel=\"noreferrer noopener\">ecommerce platform<\/a>.<\/p>\n\n\n\n<p>The <em>Live Search Field<\/em> shows customers their search results as they type. The results contain images, prices, and an option to add the product to the cart. <\/p>\n\n\n\n<p>The <em>Live Filters<\/em> shortcodes update and narrow the search results when customers search by price, category, product attributes, tags, etc<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Search Products<\/h4>\n\n\n\n<p>Use the <strong>[woocommerce_product_search]<\/strong> shortcode to insert a dynamic product search field. The matching results change as the customer types and provide the essential information about each product.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"486\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/product-search-woocommerce-shortcodes.png\" alt=\"The live search field created using the WooCommerce Product Search plugin.\" class=\"wp-image-1819\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/product-search-woocommerce-shortcodes.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/product-search-woocommerce-shortcodes-300x182.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/product-search-woocommerce-shortcodes-768x467.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>The position of the search field is not limited to specific pages, and customers can easily search for relevant products. The shortcode adds an <em>Add To Cart<\/em> button to the search results by default.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Filtering Products<\/h4>\n\n\n\n<p>The live filter shortcodes add a filter to narrow down customer search results. The parameters include price ranges, tags, product attributes, and keywords.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>[woocommerce_product_filter]<\/strong> - Introduces a dynamic input field that filters and updates the page while the customer is typing.<\/li>\n\n\n\n<li><strong>[woocommerce_product_filter_attribute]<\/strong> - A customer can filter products using product attributes, such as color, size, season, brand, etc.<\/li>\n\n\n\n<li><strong>[woocommerce_product_filter_category]<\/strong> - The filter shows the product category and allows the customer to access the category page.<\/li>\n\n\n\n<li><strong>[woocommerce_product_filter_price]<\/strong> - The customer has the option to enter a price range, either by entering the range into two input fields or by changing the price using a slider. The filter changes the products on display in real-time.<\/li>\n\n\n\n<li><strong>[woocommerce_product_filter_tag]<\/strong> - The shortcode is going to display the product tag. By clicking on the tag, the customer can view all products related to the same tag.<\/li>\n\n\n\n<li><strong>[woocommerce_product_filter_rating]<\/strong> \u2013 The shortcode adds a filter that displays products based on their average rating.<\/li>\n\n\n\n<li><strong>[woocommerce_product_filter_sale]<\/strong> \u2013This shortcode introduces a quick option for customers to click and only see products currently on sale.<\/li>\n\n\n\n<li><strong>[woocommerce_product_filter_reset]<\/strong> \u2013 The shortcode provides a button that the customer can use to clear all active filters and restart their search from the beginning.<\/li>\n<\/ul>\n\n\n\n<p>The live filter options are a necessity for merchants with a large and wide-ranging assortment of products.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Woo Product Table Shortcode<\/h4>\n\n\n\n<p>The <a href=\"https:\/\/wordpress.org\/plugins\/woo-product-table\/\">Woo Product Table<\/a> plugin has a user-friendly interface that helps merchants display products in a table. The table can be added to a page using a single shortcode. <\/p>\n\n\n\n<p>After installing and activating the plugin, access the <em>PRODUCT TABLE<\/em> menu, and select <strong>Add New <\/strong>to create a new table. Use the available options to design a table and insert products based on their WooCommerce product codes.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"437\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/woo-product-table-plugin-woocommerce-shortcodes.png\" alt=\"Create product table using the Woo Product Table plugin.\" class=\"wp-image-1828\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/woo-product-table-plugin-woocommerce-shortcodes.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/woo-product-table-plugin-woocommerce-shortcodes-300x164.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/woo-product-table-plugin-woocommerce-shortcodes-768x420.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>Once the table is complete, copy the shortcode from the top of the menu and insert it on any page<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"312\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/product-table-shortcode-woocommerce-plugin.png\" alt=\"Locate woocommerce table shortcode in the Woo Product Table plugin.\" class=\"wp-image-1821\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/product-table-shortcode-woocommerce-plugin.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/product-table-shortcode-woocommerce-plugin-300x117.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/product-table-shortcode-woocommerce-plugin-768x300.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>Creating tables is an effective method to promote products in an ecommerce store. The Woo Product Table plugin updates the process considerably<\/p>\n\n\n\n<p class=\"h3\">Conclusion<\/p>\n\n\n\n<p>You now understand how shortcodes work and the features they add to your website. Learning how to utilize the full potential of WooCommerce shortcodes is going to improve your store\u2019s KPIs.<\/p>\n\n\n\n<p>Whether you prefer to insert shortcodes directly or use shortcode plugins, some functions have become essential for any ecommerce store. Customers are less likely to shop on websites that do not offer advanced features that streamline the payment process.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The article provides clear-cut examples of WooCommerce shortcodes and explores popular shortcode plugins.<\/p>\n","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[12,15],"tags":[],"class_list":["post-1811","post","type-post","status-publish","format-standard","hentry","category-e-commerce","category-wordpress"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Use WooCommerce Shortcodes {Examples &amp; Plugins}<\/title>\n<meta name=\"description\" content=\"Find out how to use WooCommerce shortcodes and insert practical and exciting functions on your ecommerce website.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Use WooCommerce Shortcodes {Examples &amp; Plugins}\" \/>\n<meta property=\"og:description\" content=\"Find out how to use WooCommerce shortcodes and insert practical and exciting functions on your ecommerce website.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes\" \/>\n<meta property=\"og:site_name\" content=\"CCBill Knowledge Base\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ccbillBIZ\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-04-29T14:06:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-07T11:56:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/how-to-use-woocommerce-shortcodes.png\" \/>\n<meta name=\"author\" content=\"Vladimir Kaplarevic\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@CCBillBIZ\" \/>\n<meta name=\"twitter:site\" content=\"@CCBillBIZ\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Vladimir Kaplarevic\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"15 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes#article\",\"isPartOf\":{\"@id\":\"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes\"},\"author\":{\"name\":\"Vladimir Kaplarevic\",\"@id\":\"https:\/\/ccbill.com\/kb\/#\/schema\/person\/1f198b1218f6343a2682022ac4395644\"},\"headline\":\"How to Use WooCommerce Shortcodes\",\"datePublished\":\"2021-04-29T14:06:31+00:00\",\"dateModified\":\"2023-03-07T11:56:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes\"},\"wordCount\":2275,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/ccbill.com\/kb\/#organization\"},\"image\":{\"@id\":\"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/how-to-use-woocommerce-shortcodes.png\",\"articleSection\":[\"eCommerce Tutorials\",\"WordPress Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes\",\"url\":\"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes\",\"name\":\"How to Use WooCommerce Shortcodes {Examples & Plugins}\",\"isPartOf\":{\"@id\":\"https:\/\/ccbill.com\/kb\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes#primaryimage\"},\"image\":{\"@id\":\"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/how-to-use-woocommerce-shortcodes.png\",\"datePublished\":\"2021-04-29T14:06:31+00:00\",\"dateModified\":\"2023-03-07T11:56:32+00:00\",\"description\":\"Find out how to use WooCommerce shortcodes and insert practical and exciting functions on your ecommerce website.\",\"breadcrumb\":{\"@id\":\"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes#primaryimage\",\"url\":\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/how-to-use-woocommerce-shortcodes.png\",\"contentUrl\":\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/how-to-use-woocommerce-shortcodes.png\",\"width\":800,\"height\":400,\"caption\":\"Merchant desining pattern with WooCommerce logo.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"KB Home\",\"item\":\"https:\/\/ccbill.com\/kb\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"eCommerce Tutorials\",\"item\":\"https:\/\/ccbill.com\/kb\/category\/e-commerce\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Use WooCommerce Shortcodes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ccbill.com\/kb\/#website\",\"url\":\"https:\/\/ccbill.com\/kb\/\",\"name\":\"CCBill Knowledge Base\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/ccbill.com\/kb\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ccbill.com\/kb\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/ccbill.com\/kb\/#organization\",\"name\":\"CCBill\",\"url\":\"https:\/\/ccbill.com\/kb\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ccbill.com\/kb\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/10\/ccbill-logo.png\",\"contentUrl\":\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/10\/ccbill-logo.png\",\"width\":160,\"height\":70,\"caption\":\"CCBill\"},\"image\":{\"@id\":\"https:\/\/ccbill.com\/kb\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/ccbillBIZ\/\",\"https:\/\/x.com\/CCBillBIZ\",\"https:\/\/www.linkedin.com\/company\/ccbill\",\"https:\/\/www.youtube.com\/c\/CCBillBiz\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/ccbill.com\/kb\/#\/schema\/person\/1f198b1218f6343a2682022ac4395644\",\"name\":\"Vladimir Kaplarevic\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ccbill.com\/kb\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cc08885e8fec32585bae8a0f5a1aef92f8c8c4fc33692e74e0ec2e63633d2478?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cc08885e8fec32585bae8a0f5a1aef92f8c8c4fc33692e74e0ec2e63633d2478?s=96&d=mm&r=g\",\"caption\":\"Vladimir Kaplarevic\"},\"description\":\"Vladimir is a resident Tech Writer at CCBill. He has more than 8 years of experience in implementing e-commerce and online payment solutions with various global IT services providers. His engaging writing style provides practical advice and aims to spark curiosity for innovative technologies.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Use WooCommerce Shortcodes {Examples & Plugins}","description":"Find out how to use WooCommerce shortcodes and insert practical and exciting functions on your ecommerce website.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes","og_locale":"en_US","og_type":"article","og_title":"How to Use WooCommerce Shortcodes {Examples & Plugins}","og_description":"Find out how to use WooCommerce shortcodes and insert practical and exciting functions on your ecommerce website.","og_url":"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes","og_site_name":"CCBill Knowledge Base","article_publisher":"https:\/\/www.facebook.com\/ccbillBIZ\/","article_published_time":"2021-04-29T14:06:31+00:00","article_modified_time":"2023-03-07T11:56:32+00:00","og_image":[{"url":"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/how-to-use-woocommerce-shortcodes.png","type":"","width":"","height":""}],"author":"Vladimir Kaplarevic","twitter_card":"summary_large_image","twitter_creator":"@CCBillBIZ","twitter_site":"@CCBillBIZ","twitter_misc":{"Written by":"Vladimir Kaplarevic","Est. reading time":"15 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes#article","isPartOf":{"@id":"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes"},"author":{"name":"Vladimir Kaplarevic","@id":"https:\/\/ccbill.com\/kb\/#\/schema\/person\/1f198b1218f6343a2682022ac4395644"},"headline":"How to Use WooCommerce Shortcodes","datePublished":"2021-04-29T14:06:31+00:00","dateModified":"2023-03-07T11:56:32+00:00","mainEntityOfPage":{"@id":"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes"},"wordCount":2275,"commentCount":0,"publisher":{"@id":"https:\/\/ccbill.com\/kb\/#organization"},"image":{"@id":"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes#primaryimage"},"thumbnailUrl":"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/how-to-use-woocommerce-shortcodes.png","articleSection":["eCommerce Tutorials","WordPress Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/ccbill.com\/kb\/woocommerce-shortcodes#respond"]}]},{"@type":"WebPage","@id":"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes","url":"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes","name":"How to Use WooCommerce Shortcodes {Examples & Plugins}","isPartOf":{"@id":"https:\/\/ccbill.com\/kb\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes#primaryimage"},"image":{"@id":"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes#primaryimage"},"thumbnailUrl":"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/how-to-use-woocommerce-shortcodes.png","datePublished":"2021-04-29T14:06:31+00:00","dateModified":"2023-03-07T11:56:32+00:00","description":"Find out how to use WooCommerce shortcodes and insert practical and exciting functions on your ecommerce website.","breadcrumb":{"@id":"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ccbill.com\/kb\/woocommerce-shortcodes"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes#primaryimage","url":"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/how-to-use-woocommerce-shortcodes.png","contentUrl":"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/04\/how-to-use-woocommerce-shortcodes.png","width":800,"height":400,"caption":"Merchant desining pattern with WooCommerce logo."},{"@type":"BreadcrumbList","@id":"https:\/\/ccbill.com\/kb\/woocommerce-shortcodes#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"KB Home","item":"https:\/\/ccbill.com\/kb\/"},{"@type":"ListItem","position":2,"name":"eCommerce Tutorials","item":"https:\/\/ccbill.com\/kb\/category\/e-commerce"},{"@type":"ListItem","position":3,"name":"How to Use WooCommerce Shortcodes"}]},{"@type":"WebSite","@id":"https:\/\/ccbill.com\/kb\/#website","url":"https:\/\/ccbill.com\/kb\/","name":"CCBill Knowledge Base","description":"","publisher":{"@id":"https:\/\/ccbill.com\/kb\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ccbill.com\/kb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ccbill.com\/kb\/#organization","name":"CCBill","url":"https:\/\/ccbill.com\/kb\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ccbill.com\/kb\/#\/schema\/logo\/image\/","url":"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/10\/ccbill-logo.png","contentUrl":"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/10\/ccbill-logo.png","width":160,"height":70,"caption":"CCBill"},"image":{"@id":"https:\/\/ccbill.com\/kb\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/ccbillBIZ\/","https:\/\/x.com\/CCBillBIZ","https:\/\/www.linkedin.com\/company\/ccbill","https:\/\/www.youtube.com\/c\/CCBillBiz"]},{"@type":"Person","@id":"https:\/\/ccbill.com\/kb\/#\/schema\/person\/1f198b1218f6343a2682022ac4395644","name":"Vladimir Kaplarevic","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ccbill.com\/kb\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cc08885e8fec32585bae8a0f5a1aef92f8c8c4fc33692e74e0ec2e63633d2478?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cc08885e8fec32585bae8a0f5a1aef92f8c8c4fc33692e74e0ec2e63633d2478?s=96&d=mm&r=g","caption":"Vladimir Kaplarevic"},"description":"Vladimir is a resident Tech Writer at CCBill. He has more than 8 years of experience in implementing e-commerce and online payment solutions with various global IT services providers. His engaging writing style provides practical advice and aims to spark curiosity for innovative technologies."}]}},"_links":{"self":[{"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/posts\/1811","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/comments?post=1811"}],"version-history":[{"count":21,"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/posts\/1811\/revisions"}],"predecessor-version":[{"id":4880,"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/posts\/1811\/revisions\/4880"}],"wp:attachment":[{"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/media?parent=1811"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/categories?post=1811"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/tags?post=1811"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}