TYPO3-Testaccount
Testen Sie die aktuellste TYPO3-Version kostenlos und unverbindlich für einen Monat!

Jetzt testen!

Schulungen

Rabatt auf alle Produkte unabhängig vom Login-Status


Autor Nachricht
Verfasst am: 16. 04. 2009 [12:01]
danton
Dabei seit: 21.09.2006
Beiträge: 148
Hi
Wie kann man es machen das man einen Rabatt auf alle Produkte macht ohne das der User einloggt ist?
Ich habe schon percentOfGoodstotal probiert aber es ändert sich nichts.

Constants
TYPOSCRIPT
plugin.tt_products.file.templateFile = fileadmin/templates/ext/cwg_products_css_variants_de.html
plugin.tt_products.orderEmail_to = auftraege@domain.de
plugin.tt_products.orderEmail_fromName = Kunde Online-Shop
plugin.tt_products.orderEmail_from = auftraege@domain.de
plugin.tt_products.orderEmail_subject = Kunde Online-Shop: BestU+00E4tigung der Bestellung 
plugin.tt_products.orderNumberPrefix = AAA-09/0
plugin.tt_products.domain = shop.domain.de
plugin.domain = shop.domain.de
plugin.tt_products.alwaysAdvanceOrderNumber = 1
plugin.tt_products.priceDecPoint = ,
plugin.tt_products.priceThousandPoint = .
plugin.tt_products.TAXpercentage = 19
plugin.tt_products.TAXincluded = 0
plugin.tt_products.stdSearchFieldExt = title, subtitle, note, itemnumber
plugin.tt_products.loginUserInfoAddress = 1
plugin.tt_products.lockLoginUserInfo = 1
#Pflichtfelder
plugin.tt_products.requiredFields = name, address, zip, city, telephone, fax, email, ust
#Sys User
plugin.tt_products.PIDuserFolder = 110
#Warenkorb
plugin.tt_products.PIDbasket = 787
#AGBseite
plugin.tt_products.PIDagb = 804
#Detailansicht
plugin.tt_products.PIDitemDisplay = 782
#Root
plugin.tt_products.rootPageID = 1
plugin.tt_products.recursive = 99
#Root Kategory
plugin.tt_products.rootCategoryID = 1
#Listansicht
plugin.tt_products.PIDlistDisplay = 782
plugin.tt_products.selectColor = 1
plugin.tt_products.selectSize = 1
plugin.tt_products.selectDescription = 1
plugin.tt_products.selectMaterial = 1
plugin.tt_products.selectQuality = 1
plugin.tt_products.conf.tt_products.LIST.displayColumns = 1
plugin.tt_products.useArticles = 1
plugin.tt_products.limitImageSingle = 10
plugin.tt_products.limitImage = 10
plugin.tt_products.basketPic = 
plugin.tt_products.notInStockMessage = Nicht vorrätig
plugin.tt_products.max_note_length = 150
plugin.tt_products.maxW_single = 330
plugin.tt_products.maxW_listRoot = 108
plugin.tt_products.maxH_listRoot = 98
plugin.tt_products.maxW_list = 108
plugin.tt_products.maxH_list = 98
plugin.tt_products.maxW_basket = 43
plugin.tt_products.maxH_basket = 43
plugin.tt_products.NoSingleViewOnList = 1



Setup
TYPOSCRIPT
plugin.tt_products {
  requiredInfoFields = name, address, zip, city, telephone, fax, email, ust
  conf.tt_products.ALL.orderBy = note2
  _CSS_DEFAULT_STYLE >
  statusCodes {
    1 = Bestellung 
    2 = Ihre Bestellung ist eingegangen
    10 = Der Shop erwartet Waren eines Drittanbieters
    11 = Der Shop erwartet Ihren Zahlungseingang
    12 = Der Shop erwartet Ihre Materiallieferung
    13 = Die Bestellung ist bezahlt    
    20 = Ihre Bestellung wurde versandt
    21 = Geschenkgutscheine wurden versandt
    30 = Die Waren mussten fuer Sie bestellt werden.
    50 = Kunde moechte Bestellung stornieren
    51 = Nachricht des Kunden an den Shop
    60 = Send gift certificate message to receiver
    100 = Die Bestellung ist versandt und abgeschlossen
    101 = Die Bestellung ist abgeschlossen
    200 = Die Bestellung wurd storniert
    statusDate_stdWrap.strftime= %e-%m-%y %H:%M
    orderDate_stdWrap.strftime= %e-%m-%y
  }
}
## Zahlungsmethoden:
plugin.tt_products.payment >
plugin.tt_products.payment {
  radio = 0
  TAXpercentage = 19.00
  TAXincluded = 0
  10 >
  10{
    title = Rechnung
    priceTax = 
  }
 
  40{
    title = vorab Überweisung
    priceTax = 
  }
}
## Versandarten:
plugin.tt_products.shipping >
plugin.tt_products.shipping {
  TAXpercentage = 19
  TAXincluded = 0
  10{
    title = Versand
    # Kosten anhand des Bestellwertes
    price >
    price.type = price
    price.1 = 11.0
    price.30 = 14.0
    price.60 = 18.0
    price.119 = 22.0
    price.179 = 24.0
    price.238 = 27.0
    price.298 = 36.0
    price.476 = 45.0
    price.595 = 55.0
    price.952 = 75.0
    price.1428 = 105.0
    price.1785 = 125.0
    price.2380 = 165.0
    price.2975 = 195.0
    price.3570 = 230.0
    price.4760 = 270.0
    price.5950 = 340.0
    price.7140 = 410.0
    price.8330 = 0.0
    excludePayment = 50
  }
  40{
    title = Selbstabholung
    price.type = count
    price.0 = 0
  }
}



Vielen Dank und Gruß Danton
Profil