Maximal nur 9,99 % Rabatt möglich

Aus Wiki | modified eCommerce Shopsoftware
Zur Navigation springenZur Suche springen

Egal was ich in der Kundengruppe einstelle, ich kann maximal 9.99 % Rabatt festlegen.

Antwort von Hetfield 08.2008:

In phpMyAdmin folgenden SQL-Befehl ausführen:

 ALTER TABLE `products` 
 CHANGE 
 `products_discount_allowed` 
 `products_discount_allowed` 
 DECIMAL( 4, 2 ) NOT NULL DEFAULT '0.00';
           
anything