fbpx

Description

[wcj_product_time_since_last_sale] shortcode displays WooCommerce product time since last sale. Shortcode has no required attributes, optional attributes are listed below.

Args


days_to_cover
(optional) Days to cover for orders.
Default: `90`

order_status
(optional) Order status to count. Can be any order status or `any` to count all orders.
Default: `wc-completed`

hide_if_no_sales
(optional) Display No sales yet. or nothing if no sales found.
Default: `no`

product_id
(optional) The integer ID for a product.
Default: The current product ID, if exists

before
(optional) Text to place before the content. If content is empty this argument is ignored.
Default: None

after
(optional) Text to place after the content. If content is empty this argument is ignored.
Default: None

visibility
(optional) User visibility. Possible values are WordPress user roles (including custom), e.g. administrator, shop_manager, customer, guest etc.
Default: all

location
(optional) Make shortcode results visible only to customers from specific country (by user IP). Value is two letter country code.
Default: all

site_visibility
(optional) Restrict shortcode output to some pages only. Possible values: single, page, archive.
Default: None

wpml_language
(optional) Restrict shortcode output to certain WPML language only. Possible values are two letter language codes. Can be comma separated list.
Default: None

not_wpml_language
(optional) Restrict shortcode output to exclude certain WPML languages. Possible values are two letter language codes. Can be comma separated list.
Default: None

Examples

[wcj_product_time_since_last_sale before="Time since last sale: "]
Accessible through:
  • [wcj_product_time_since_last_sale]
Tested on WooCommerce 8.5.1 and WordPress 6.4.2