[TYPO3-commerce] Additional markers in basket view

Brian Bendtsen bb at bellevuevej.dk
Tue Jun 21 13:34:32 CEST 2011


Den 20/06/11 13.02, Brian Bendtsen skrev:
> Hi
>
> I'm using the articleMarker hook to display custom markers and this
> works fine on product view, but I can't seem to use the same markers in
> basket view and in the confirmation mails?
>
> I'm using commerce version 0.12.4
>
> /Brian Bendtsen
To answer my own question, I found these usable hooks:

For basketview:
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['commerce/pi2/class.tx_commerce_pi2.php']['makeProductList']

and

For E-mails:
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['commerce/lib/class.tx_commerce_pibase.php']['makeLineView']

/Brian Bendtsen


More information about the TYPO3-project-commerce mailing list