Coupons

Aus Wiki | modified eCommerce Shopsoftware
Zur Navigation springenZur Suche springen

Tabelle coupons[Bearbeiten]

Kupons

Feldname Datentyp Beschreibung
coupon_id int DATENSATZ ID (Primärschlüssel)
coupon_type char(1) Kupon Art
coupon_code varchar(32) Kupon Code
coupon_amount decimal(8,4) Kupon Betrag
coupon_minimum_order decimal(8,4) Kupon Mindestbestellwert
coupon_start_date datetime Kupon gültig ab
coupon_expire_date datetime Kupon gültig bis
uses_per_coupon int Anzahl Nutzung für Kupon
uses_per_user int Anzahl Nutzung Kunde
restrict_to_products varchar(255) Gültige Produkte
restrict_to_categories varchar(255) default NULL Gültige Kategorien
restrict_to_customers text Gültige Kunden
coupon_active char(1) Kupon Status
date_created datetime Erstellt am
date_modified datetime Zuletzt geändert am

(ursprünglicher Autor: H.H.Gürsoy hhgag 05.2009)

           
anything