[TYPO3-shop] Problem related to credit-point System in tt_products

Franz Holzinger franz at fholzinger.com
Sat May 13 08:19:28 CEST 2006


Hello saurabh,
> 
> In tt_products, I am currently reviewing the Creditpoint System and
> found that all the coding related to Creditpoint system,Voucher System
> and Gift Certificate is defined in Switch case: "products_redeem_gift"
> in class.tx_ttproducts_basket_view.php, but this case is not defined
> anywhere in tt_products.
> 

I have modified only the BananaGuard example_template_bill_de.tmpl and
the Danish products_template_dk.tmpl.
See the latter how to redeem the gift certificate in the basket:

    <form method="post" action="###FORM_URL###"
name="###FORM_NAME_GIFT_CERTIFICATE###">
    number of gift certificate:<br/>
        <input size="30" maxlength="30" type="text"
name="###GIFT_CERTIFICATE_UNIQUE_NUMBER_NAME###">
        <input type="hidden" name="products_info" value="1">
        <input type="Submit" name="products_redeem_gift" value="redeem
gift certificate">&nbsp;&nbsp;
    </form>
<br>
<!-- ###BASKET_TEMPLATE### end -->


For the rest of questions you must ask Els Verberne directly.


Greets,

Franz



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