FooSales for WooCommmerce fully integrates with the WooCommerce Product Add-Ons extension so you can capture and manage customizable product options directly at the POS. If you’ve configured add-ons on your WooCommerce products (global or per-product), those same options are surfaced in the FooSales Point of Sale (POS) when adding items to the cart and completing orders. This keeps in-person orders consistent with your online store.
How the WooCommerce Product Add-Ons plugin works
↑ Back to topWooCommerce Product Add-Ons lets you attach extra fields (e.g., dropdowns, checkboxes, short/long text) to products, either globally by category or individually per product. You can use these fields to collect choices like sizes, toppings, gift messages, and more, and optionally set pricing per option. Add-ons are stored with the line item so they appear consistently in carts, orders, and exports. For full details, see the official guide: https://woocommerce.com/document/product-add-ons/
Requirements
↑ Back to top- FooSales Plus plan or active 7-day free trial. The FooSales for WooCommerce license purchased via WooCommerce.com (Marketplace) does not include access to third-party integrations (e.g., WooCommerce Product Add-Ons, FooEvents, Stripe etc). To use these integrations, purchase a FooSales Plus plan (or start a 7-day free trial) and link it to your domain.
- FooSales for WooCommerce plugin version 1.41+.
- WooCommerce Product Add-Ons plugin installed and active on your site.
How the integration works
↑ Back to topAdd-ons in FooSales behave the same as in WooCommerce:
- When a product with add-ons is added to the cart in FooSales, its options appear in the Product Tools Panel.
- Staff can select and (on the web app) adjust those options before checkout.
- For online orders, FooSales displays the exact selections so staff have everything needed for fulfillment. This is ideal for restaurants and takeout operations, especially when used with order alerts.
Where add-ons appear in FooSales
↑ Back to topProduct Tools Panel (web app):
View and modify add-ons for items already in the cart.

Order list:
Add-on selections are shown under each order’s items in the FooSales order list.

Receipts:
Add-ons print on receipts, giving staff and customers a clear, itemized record—useful for kitchens and assembly lines.

