Skip to content

Bundle builder

The Bundle builder shows a grid of product cards — one per item in the kit — followed by a summary bar with the bundle’s combined item count, total price, and an Add all to cart button. Clicking the button adds every included product to the cart at once.

Torquex Bundle builder section headed "Build your kit," with a row of four dark product cards (a winch carrying an orange "Essential" badge and a "×2" quantity tag, recovery boards, a soft shackle set, and a recovery gear bag), and a bottom summary bar reading "Bundle of 4 items" with a $2,335.00 total and an orange "Add all to cart" button.

Each card represents a real Shopify product you choose in the theme editor. For each item the theme reads the product’s first available variant and the quantity you set, then builds a single request to Shopify’s standard cart endpoint. One click on Add all to cart adds every item to the cart in one operation, and (if your store uses the cart drawer) opens the drawer so the shopper can review the kit.

A few behaviors worth knowing:

  • The button is disabled until at least one item resolves to an available variant. An item whose product is empty or fully sold out is skipped from the add-to-cart action.
  • The summary reflects only the items that have an available variant. The “Bundle of N items” count is the number of distinct included products that resolve to an available variant — one per item block, regardless of its quantity — while the total price is the sum of each item’s price times its quantity.
  • If Shopify rejects the add (for example, an item went out of stock between page load and click), the shopper sees a short error and nothing is added.

Add the section

In the theme editor, open the page (or template) where the kit should appear and choose Add section → Bundle builder. It starts with four empty item blocks.

Pick a product

Select an item block (each is a Bundle product block) and, in the block’s settings, pick the product under Product.

Add or remove items

Repeat for each product in the kit. To add more, use Add block → Bundle product; to remove one, delete the block.

Reorder the grid

Reorder items by dragging the blocks in the editor — the grid follows block order.

You can include between one and six products (the section’s block limit). Each item block has these settings:

SettingWhat it doesDefault
ProductThe Shopify product shown in this card. The card uses the product’s featured image, title, price, and first available variant.
QuantityHow many of this product the Add all to cart button adds (1–10). When greater than 1, a small “×N” badge appears on the image.1
Badge labelOptional short tag shown over the product image, e.g. “Essential”. Leave blank for no badge.

The section’s own settings (select the section header, not an item block) control its wrapper:

SettingWhat it doesDefault
HeadingThe headline above the kit grid.”Build your kit”
SubheadingRich-text supporting copy under the heading.Empty
Button labelText on the add-to-cart button.”Add all to cart”
Color schemeWhich theme color scheme paints this section.Scheme 1
Top padding / Bottom paddingVertical spacing around the section, in pixels (0–120).80 / 80

The summary bar’s “Bundle of N items” count and price are generated automatically — there is no separate field for them. The count is how many included products resolve to an available variant (one per item block, regardless of quantity); the price is the sum of each item’s price times its quantity.

Torquex’s Bundle builder displays the sum of the included products’ prices; it does not apply a discount by itself. To actually charge less for the kit, use Shopify’s native discount tools, which the theme respects at checkout:

  • Create an automatic discount or a discount code in Shopify admin → Discounts that targets the kit’s products (for example, a “buy these together” automatic discount, or a percentage off the relevant products/collection).
  • Communicate the saving in the section’s Subheading so shoppers understand the value before they add the kit.

Related: Bundle promo · Cart · Torquex support replies within 12 hours.