Octibiz
Demo

Durchsucht Website und Dokumentation gemeinsam. Enter zeigt alle Treffer, Esc schließt.

Promotions & vouchers

Promotions & vouchers screen in Octibiz

Overview

Two related but different things:

  • A promotion is a period with a name — under it, items and categories become cheaper. It works

automatically for everybody buying during that time.

  • A voucher is a discount code that makes an order cheaper. It only works when somebody redeems

it.

The difference is not pedantry: a promotion needs nobody to type anything; a voucher needs exactly that.

Core tasks

Create a promotion. Name, period and the items or categories affected. After the period the promotion ends by itself — that is the point of the period.

Issue vouchers. Discount codes with their conditions. Redemption happens on the order, not here.

Know the tax rule. The application says it itself: one voucher line per tax rate — so that VAT comes out right. A discount on an order containing 7 % and 19 % cannot be expressed in a single line without making the tax wrong. Hence several lines appear; that is correct and not a display fault.

Fields in detail

Promotion

FieldRequiredValues / formatWhat it does
Name nameyestext, max. 160 charactersWhat the promotion is called. It appears as its own line on the document — the customer reads this name.
Description descriptionnotextWhat the promotion is for.
Rules rulesyesconditions and discountWhen it applies and what it grants — say "from 3 pieces, 10% on the category".
Customer group customerGroupIdnoan existing groupWho it applies to. Empty means everyone.
Rank prioritynonumberWhat wins when several promotions match.
Valid from / to validFrom, validTonodateThe promotion period.
Brand brandIdnoone of your brandsFor which brand.
Active activenoyes/noWhether the promotion applies.

A granted discount is reported as a document line per tax rate. That is not cosmetic but the precondition for the tax report being correct when a basket contains several rates.

Voucher

FieldRequiredValues / formatWhat it does
Code codenotext, max. 40 charactersThe redemption code. Left empty the system generates them.
Number of codes codeCountno1 to 500How many individual codes are generated. Individual codes can be tracked per recipient; a shared one cannot.
Label labelnotext, max. 160 charactersWhat the voucher is called on the document.
Voucher kind kindnodiscount or creditA discount reduces the taxable base — VAT drops proportionally. A credit is a sold value voucher and acts like a payment on redemption; the tax arises when the goods are sold. Discounts apply on documents only, credit at the point of sale only. Default: discount. Cannot be changed after the first redemption.
Type rateTypeyesamount or percentWhether a fixed amount or a share is deducted. A credit is always an amount.
Value valueAmountyesgreater than 0How much.
Maximum discount maxDiscountAmountnoamount, 0 or moreCaps a percentage voucher. Without this limit a 20% voucher on a large order costs a multiple of what was intended.
Minimum order value minOrderAmountnoamount, 0 or moreFrom what value it can be redeemed.
Customer customerIdnoan existing customerBinds the voucher to a person. Empty means anyone with the code.
Maximum redemptions maxRedemptionsnonumber, 0 or moreHow often it may be redeemed in total. The second guard against a code passed around.
Valid from / to validFrom, validTonodateRedemption period.
Brand brandIdnoone of your brandsFor which brand.
Active activenoyes/noWhether the voucher can be redeemed.

Settings & permissions

  • Module module.promotions.
  • promotions.campaign.view / .manage for promotions, **promotions.voucher.view /

.manage** for vouchers.

FAQ & troubleshooting

The promotional price does not appear. Check the period — and whether the item or category really belongs to the promotion.

An order shows several voucher lines. By design: one line per tax rate. Anything else would produce wrong VAT.

The voucher has no effect. It has to be redeemed on the order. Issuing it is not enough.

Promotion or voucher? If it should apply to everybody during a period: promotion. If it should be tied to a person or campaign: voucher.

promotions.promotions · Available from version 0.5.0