[TYPO3-shop] Problem related to credit-point System in tt_products
saurabh
saurabh at srijan.in
Fri May 12 15:23:46 CEST 2006
Hi Franz,
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.
Secondly, credit-point system and gift-certificate code are linked to
each other, Can I use credit-point system without Gift-certificates ?
Suppose I logged in and added some products in basket, now I want to
show the credit-points on this page that the user will get on purchasing
these products and also want to add these credit points at back end in
that user-account. I already added the credit-point code in setup that
is provided in the doc. and also used the markers for showing the
credit-points given in other templates in dutch language but its not
working ...:-(
You have used "$this->conf['creditsCategory']" in
class.tx_ttproducts_basket_view.php.
Can you please tell me what is this "creditsCategory" and where is it
defined in tt_products? How we have to use it?
There is a condition given in the same class :- " if
($actItem['rec']['category'] == $this->conf['creditsCategory']) " , when
should this condition be true?
Please clear these points to me ASAP.
Thanks in Advance,
Saurabh Pareek
More information about the TYPO3-project-tt-products
mailing list