Skip to content

Addon Groups

Creating & Managing Addon Groups

Creating & managing addon groups: each group holds one or more fields, then you assign groups to products, categories, or all products globally.

Creating a group

  1. Go to Smart Add-Ons → Addon Groups → Add New Group.
  2. Enter a Group name (internal reference, not shown to customers).
  3. Enter a Display label (shown as the heading on the product page).
  4. Set the Layout: Stacked (fields one below the other) or Accordion (collapsible).
  5. Optionally set a Description that appears below the group heading on the storefront.
  6. Add fields using the Add Field button.
  7. Click Save Group.

Group settings

SettingDescription
Group nameInternal name for identification in the admin. Not shown on the storefront.
Display labelHeading shown to customers above the group fields. Leave blank to show no heading.
LayoutStacked: all fields visible. Accordion: group collapses; customer clicks to expand.
DescriptionOptional helper text below the group heading on the storefront.
Visibility — User roleRestrict the group to specific WooCommerce user roles (e.g., wholesale only).
Visibility — Date scheduleShow the group only between specified dates (e.g., holiday gift wrap).
PriorityControls the order when multiple groups are assigned to the same product. Lower number = shown first.

Assigning groups to products

After creating a group, scroll to the Assignment section:

  • Specific products — search and select individual products. The group only appears on those products.
  • Categories — select one or more product categories. The group appears on all products in those categories.
  • Global — appears on all products site-wide.

You can also exclude a global or category group from specific products by going to the product edit screen and checking Exclude global addon groups, or listing excluded group IDs.

Duplicating a group

On the Smart Add-Ons → Addon Groups list, hover over a group and click Duplicate. A full copy of the group (including all fields, settings, and pricing) is created with a “(Copy)” suffix. Assignments are not copied.

Reordering fields

Inside the group editor, drag the handle on the left of each field row to reorder. The order here matches the order shown on the product page.

Templates (save and reuse)

Save a group as a Template to reuse its field configuration across stores or projects:

  1. Open a group and click Save as Template.
  2. Give the template a name (e.g., “Gift Wrap – Standard”).
  3. When creating a new group, click Load Template and select the saved template.

Import & Export (JSON)

Export a group to JSON for backup or to transfer to another site:

  1. Export: Open a group, click the ⋮ More menu, and select Export as JSON. Save the file.
  2. Import: Go to Smart Add-Ons → Addon Groups → Import. Upload the JSON file. All fields, options, and settings are recreated. Assignments are not imported.

You can also import and export via the REST API: GET /saue/v1/addons/{id}/export and POST /saue/v1/addons/import. See the REST API reference.