Skip to content

優惠定義範例

示範具體優惠與其資料定義方式

商品資料

假設商品資料為:

ts
import { 
Commodity
} from '@inner-products/bgm-promotion-module'
const
commodities
:
Commodity
[] = [
{
key
: '1',
name
: 'A-30ml',
price
: 6000
}, {
key
: '2',
name
: 'A-50ml',
price
: 9000
}, {
key
: '3',
name
: 'B-30ml',
price
: 6000
}, {
key
: '4',
name
: 'B-50ml',
price
: 9000
} ]

商品優惠

30ml、50ml,任兩件 85 折

30ml 買 5 送 1

10 瓶以上,每瓶 8 折

買 A 50ml,B 30ml 免費

訂單優惠

整單 9 折

0 元大放送

滿額優惠

每 1000 送 100

超過 5000 打 9 折