[Typo3-shop] Feature List

Volker Graubaum volker.graubaum at e-netconsulting.de
Thu Sep 16 07:52:42 CEST 2004


Hi Franz,

 > products
 >     a product type name and a price function which can use this product
 > type in a formula. I want to calculate the price of a quantity using the
 > product type name and tha number of articles. E.g. 5 articles of the
 > same product type will have a reduced price than adding the single
 > prices of these articles, 10 will have an additional price reduction. It
 > should be possible to make conditional formulas like
 > if-then-else-constructs to calculate the sum of the prices.


I think it would be nice to add an own function for the price.
I think is a feature, which will be needed sometimes, and very different.
Maybe would could make the possibility to give an own userfunction for 
calculating prices, which we could set in TypoScript / FlexForms.

But I won`t say it`s must have, but a nice to have.

If you need this for your shop, it will be great, if you could start 
developing it. I think you develop it indipendent from the main 
development. It should be something in the way :

function calculatedPrice($product){

  $myPrice= $this->conf["price."]["userFunc"] ? 
$this->cObj->USER($this->conf["price."]["userFunc."]) : 
($produkt["is_offer"]? $product["offer_price"] : $product["default_price"])?

  return $myPrice;

}

Would be great :-)

> user / order
>    the current tt_products already supports the sending of email 
> notification and a link to recall the order. This should be supported in 
> the future. There also should be added the automatic generation of a 
> bill from the order data.

Yeap, both are important points for me to, which should be must have.
:-)

Greetings Volker



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