Pride Flowers
01332 208 000

Our business hours

Mon - Fri 5am - 12pm
Sat 5am - 10am

Menu

Skip to content
  • Fresh Flowers and Plants
  • Flowers Store
  • Sundries
    • My Account
    • Cart
    • Checkout
  • Testimonials
  • Contact
  • Pride Flowers
  • Pride Flowers
  • Pride Flowers
  • Pride Flowers

    Welcome to Pride Flowers!

  • Pride Flowers
Flower Store

Flower Store

Wholesale trade and small business daily deliveries from the finest Dutch, Danish and Columbian exporters.

Sundries

Sundries

Florist supplies range including raffia ribbon, craft paper, containers, foams and sprays.

Wedding Flowers

Wedding Flowers

We specialise in classic and contemporary flower design and offer a range of stylish accessories.

Welcome to Pride Flowers

  • OASISĀ® Spray Colour
    array( 'product', 'product_variation' ), 'posts_per_page' => -1, 'post_status' => 'publish', 'meta_query' => array( array( 'key' => '_visibility', 'value' => array('catalog', 'visible'), 'compare' => 'IN' ), array( 'key' => '_featured', 'value' => 'yes' ) ), 'fields' => 'id=>parent' ) ); $product_ids = array_keys( $featured ); $parent_ids = array_values( $featured ); $featured_product_ids = array_unique( array_merge( $product_ids, $parent_ids ) ); //set_transient( 'wc_featured_products', $featured_product_ids ); return $featured_product_ids; } function sale_products_banner() { global $woocommerce; $meta_query = array(); $meta_query[] = $woocommerce->query->visibility_meta_query(); $meta_query[] = $woocommerce->query->stock_status_meta_query(); $meta_query = array_filter( $meta_query ); $product_ids_on_sale = woocommerce_get_product_ids_on_sale(); $featured_ids = woo_get_featured_product_ids(); $args = array( 'posts_per_page'=> 4, 'orderby' => 'rand', 'order' => 'asc', 'no_found_rows' => 1, 'post_status' => 'publish', 'post_type' => 'product', 'meta_query' => $meta_query, 'post__in' => array_merge( array( 0 ), $product_ids_on_sale, $featured_ids ) ); $products = new WP_Query( $args ); if ( count($products->posts) >= 4 ) { ?>