Importing and exporting add-ons (JSON)
↑ Back to topWooCommerce Product Add-Ons supports importing/exporting global add-on groups as JSON. This is useful for migrating configurations or bulk setup.
Export: Products → Add-Ons
→ open a global add-on group → Export to JSON.
Import: Products → Add-Ons
→ Import a JSON file to create/update a global add-on group.
Test in FooSales: Add a relevant product to the cart in the FooSales web app and confirm options appear and calculate as expected.
For more, see Importing and Exporting Add-Ons in the official guide: https://woocommerce.com/document/product-add-ons/
Sample WooCommerce Product Add-ons JSON: Burger add-ons
↑ Back to top[ { "name": "Bun", "title_format": "label", "description_enable": 0, "description": "", "placeholder_enable": 0, "placeholder": "", "type": "multiple_choice", "display": "radiobutton", "position": 0, "required": 1, "restrictions": 0, "restrictions_type": "any_text", "adjust_price": 0, "price_type": "flat_fee", "price": "", "id": "1757422001", "min": 0, "max": 0, "default": 0, "options": [ { "label": "Standard", "price": "", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Sesame", "price": "", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Brioche", "price": "5", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Gluten Free", "price": "10", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Lettuce Wrap (no bun)", "price": "", "image": "", "price_type": "flat_fee", "visibility": 1 } ] }, { "name": "Patty Size", "title_format": "label", "description_enable": 0, "description": "", "placeholder_enable": 0, "placeholder": "", "type": "multiple_choice", "display": "radiobutton", "position": 1, "required": 1, "restrictions": 0, "restrictions_type": "any_text", "adjust_price": 0, "price_type": "flat_fee", "price": "", "id": "1757422002", "min": 0, "max": 0, "default": 0, "options": [ { "label": "Single Patty", "price": "", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Double Patty", "price": "35", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Triple Patty", "price": "70", "image": "", "price_type": "flat_fee", "visibility": 1 } ] }, { "name": "Doneness", "title_format": "label", "description_enable": 0, "description": "", "placeholder_enable": 0, "placeholder": "", "type": "multiple_choice", "display": "radiobutton", "position": 2, "required": 1, "restrictions": 0, "restrictions_type": "any_text", "adjust_price": 0, "price_type": "flat_fee", "price": "", "id": "1757422003", "min": 0, "max": 0, "default": 0, "options": [ { "label": "Rare", "price": "", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Medium Rare", "price": "", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Medium", "price": "", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Medium Well", "price": "", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Well Done", "price": "", "image": "", "price_type": "flat_fee", "visibility": 1 } ] }, { "name": "Cheese", "title_format": "label", "description_enable": 0, "description": "", "placeholder_enable": 0, "placeholder": "", "type": "multiple_choice", "display": "radiobutton", "position": 3, "required": 1, "restrictions": 0, "restrictions_type": "any_text", "adjust_price": 0, "price_type": "flat_fee", "price": "", "id": "1757422004", "min": 0, "max": 0, "default": 0, "options": [ { "label": "No Cheese", "price": "", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Cheddar", "price": "10", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Swiss", "price": "12", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "American", "price": "8", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Blue Cheese", "price": "15", "image": "", "price_type": "flat_fee", "visibility": 1 } ] }, { "name": "Extra Meat Toppings", "title_format": "label", "description_enable": 0, "description": "", "placeholder_enable": 0, "placeholder": "", "type": "checkbox", "display": "select", "position": 4, "required": 0, "restrictions": 0, "restrictions_type": "any_text", "adjust_price": 0, "price_type": "flat_fee", "price": "", "id": "1757422005", "min": 0, "max": 0, "default": "", "options": [ { "label": "Crispy bacon", "price": "18", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Fried egg", "price": "12", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Extra beef patty", "price": "35", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Grilled chicken strip", "price": "20", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Pulled pork", "price": "22", "image": "", "price_type": "flat_fee", "visibility": 1 } ] }, { "name": "Extra Veggie Toppings", "title_format": "label", "description_enable": 0, "description": "", "placeholder_enable": 0, "placeholder": "", "type": "checkbox", "display": "select", "position": 5, "required": 0, "restrictions": 0, "restrictions_type": "any_text", "adjust_price": 0, "price_type": "flat_fee", "price": "", "id": "1757422006", "min": 0, "max": 0, "default": "", "options": [ { "label": "Lettuce", "price": "", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Tomato", "price": "", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Pickles", "price": "", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Onions (raw)", "price": "", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Caramelized onions", "price": "5", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Jalapeños / chili", "price": "5", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Mushrooms", "price": "8", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Avocado", "price": "18", "image": "", "price_type": "flat_fee", "visibility": 1 } ] }, { "name": "Sauces", "title_format": "label", "description_enable": 0, "description": "", "placeholder_enable": 0, "placeholder": "", "type": "checkbox", "display": "select", "position": 6, "required": 0, "restrictions": 0, "restrictions_type": "any_text", "adjust_price": 0, "price_type": "flat_fee", "price": "", "id": "1757422007", "min": 0, "max": 0, "default": "", "options": [ { "label": "Ketchup", "price": "", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Mustard", "price": "", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Mayonnaise", "price": "", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "BBQ sauce", "price": "5", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Garlic aioli", "price": "5", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Peri-Peri", "price": "5", "image": "", "price_type": "flat_fee", "visibility": 1 } ] }, { "name": "Extras", "title_format": "label", "description_enable": 0, "description": "", "placeholder_enable": 0, "placeholder": "", "type": "checkbox", "display": "select", "position": 7, "required": 0, "restrictions": 0, "restrictions_type": "any_text", "adjust_price": 0, "price_type": "flat_fee", "price": "", "id": "1757422008", "min": 0, "max": 0, "default": "", "options": [ { "label": "Extra cheese slice", "price": "15", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Extra pickles", "price": "3", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "Extra sauce", "price": "3", "image": "", "price_type": "flat_fee", "visibility": 1 } ] }, { "name": "Exclusions (Remove)", "title_format": "label", "description_enable": 0, "description": "", "placeholder_enable": 0, "placeholder": "", "type": "checkbox", "display": "select", "position": 8, "required": 0, "restrictions": 0, "restrictions_type": "any_text", "adjust_price": 0, "price_type": "flat_fee", "price": "", "id": "1757422009", "min": 0, "max": 0, "default": "", "options": [ { "label": "No lettuce", "price": "", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "No tomato", "price": "", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "No onions", "price": "", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "No pickles", "price": "", "image": "", "price_type": "flat_fee", "visibility": 1 }, { "label": "No sauce", "price": "", "image": "", "price_type": "flat_fee", "visibility": 1 } ] } ]
Sample WooCommerce Product Add-ons JSON: Pizza add-ons
↑ Back to top[{"name":"Base","title_format":"label","description_enable":0,"description":"","placeholder_enable":0,"placeholder":"","type":"multiple_choice","display":"radiobutton","position":0,"required":1,"restrictions":0,"restrictions_type":"any_text","adjust_price":0,"price_type":"flat_fee","price":"","id":"1757411846","min":0,"max":0,"default":0,"options":[{"label":"Standard","price":"","image":"","price_type":"flat_fee","visibility":1},{"label":"Gluten Free","price":"10","image":"","price_type":"flat_fee","visibility":1},{"label":"Linseed","price":"","image":"","price_type":"flat_fee","visibility":1}]},{"name":"Cheese Options","title_format":"label","description_enable":0,"description":"","placeholder_enable":0,"placeholder":"","type":"multiple_choice","display":"radiobutton","position":1,"required":1,"restrictions":0,"restrictions_type":"any_text","adjust_price":0,"price_type":"flat_fee","price":"","id":"1757411111","min":0,"max":0,"default":0,"options":[{"label":"Mozzarella","price":"","image":"","price_type":"flat_fee","visibility":1},{"label":"Extra Mozzarella","price":"15","image":"","price_type":"flat_fee","visibility":1},{"label":"Cheddar","price":"15","image":"","price_type":"flat_fee","visibility":1},{"label":"Parmesan","price":"20","image":"","price_type":"flat_fee","visibility":1}]},{"name":"Extra Meat Toppings","title_format":"label","description_enable":0,"description":"","placeholder_enable":0,"placeholder":"","type":"checkbox","display":"select","position":2,"required":0,"restrictions":0,"restrictions_type":"any_text","adjust_price":0,"price_type":"flat_fee","price":"","id":"1757411112","min":0,"max":0,"default":"","options":[{"label":"Pepperoni","price":"15","image":"","price_type":"flat_fee","visibility":1},{"label":"Salami","price":"13","image":"","price_type":"flat_fee","visibility":1},{"label":"Chicken","price":"8","image":"","price_type":"flat_fee","visibility":1},{"label":"Ham","price":"22","image":"","price_type":"flat_fee","visibility":1},{"label":"Sausage (Italian, chorizo, chicken, etc.)","price":"11","image":"","price_type":"flat_fee","visibility":1},{"label":"Ground beef","price":"13","image":"","price_type":"flat_fee","visibility":1}]},{"name":"Extra Veggie Toppings","title_format":"label","description_enable":0,"description":"","placeholder_enable":0,"placeholder":"","type":"checkbox","display":"select","position":3,"required":0,"restrictions":0,"restrictions_type":"any_text","adjust_price":0,"price_type":"flat_fee","price":"","id":"1757411113","min":0,"max":0,"default":"","options":[{"label":"Mushrooms","price":"5","image":"","price_type":"flat_fee","visibility":1},{"label":"Bell peppers","price":"8","image":"","price_type":"flat_fee","visibility":1},{"label":"Onions (red, white, caramelized)","price":"3","image":"","price_type":"flat_fee","visibility":1},{"label":"Jalape\u00f1os or chili peppers","price":"5","image":"","price_type":"flat_fee","visibility":1},{"label":"Olives (black, green, kalamata)","price":"3","image":"","price_type":"flat_fee","visibility":1},{"label":"Spinach","price":"5","image":"","price_type":"flat_fee","visibility":1}]}]
Example use cases
↑ Back to topCommon scenarios that benefit from POS add-ons:
Food and Beverage
↑ Back to top- Pizzeria: Customize size, crust (thin, gluten-free), sauce (marinara, BBQ), toppings (mushrooms, pepperoni), extra cheese, cut style, and bake level (well-done, light).
- Burger Joint: Select patty (beef, plant-based), cook temperature, bun (brioche, lettuce wrap), cheese, toppings (bacon, avocado), sauces, and meal deals (fries, drink).
- Build-Your-Own Salad Bar: Choose greens (kale, romaine), protein (grilled chicken, tofu), toppings (croutons, nuts), dressing, and toasting option for add-ons like bread.
- Coffee Shop: Specify size, milk (soy, oat), extra shots, syrups (hazelnut, vanilla), foam level, temperature (hot, iced), and toppings (whipped cream, cocoa).
- Bubble Tea Bar: Select tea base (black, green), sugar level, ice level, toppings (boba, aloe vera), size, and lactose-free options.
- Sushi Bar: Customize rolls with add-ins (tempura, avocado), sauce (soy, eel), extra fish, wasabi/ginger portions, and sides (miso soup, seaweed salad).
- Ramen Shop: Choose broth (miso, shio), noodle firmness, protein (chashu, tofu), spice level, toppings (nori, egg), and bowl size.
- Indian Takeaway: Specify spice level (mild, hot), base (rice, naan), sides (raita, pickle), combo platters, and dietary options (vegan, gluten-free).
- Mexican Taqueria: Select tortilla (corn, flour), protein (al pastor, chicken), salsa (verde, habanero), toppings (cilantro, onions), add-ons (guacamole, queso), and sides.
- Sandwich/Deli: Choose bread (rye, whole wheat), protein (ham, turkey), cheese, toppings (lettuce, tomato), sauces, toasting, size, and meal deals.
- BBQ Smokehouse: Customize cut (brisket, ribs), rub/sauce (spicy, sweet), sides (mac and cheese, beans), bread (roll, cornbread), and platter options.
- Breakfast/Brunch Spot: Select egg style (fried, poached), toast type, side swaps (sausage, avocado), and pancake toppings (maple syrup, fruit).
- Ice Cream/Gelato Shop: Choose cup/cone, flavors, mix-ins (cookie dough, nuts), sauces, waffle cone upgrade, and sprinkles.
- Smoothie/Juice Bar: Select base (water, almond milk), fruits, boosts (protein, chia), sweetness level, and size.
- Pasta Bar: Choose pasta (penne, spaghetti), sauce (alfredo, marinara), add-ins (meatballs, mushrooms), cheese, bake option, and gluten-free.
- Mediterranean/Meze: Select protein (gyro, falafel), sides (hummus, tabbouleh), sauces (tzatziki, harissa), and pita type.
- Hot Pot/Korean BBQ: Choose broth, spice level, meat/veg bundles, dipping sauces, and noodle add-ons.
- Fried Chicken Shop: Select piece count, spice level, sauces (ranch, hot), sides (fries, coleslaw), biscuit, and combo options.
- Crêperie: Choose batter (classic, gluten-free), fillings (Nutella, ham), toppings, sauces, ice cream add-on, and combo drink.
- Catering Trays: Specify tray size, portion count, dietary options (vegan, nut-free), utensil packs, delivery window, and chafing fuel.
Specialty Retail and Services
↑ Back to top- Custom T-Shirt/Merch Shop: Select size/color, print area, name/number, artwork selection, and rush production.
- Florist/Gift Boutique: Choose bouquet size, vase, extras (chocolates, balloons), card message, and pickup/delivery date.
- Bike Shop: Select pedals, tubeless setup, bottle cages, fit notes, and service packages.
- Computer/Electronics Retailer: Choose RAM/SSD options, OS install, data transfer, and extended warranty.
- Trophy/Engraving Store: Select style/size, finish, engraving text, logo options, and expedited turnaround.
- Furniture/Home Décor: Choose fabric/finish, leg style, cushion firmness, stain-guard, and white-glove delivery.
- Hardware/Paint Retailer: Select color code, finish (matte, gloss), volume, tint strength, and accessory bundles.
- Framing Shop: Choose frame style, mat color, glass type, hanging kit, and rush service.
- Jewelry Store: Select ring size, engraving, metal upgrade, appraisal, and care plan.
- Garden Center/Nursery: Choose pot size, soil mix, repotting service, fertilizer, and delivery option.
- Musical Instrument Shop: Select setup level, string gauge, case, strap, and accessory bundles.
- Board Game/Hobby Store: Choose base game, expansions, sleeves, organizers, and paint kits.
- Cosmetics/Beauty Store: Select shade, build-a-bundle options, gift wrap, and optional engraving.
- Baby/Stroller Shop: Choose stroller model, car-seat adapter, rain cover, and travel bag.
- Automotive Parts Retailer: Select fitment, kit builder (pads/rotors), fluids, tools, and disposal fee.
- Home Brewing/Winemaking: Choose kit size, yeast strain, sanitizer, bottles/caps, and accessories.
- Coffee Roaster/Tea Retailer: Select grind size, bag weight, origin/roast, sampler add-on, and gift tin.
- Aquarium/Reptile Supplies: Choose tank kit, filter upgrade, lighting, substrate, and test kit.
- Skateboard/Scooter Shop: Select deck, truck width, wheels, bearings, and custom grip pattern.
- Stationery/Printables: Choose paper weight/finish, binding, page count, foil stamping, and envelope set.
Related documentation
↑ Back to top- WooCommerce Product Add-Ons: https://woocommerce.com/document/product-add-ons/
- FooSales for WooCommerce: https://woocommerce.com/document/foosales-for-woocommerce/