top of page
Carnation Sale Flyer_edited.png

Send a message with a carnation presented by the 8th Grade class
Help support our end-of-year-trip!

Flower Grams

Teachers, friends, siblings...

All LOVE to get a Flower Gram!

Purchase a Flower Gram

and include a loving message(s)

to send with each flower!

$2

Sale ends February 13th
 

Contact

5 St. Peter St.

Winooski, VT 05404

​​

Tel: (802) 655-2600

homeandschool@sfxvt.org

  • Black Facebook Icon

© 2022 by SFX Home & School Proudly created with Wix.com

bottom of page
import { cart } from 'wix-stores'; const FlowerGram = $w("#FlowerGram"); FlowerGram.onSubmit( (event) => { cart.addProducts([ { productId: "Flower_Gram", quantity: 1 } ]) .then(() => .catch((err) => { console.error("Error adding to cart:", err);