For the complete documentation index, see llms.txt. This page is also available as Markdown.

Dashboard

The plugin adds its own entry Cross-selling Checkout to Shopware's main menu. From there you maintain every rule that controls cross-selling products and discounts.

Rule list

The overview shows every existing cross-selling rule. Each row holds:

Column
Meaning

Name

The rule name you gave.

Status

Active, Inactive or Expired (when the "valid until" date is in the past).

Valid from

Start date from which the rule applies. Empty = active right away.

Valid until

End date until which the rule applies. Empty = no end.

Discount (%)

Percentage discount applied to the cross-selling products.

Use Create to add a new rule, or the row actions to edit or delete existing ones.

Create or edit a rule

Field
Meaning

Name

Internal display name in lists and overviews. Translatable.

Active

Toggle: active/inactive. Inactive rules are ignored in the storefront.

Valid from / Valid until

Optional time window. Outside the window the rule does not fire — perfect to schedule campaigns in advance.

Discount

Percentage between 0 and 100. With 0 no discount is applied — the rule then just serves as a recommendation rule.

Name of discount in basket

Label for the discount line in the basket. Translatable. Example: "Bundle discount 10 %".

Show badge on discount products

When on, every product matched by the rule shows a discount badge in the storefront.

Multilingual fields

The following fields are translatable:

  • Name of the rule

  • Name of the discount in basket

  • Badge text

Switch the language in the top-right language selector and maintain the translations as usual in Shopware. Anything left untranslated automatically falls back to the system language.

What happens on save?

Once you save, the rule kicks in behind the scenes via Shopware's cart processor:

  • On every basket request the storefront checks which cross-selling products to show.

  • On adding a cross-selling product the discount is applied automatically — including VAT, tiered pricing and reference prices.

  • On product detail, listing and search pages the reduced price shows automatically when the product is matched by an active rule.

More about every display location is on Storefront integration.

Last updated

Was this helpful?