9 Snippets
<10 Favourites
<10 Downloads

Hide uncategorized from widget shop

Hide uncategorized category from widget in WooCommerce

Restrict payment methods based on cart total

Restrict payment methods based on cart total

Year footer update

Update copyright year automatically in footer

Product order WooCommerce

Force alphabetical sorting on all product pages

Shortcode widget main categories WooCommerce

function shortcode_categorie_principali_wc() { $args = array( 'taxonomy' => 'product_cat', 'orderby' => 'menu_order', 'order' => 'ASC', 'hide_empty'…