What are woocommerce transients?

Transients are a way of caching data for a set amount of time in WordPress. Unlike storing data in the object cache, transient data is stored only temporarily, with the expectation that it is updated periodically. Transients are always created with a set maximum lifetime, after which they expire and are deleted. Considering this, what… Continue reading What are woocommerce transients?

Published
Categorized as ecommerce

How are woocommerce order numbers generated?

WooCommerce order numbers can be sequential, random or by order ID. Sequential counter can be set to automatically reset on daily, monthly or yearly basis. Custom numbers will be assigned to new orders automatically. There is also a tool to renumerate (i.e. recount) existing orders. Additionally, how do WooCommerce order numbers work? Gaps in WooCommerce… Continue reading How are woocommerce order numbers generated?

Published
Categorized as ecommerce