[TYPO3-shop] Delivery price by product category

Franz Holzinger franz at ttproducts.de
Fri Oct 22 17:33:31 CEST 2010


Le 20/10/2010 11:07, Marko Minic a écrit :

> Is it possible to make different prices for delivery depending on product
> category? If it is, could someone send me TS example?


I have implemented this feature with tt_products 2.9.0.


plugin.tt_products.shipping {
  10.title = Parcel
  10.price.calc {
    use = 10
  }
}

plugin.tt_products.shippingcalc {
    10.type = price
    10.sql.where = category = 12
    10.prod.250 = 4
}

You can use more than the check of the category. However at the moment 
no 'AND' and no 'OR' is supported with the SQL WHERE condition.

- Franz


More information about the TYPO3-project-tt-products mailing list