It also contains how to enable the Woo-Commerce mailing templates when an new order is placed, or when an order is cancelled. Woo-Commerce provides mailing to both Website Owner and Customer regarding the Orders. Included screenshots to explain the same.
- [woocommerce_cart] – shows the cart page
- [woocommerce_checkout] – shows the checkout page
- [woocommerce_my_account] – shows the user account page
- [woocommerce_order_tracking] – shows the order tracking form
- [products] - allows you to display products by post ID, SKU, categories, attributes, with support for pagination, random sorting, and product tags, replacing the need for multiples shortcodes such as [featured_products], [sale_products], [best_selling_products], [recent_products], [product_attribute], and [top_rated_products].
Ex: [products limit="4" columns="4" orderby="popularity" class="quick-sale" on_sale="true"]
For more example see here - [product_category] – Will display products in a specified product category.
- [product_categories] – Will display all your product categories.
- [woocommerce_product_search] — shows a live Product Search Field that shows results while the customer types.
- [woocommerce_product_filter] — shows a live Product Search Filter.
- [woocommerce_product_filter_attribute] — shows a live Product Attribute Filter.
- [woocommerce_product_filter_category] — shows a live Product Category Filter.
- [woocommerce_product_filter_price] — shows a live Product Price Filter.
- [woocommerce_product_filter_tag] — shows a live Product Tag Filter.
- [woocommerce_product_filter_rating] – shows a live Product Rating Filter.
- [woocommerce_product_filter_sale] – shows a live filter for Products On Sale.
- [woocommerce_product_filter_reset] – shows a button to clear all live filters.
- [woocommerce_product_filter_products] — shows the products like on the shop page and works together with the live Product Filters.
- [woocommerce_product_filter_context] – determines the current filter context to limit the products displayed with the [woocommerce_product_filter_products] shortcode and related live filters used.